From 655d8295a7f2e8a4c655a11ba578636428a3c9ac Mon Sep 17 00:00:00 2001 From: Ed Page Date: Wed, 20 Mar 2024 15:46:14 -0500 Subject: [PATCH] docs(derive): Fix ToC links within tutorial chapters Fixes #5404 --- src/_derive/_tutorial/chapter_0.rs | 2 +- src/_derive/_tutorial/chapter_1.rs | 2 +- src/_derive/_tutorial/chapter_2.rs | 2 +- src/_derive/_tutorial/chapter_3.rs | 2 +- src/_derive/_tutorial/chapter_4.rs | 2 +- src/_derive/_tutorial/chapter_5.rs | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/src/_derive/_tutorial/chapter_0.rs b/src/_derive/_tutorial/chapter_0.rs index d6806949..ab2cdbb7 100644 --- a/src/_derive/_tutorial/chapter_0.rs +++ b/src/_derive/_tutorial/chapter_0.rs @@ -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; diff --git a/src/_derive/_tutorial/chapter_1.rs b/src/_derive/_tutorial/chapter_1.rs index 3fabc171..aafd7040 100644 --- a/src/_derive/_tutorial/chapter_1.rs +++ b/src/_derive/_tutorial/chapter_1.rs @@ -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; diff --git a/src/_derive/_tutorial/chapter_2.rs b/src/_derive/_tutorial/chapter_2.rs index 95d02f85..4178f579 100644 --- a/src/_derive/_tutorial/chapter_2.rs +++ b/src/_derive/_tutorial/chapter_2.rs @@ -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; diff --git a/src/_derive/_tutorial/chapter_3.rs b/src/_derive/_tutorial/chapter_3.rs index 16004fcd..15dab45c 100644 --- a/src/_derive/_tutorial/chapter_3.rs +++ b/src/_derive/_tutorial/chapter_3.rs @@ -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; diff --git a/src/_derive/_tutorial/chapter_4.rs b/src/_derive/_tutorial/chapter_4.rs index 86c5368e..56ae6bed 100644 --- a/src/_derive/_tutorial/chapter_4.rs +++ b/src/_derive/_tutorial/chapter_4.rs @@ -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; diff --git a/src/_derive/_tutorial/chapter_5.rs b/src/_derive/_tutorial/chapter_5.rs index c5863928..08ff984d 100644 --- a/src/_derive/_tutorial/chapter_5.rs +++ b/src/_derive/_tutorial/chapter_5.rs @@ -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;