Fix some old links

pull/54/head
Andre Richter 4 years ago
parent 089565762a
commit c8238de4e7
No known key found for this signature in database
GPG Key ID: 2116C1AB102F615E

@ -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']

@ -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

@ -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)
<br/>
@ -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)
## 🛠 前提条件

@ -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)
<br/>

@ -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

@ -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 <resources@teams.rust-embedded.org>, Andre Richter <andre.o.richter@gmail.com>"

Loading…
Cancel
Save