move wiki -> docs (#10225)

Co-authored-by: Dan Shields <danwshields@gmail.com>
This commit is contained in:
Dan Shields
2021-11-09 14:27:40 -07:00
committed by GitHub
parent e01edb0840
commit 1286d5e00b
3 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -58,7 +58,7 @@ pub struct RunCmd {
///
/// Default is local. Note: not all RPC methods are safe to be exposed publicly. Use an RPC
/// proxy server to filter out dangerous methods. More details:
/// <https://github.com/paritytech/substrate/wiki/Public-RPC>.
/// <https://docs.substrate.io/v3/runtime/custom-rpcs/#public-rpcs>.
/// Use `--unsafe-rpc-external` to suppress the warning if you understand the risks.
#[structopt(long = "rpc-external")]
pub rpc_external: bool,
@@ -89,7 +89,7 @@ pub struct RunCmd {
///
/// Default is local. Note: not all RPC methods are safe to be exposed publicly. Use an RPC
/// proxy server to filter out dangerous methods. More details:
/// <https://github.com/paritytech/substrate/wiki/Public-RPC>.
/// <https://docs.substrate.io/v3/runtime/custom-rpcs/#public-rpcs>.
/// Use `--unsafe-ws-external` to suppress the warning if you understand the risks.
#[structopt(long = "ws-external")]
pub ws_external: bool,