diff --git a/documentation/autodoc/src/main.rs b/documentation/autodoc/src/main.rs index a5a3bb6cb1..88f0d7c64a 100644 --- a/documentation/autodoc/src/main.rs +++ b/documentation/autodoc/src/main.rs @@ -130,7 +130,7 @@ fn main() -> io::Result<()> { )?; writeln!( file, - "\nThese docs are autogenerated by the `autodocs` script." + "\nThese docs are autogenerated by the [`autodocs`](https://github.com/nymtech/nym/tree/max/new-docs-framework/documentation/autodoc) script." )?; let output = Command::new(main_command).arg("--help").output()?; write_output_to_file(&mut file, output)?; @@ -152,7 +152,7 @@ fn main() -> io::Result<()> { )?; writeln!( file, - "\nThese docs are autogenerated by the `autodocs` script." + "\nThese docs are autogenerated by the [`autodocs`](https://github.com/nymtech/nym/tree/max/new-docs-framework/documentation/autodoc) script." )?; let output = Command::new(main_command).arg("--help").output()?;