Skip to content

Commit 92cba5e

Browse files
authored
nonblocking display: fix broken github.com URLs to examples
GitHub has an feature to rename branches and get redirections for free but it looks like it was not used in this case? After a quick look at the git log, I don't know how the underscores ever work. ..So maybe there never was any master branch either after all, who knows. Anyway the new links work now!
1 parent 1a1129f commit 92cba5e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

  • microbit-common/src/display/nonblocking

microbit-common/src/display/nonblocking/mod.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -148,8 +148,8 @@
148148
//! You can call `show()` at any time, so long as you're not interrupting, or interruptable by,
149149
//! [`Display::handle_display_event()`].
150150
//!
151-
//! See [`display_rtic`](https://github.com/nrf-rs/microbit/blob/master/examples/display_rtic) or
152-
//! [`display_nonblocking`](https://github.com/nrf-rs/microbit/blob/master/examples/display_nonblocking)
151+
//! See [`display_rtic`](https://github.com/nrf-rs/microbit/blob/main/examples/display-rtic) or
152+
//! [`display_nonblocking`](https://github.com/nrf-rs/microbit/blob/main/examples/display-nonblocking)
153153
//! example for a complete working example.
154154
//!
155155
//! [dal]: https://lancaster-university.github.io/microbit-docs/

0 commit comments

Comments
 (0)