From 3304410a6438bb5e593efe294ce1c9eb33712c19 Mon Sep 17 00:00:00 2001 From: Robin Mueller Date: Sat, 18 Jun 2022 22:30:58 +0200 Subject: [PATCH] update links in README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a9b1da8..fcc0da1 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ [![Crates.io](https://img.shields.io/crates/v/vorago-reb1)](https://crates.io/crates/vorago-reb1) -[![ci](https://github.com/robamu-org/vorago-reb1-rs/actions/workflows/ci.yml/badge.svg)](https://github.com/robamu-org/vorago-reb1-rs/actions/workflows/ci.yml) +[![ci](https://github.com/us-irs/vorago-reb1-rs/actions/workflows/ci.yml/badge.svg)](https://github.com/us-irs/vorago-reb1-rs/actions/workflows/ci.yml) [![docs.rs](https://img.shields.io/docsrs/vorago-reb1)](https://docs.rs/vorago-reb1) # Rust BSP for the Vorago REB1 development board @@ -7,7 +7,7 @@ This is the Rust **B**oard **S**upport **P**ackage crate for the Vorago REB1 development board. Its aim is to provide drivers for the board features of the REB1 board -The BSP builds on top of the [HAL crate for VA108xx devices](https://github.com/robamu-org/va108xx-hal-rs). +The BSP builds on top of the [HAL crate for VA108xx devices](https://egit.irs.uni-stuttgart.de/rust/va108xx-hal). ## Building