add link to autodoc generated files

This commit is contained in:
mfahampshire
2024-10-15 15:49:40 +02:00
parent d85e4f15f7
commit 28486cc58b
+2 -2
View File
@@ -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()?;