Skip to content

Commit

Permalink
Fix documentation dead link (#3372)
Browse files Browse the repository at this point in the history
  • Loading branch information
s0me0ne-unkn0wn authored Feb 18, 2024
1 parent b179b83 commit d7862aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion substrate/client/cli/src/commands/run_cmd.rs
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ pub struct RunCmd {
/// Not all RPC methods are safe to be exposed publicly.
///
/// Use an RPC proxy server to filter out dangerous methods. More details:
/// <https://docs.substrate.io/main-docs/build/custom-rpc/#public-rpcs>.
/// <https://docs.substrate.io/build/remote-procedure-calls/#public-rpc-interfaces>.
///
/// Use `--unsafe-rpc-external` to suppress the warning if you understand the risks.
#[arg(long)]
Expand Down

0 comments on commit d7862aa

Please sign in to comment.