Skip to content

Commit 655d829

Browse files
committed
docs(derive): Fix ToC links within tutorial chapters
Fixes #5404
1 parent 4e07b43 commit 655d829

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

src/_derive/_tutorial/chapter_0.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,4 @@
2222
use crate::builder::*;
2323

2424
pub use super::chapter_1 as next;
25-
pub use crate::_tutorial as table_of_contents;
25+
pub use crate::_derive::_tutorial as table_of_contents;

src/_derive/_tutorial/chapter_1.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,4 @@ use crate::builder::*;
2626

2727
pub use super::chapter_0 as previous;
2828
pub use super::chapter_2 as next;
29-
pub use crate::_tutorial as table_of_contents;
29+
pub use crate::_derive::_tutorial as table_of_contents;

src/_derive/_tutorial/chapter_2.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -100,4 +100,4 @@ use crate::builder::*;
100100

101101
pub use super::chapter_1 as previous;
102102
pub use super::chapter_3 as next;
103-
pub use crate::_tutorial as table_of_contents;
103+
pub use crate::_derive::_tutorial as table_of_contents;

src/_derive/_tutorial/chapter_3.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -75,4 +75,4 @@ use crate::builder::*;
7575

7676
pub use super::chapter_2 as previous;
7777
pub use super::chapter_4 as next;
78-
pub use crate::_tutorial as table_of_contents;
78+
pub use crate::_derive::_tutorial as table_of_contents;

src/_derive/_tutorial/chapter_4.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@ use crate::builder::*;
1212

1313
pub use super::chapter_3 as previous;
1414
pub use super::chapter_5 as next;
15-
pub use crate::_tutorial as table_of_contents;
15+
pub use crate::_derive::_tutorial as table_of_contents;

src/_derive/_tutorial/chapter_5.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@
1111
use crate::builder::*;
1212

1313
pub use super::chapter_4 as previous;
14-
pub use crate::_tutorial as table_of_contents;
14+
pub use crate::_derive::_tutorial as table_of_contents;

0 commit comments

Comments
 (0)