From 4f15cd7a31e04c190ef7246689bbaada0d2858b7 Mon Sep 17 00:00:00 2001 From: Robin Mueller Date: Thu, 4 Jul 2024 18:15:55 +0200 Subject: [PATCH] another small link fix --- va108xx-hal/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/va108xx-hal/README.md b/va108xx-hal/README.md index 1cae452..74c2a79 100644 --- a/va108xx-hal/README.md +++ b/va108xx-hal/README.md @@ -4,7 +4,7 @@ # HAL for the Vorago VA108xx MCU family This repository contains the **H**ardware **A**bstraction **L**ayer (HAL), which is an additional -hardware abstraction on top of the [peripheral access API](https://egit.irs.uni-stuttgart.de/rust/va108xx). +hardware abstraction on top of the [peripheral access API](https://egit.irs.uni-stuttgart.de/rust/va108xx-rs/src/branch/main/va108xx). It is the result of reading the datasheet for the device and encoding a type-safe layer over the raw PAC. This crate also implements traits specified by the