Skip to content

Commit 18ef3cb

Browse files
sadiquipedrodesu
andauthored
docs(matrix-transposition): precise title highlighting in notions links (#3008)
* docs(matrix-transposition): precise title highlighting in notions links * refactor(matrix-transposition): use anchors in notions links --------- Co-authored-by: Pedro Ferreira <me.pedro.ferreira@gmail.com>
1 parent 6c73ab7 commit 18ef3cb

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?highlight=accessing%20a%20tuple#compound-types)
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?highlight=tuple#using-tuple-structs-without-named-fields-to-create-different-types)
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?highlight=debug%20deriv#adding-useful-functionality-with-derived-traits)
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)