Skip to content

Commit 076bb68

Browse files
authored
refactor(matrix-transposition): use anchors in notions links
1 parent efa7638 commit 076bb68

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

subjects/matrix_transposition/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -49,12 +49,12 @@ $
4949

5050
- [Defining a struct](https://doc.rust-lang.org/stable/book/ch05-01-defining-structs.html)
5151

52-
- [The Tuple Type](https://doc.rust-lang.org/stable/book/ch03-02-data-types.html#:~:text=the%20tuple%20type)
52+
- [The Tuple Type](https://doc.rust-lang.org/stable/book/ch03-02-data-types.html#the-tuple-type)
5353

5454
- [Tuples](https://doc.rust-lang.org/rust-by-example/primitives/tuples.html)
5555

56-
- [Tuple Structs without Named Fields](https://doc.rust-lang.org/stable/book/ch05-01-defining-structs.html#:~:text=using%20tuple%20structs%20without%20named%20fields%20to%20create%20different%20types)
56+
- [Tuple Structs without Named Fields](https://doc.rust-lang.org/stable/book/ch05-01-defining-structs.html#using-tuple-structs-without-named-fields-to-create-different-types)
5757

58-
- [Adding Useful Functionality with Derived Traits](https://doc.rust-lang.org/stable/book/ch05-02-example-structs.html#:~:text=adding%20useful%20functionality%20with%20derived%20traits)
58+
- [Adding Useful Functionality with Derived Traits](https://doc.rust-lang.org/stable/book/ch05-02-example-structs.html#adding-useful-functionality-with-derived-traits)
5959

60-
- [Chapter 7](https://doc.rust-lang.org/stable/book/ch07-03-paths-for-referring-to-an-item-in-the-module-tree.html)
60+
- [Referring to an Item in the Module Tree](https://doc.rust-lang.org/stable/book/ch07-03-paths-for-referring-to-an-item-in-the-module-tree.html)

0 commit comments

Comments
 (0)