Skip to content

Commit

Permalink
Merge pull request #5405 from epage/docs
Browse files Browse the repository at this point in the history
docs(derive): Fix ToC links within tutorial chapters
  • Loading branch information
epage committed Mar 20, 2024
2 parents 4e07b43 + 655d829 commit 58469d1
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion src/_derive/_tutorial/chapter_0.rs
Expand Up @@ -22,4 +22,4 @@
use crate::builder::*;

pub use super::chapter_1 as next;
pub use crate::_tutorial as table_of_contents;
pub use crate::_derive::_tutorial as table_of_contents;
2 changes: 1 addition & 1 deletion src/_derive/_tutorial/chapter_1.rs
Expand Up @@ -26,4 +26,4 @@ use crate::builder::*;

pub use super::chapter_0 as previous;
pub use super::chapter_2 as next;
pub use crate::_tutorial as table_of_contents;
pub use crate::_derive::_tutorial as table_of_contents;
2 changes: 1 addition & 1 deletion src/_derive/_tutorial/chapter_2.rs
Expand Up @@ -100,4 +100,4 @@ use crate::builder::*;

pub use super::chapter_1 as previous;
pub use super::chapter_3 as next;
pub use crate::_tutorial as table_of_contents;
pub use crate::_derive::_tutorial as table_of_contents;
2 changes: 1 addition & 1 deletion src/_derive/_tutorial/chapter_3.rs
Expand Up @@ -75,4 +75,4 @@ use crate::builder::*;

pub use super::chapter_2 as previous;
pub use super::chapter_4 as next;
pub use crate::_tutorial as table_of_contents;
pub use crate::_derive::_tutorial as table_of_contents;
2 changes: 1 addition & 1 deletion src/_derive/_tutorial/chapter_4.rs
Expand Up @@ -12,4 +12,4 @@ use crate::builder::*;

pub use super::chapter_3 as previous;
pub use super::chapter_5 as next;
pub use crate::_tutorial as table_of_contents;
pub use crate::_derive::_tutorial as table_of_contents;
2 changes: 1 addition & 1 deletion src/_derive/_tutorial/chapter_5.rs
Expand Up @@ -11,4 +11,4 @@
use crate::builder::*;

pub use super::chapter_4 as previous;
pub use crate::_tutorial as table_of_contents;
pub use crate::_derive::_tutorial as table_of_contents;

0 comments on commit 58469d1

Please sign in to comment.