From 28486cc58b1fb1830aee72efcce455b1861a6da2 Mon Sep 17 00:00:00 2001 From: mfahampshire Date: Tue, 15 Oct 2024 15:49:40 +0200 Subject: [PATCH] add link to autodoc generated files --- documentation/autodoc/src/main.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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()?;