From 5dbea1abfd3d9944052ad126d5c329550147731e Mon Sep 17 00:00:00 2001 From: "John W. Terrell" Date: Sun, 27 Sep 2020 10:12:25 -0700 Subject: [PATCH] Updated readme to point to correct travis URL for build status. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0ab31ab..cf8b22a 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ This repository holds the Hardware Abstractino Layer Crate for the Microchip/Atmel `ATSAM4` microcontroller family. -[![Build Status](https://travis-ci.org/atsam4-rs/atsam4-hal.svg?branch=master)](https://travis-ci.org/atsam4-rs/atsam4-hal) +[![Build Status](https://api.travis-ci.com/atsam4-rs/atsam4-hal.svg?branch=master)](https://api.travis-ci.com/atsam4-rs/atsam4-hal) NOTE: This crate is still under active development. Currently only the ATSAM4E and ATSAM4S are supported.