Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit f4f02da

Browse files
libyandre-richter
authored andcommitted
chore: replace git.io link with the original URL
1 parent 9250099 commit f4f02da

File tree

26 files changed

+26
-26
lines changed

26 files changed

+26
-26
lines changed

‎.github/workflows/sanity.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
npm install prettier
3535
- name: Setup misspell
3636
run: |
37-
curl -L -o ./install-misspell.sh https://git.io/misspell
37+
curl -L -o ./install-misspell.sh https://raw.githubusercontent.com/client9/misspell/master/install-misspell.sh
3838
sh ./install-misspell.sh -b .vendor
3939
- name: Run checks
4040
run: |

‎01_wait_forever/src/main.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// Copyright (c) 2018-2022 Andre Richter <andre.o.richter@gmail.com>
44

55
// Rust embedded logo for `make doc`.
6-
#![doc(html_logo_url = "https://git.io/JeGIp")]
6+
#![doc(html_logo_url = "https://raw.githubusercontent.com/rust-embedded/wg/master/assets/logo/ewg-logo-blue-white-on-transparent.png")]
77

88
//! The `kernel` binary.
99
//!

‎02_runtime_init/src/main.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// Copyright (c) 2018-2022 Andre Richter <andre.o.richter@gmail.com>
44

55
// Rust embedded logo for `make doc`.
6-
#![doc(html_logo_url = "https://git.io/JeGIp")]
6+
#![doc(html_logo_url = "https://raw.githubusercontent.com/rust-embedded/wg/master/assets/logo/ewg-logo-blue-white-on-transparent.png")]
77

88
//! The `kernel` binary.
99
//!

‎03_hacky_hello_world/src/main.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// Copyright (c) 2018-2022 Andre Richter <andre.o.richter@gmail.com>
44

55
// Rust embedded logo for `make doc`.
6-
#![doc(html_logo_url = "https://git.io/JeGIp")]
6+
#![doc(html_logo_url = "https://raw.githubusercontent.com/rust-embedded/wg/master/assets/logo/ewg-logo-blue-white-on-transparent.png")]
77

88
//! The `kernel` binary.
99
//!

‎04_safe_globals/src/main.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// Copyright (c) 2018-2022 Andre Richter <andre.o.richter@gmail.com>
44

55
// Rust embedded logo for `make doc`.
6-
#![doc(html_logo_url = "https://git.io/JeGIp")]
6+
#![doc(html_logo_url = "https://raw.githubusercontent.com/rust-embedded/wg/master/assets/logo/ewg-logo-blue-white-on-transparent.png")]
77

88
//! The `kernel` binary.
99
//!

‎05_drivers_gpio_uart/src/main.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// Copyright (c) 2018-2022 Andre Richter <andre.o.richter@gmail.com>
44

55
// Rust embedded logo for `make doc`.
6-
#![doc(html_logo_url = "https://git.io/JeGIp")]
6+
#![doc(html_logo_url = "https://raw.githubusercontent.com/rust-embedded/wg/master/assets/logo/ewg-logo-blue-white-on-transparent.png")]
77

88
//! The `kernel` binary.
99
//!

‎06_uart_chainloader/src/main.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// Copyright (c) 2018-2022 Andre Richter <andre.o.richter@gmail.com>
44

55
// Rust embedded logo for `make doc`.
6-
#![doc(html_logo_url = "https://git.io/JeGIp")]
6+
#![doc(html_logo_url = "https://raw.githubusercontent.com/rust-embedded/wg/master/assets/logo/ewg-logo-blue-white-on-transparent.png")]
77

88
//! The `kernel` binary.
99
//!

‎07_timestamps/src/main.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// Copyright (c) 2018-2022 Andre Richter <andre.o.richter@gmail.com>
44

55
// Rust embedded logo for `make doc`.
6-
#![doc(html_logo_url = "https://git.io/JeGIp")]
6+
#![doc(html_logo_url = "https://raw.githubusercontent.com/rust-embedded/wg/master/assets/logo/ewg-logo-blue-white-on-transparent.png")]
77

88
//! The `kernel` binary.
99
//!

‎08_hw_debug_JTAG/src/main.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// Copyright (c) 2018-2022 Andre Richter <andre.o.richter@gmail.com>
44

55
// Rust embedded logo for `make doc`.
6-
#![doc(html_logo_url = "https://git.io/JeGIp")]
6+
#![doc(html_logo_url = "https://raw.githubusercontent.com/rust-embedded/wg/master/assets/logo/ewg-logo-blue-white-on-transparent.png")]
77

88
//! The `kernel` binary.
99
//!

‎09_privilege_level/src/main.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// Copyright (c) 2018-2022 Andre Richter <andre.o.richter@gmail.com>
44

55
// Rust embedded logo for `make doc`.
6-
#![doc(html_logo_url = "https://git.io/JeGIp")]
6+
#![doc(html_logo_url = "https://raw.githubusercontent.com/rust-embedded/wg/master/assets/logo/ewg-logo-blue-white-on-transparent.png")]
77

88
//! The `kernel` binary.
99
//!

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /