mirror of
https://github.com/paradigmxyz/reth.git
synced 2026-01-09 15:28:01 -05:00
fix: docs link in https://reth.rs/cli/cli (#19961)
This commit is contained in:
@@ -235,7 +235,7 @@ fn cmd_summary(cmd: &Cmd, indent: usize) -> String {
|
||||
let cmd_s = cmd.to_string();
|
||||
let cmd_path = cmd_s.replace(" ", "/");
|
||||
let indent_string = " ".repeat(indent + (cmd.subcommands.len() * 2));
|
||||
format!("{}- [`{}`](../cli/{}.mdx)\n", indent_string, cmd_s, cmd_path)
|
||||
format!("{}- [`{}`](./{}.mdx)\n", indent_string, cmd_s, cmd_path)
|
||||
}
|
||||
|
||||
/// Overwrites the root SUMMARY.mdx file with the generated content.
|
||||
|
||||
Reference in New Issue
Block a user