From c8238de4e755e1ccc7eb29b85078926882707a2f Mon Sep 17 00:00:00 2001 From: Andre Richter Date: Sat, 11 Apr 2020 12:38:49 +0200 Subject: [PATCH] Fix some old links --- .github/FUNDING.yml | 2 +- 10_privilege_level/README.md | 2 +- README.CN.md | 4 ++-- README.md | 2 +- SPONSORING.md | 2 +- docker/rustembedded-osdev-utils/Dockerfile | 2 +- 6 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/FUNDING.yml b/.github/FUNDING.yml index 4351b97b..33b963a9 100644 --- a/.github/FUNDING.yml +++ b/.github/FUNDING.yml @@ -1 +1 @@ -custom: ['https://github.com/rust-embedded/rust-raspi3-OS-tutorials/blob/master/SPONSORING.md'] +custom: ['https://github.com/rust-embedded/rust-raspberrypi-OS-tutorials/blob/master/SPONSORING.md'] diff --git a/10_privilege_level/README.md b/10_privilege_level/README.md index 684859ae..0ec782e5 100644 --- a/10_privilege_level/README.md +++ b/10_privilege_level/README.md @@ -42,7 +42,7 @@ If you set up your SD Card exactly like mentioned in [tutorial 06], the Rpi will executing in `EL2`. Since we are writing a traditional `Kernel`, we have to transition into the more appropriate `EL1`. -[tutorial 06]: https://github.com/rust-embedded/rust-raspi3-OS-tutorials/tree/master/06_drivers_gpio_uart#boot-it-from-sd-card +[tutorial 06]: https://github.com/rust-embedded/rust-raspberrypi-OS-tutorials/tree/master/06_drivers_gpio_uart#boot-it-from-sd-card ## Checking for EL2 in the entrypoint diff --git a/README.CN.md b/README.CN.md index 6d2e0552..d4803d8d 100644 --- a/README.CN.md +++ b/README.CN.md @@ -1,6 +1,6 @@ # Rust 开发树莓派操作系统教程 -![](https://github.com/rust-embedded/rust-raspi3-OS-tutorials/workflows/BSP-RPi3/badge.svg) ![](https://github.com/rust-embedded/rust-raspi3-OS-tutorials/workflows/BSP-RPi4/badge.svg) ![](https://github.com/rust-embedded/rust-raspi3-OS-tutorials/workflows/Unit-Tests/badge.svg) ![](https://github.com/rust-embedded/rust-raspi3-OS-tutorials/workflows/Integration-Tests/badge.svg) ![](https://img.shields.io/badge/License-MIT%20OR%20Apache--2.0-blue) +![](https://github.com/rust-embedded/rust-raspberrypi-OS-tutorials/workflows/BSP-RPi3/badge.svg) ![](https://github.com/rust-embedded/rust-raspberrypi-OS-tutorials/workflows/BSP-RPi4/badge.svg) ![](https://github.com/rust-embedded/rust-raspberrypi-OS-tutorials/workflows/Unit-Tests/badge.svg) ![](https://github.com/rust-embedded/rust-raspberrypi-OS-tutorials/workflows/Integration-Tests/badge.svg) ![](https://img.shields.io/badge/License-MIT%20OR%20Apache--2.0-blue)
@@ -48,7 +48,7 @@ _Cheers, - 编译器,链接器和二进制工具用 Rust 最新版所提供的。 - 额外的操作系统开发工具如:`QEMU`和`GDB`通过[容器](docker/rustembedded-osdev-utils)提供。 -如果你想了解更多关于这个容器的信息,可以看看[这里](https://github.com/rust-embedded/rust-raspi3-OS-tutorials/tree/master/docker) +如果你想了解更多关于这个容器的信息,可以看看[这里](https://github.com/rust-embedded/rust-raspberrypi-OS-tutorials/tree/master/docker) ## 🛠 前提条件 diff --git a/README.md b/README.md index eeb30b21..6e6b80ee 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Operating System development tutorials in Rust on the Raspberry Pi -![](https://github.com/rust-embedded/rust-raspi3-OS-tutorials/workflows/BSP-RPi3/badge.svg) ![](https://github.com/rust-embedded/rust-raspi3-OS-tutorials/workflows/BSP-RPi4/badge.svg) ![](https://github.com/rust-embedded/rust-raspi3-OS-tutorials/workflows/Unit-Tests/badge.svg) ![](https://github.com/rust-embedded/rust-raspi3-OS-tutorials/workflows/Integration-Tests/badge.svg) ![](https://img.shields.io/badge/License-MIT%20OR%20Apache--2.0-blue) +![](https://github.com/rust-embedded/rust-raspberrypi-OS-tutorials/workflows/BSP-RPi3/badge.svg) ![](https://github.com/rust-embedded/rust-raspberrypi-OS-tutorials/workflows/BSP-RPi4/badge.svg) ![](https://github.com/rust-embedded/rust-raspberrypi-OS-tutorials/workflows/Unit-Tests/badge.svg) ![](https://github.com/rust-embedded/rust-raspberrypi-OS-tutorials/workflows/Integration-Tests/badge.svg) ![](https://img.shields.io/badge/License-MIT%20OR%20Apache--2.0-blue)
diff --git a/SPONSORING.md b/SPONSORING.md index f8673115..e8d99b59 100644 --- a/SPONSORING.md +++ b/SPONSORING.md @@ -9,4 +9,4 @@ contributions useful. If you would like to support any of the developers, please take a moment to [click through to their profiles] to see if they accept sponsorship and/or charitable gifts made in their name. -[click through to their profiles]: https://github.com/rust-embedded/rust-raspi3-OS-tutorials/graphs/contributors +[click through to their profiles]: https://github.com/rust-embedded/rust-raspberrypi-OS-tutorials/graphs/contributors diff --git a/docker/rustembedded-osdev-utils/Dockerfile b/docker/rustembedded-osdev-utils/Dockerfile index dd8eab8f..822c449a 100644 --- a/docker/rustembedded-osdev-utils/Dockerfile +++ b/docker/rustembedded-osdev-utils/Dockerfile @@ -7,7 +7,7 @@ FROM ubuntu:19.10 ARG VCS_REF LABEL org.label-schema.vcs-ref=$VCS_REF \ - org.label-schema.vcs-url="https://github.com/rust-embedded/rust-raspi3-OS-tutorials" + org.label-schema.vcs-url="https://github.com/rust-embedded/rust-raspberrypi-OS-tutorials" LABEL maintainer="The resources team , Andre Richter "