Skip to content

Commit 2f81006

Browse files
authored
cmd/geth: replace wiki links with new doc pages (#22071)
1 parent b13e9c4 commit 2f81006

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

cmd/geth/consolecmd.go

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ var (
4343
Description: `
4444
The Geth console is an interactive shell for the JavaScript runtime environment
4545
which exposes a node admin interface as well as the Ðapp JavaScript API.
46-
See https://github.com/ethereum/go-ethereum/wiki/JavaScript-Console.`,
46+
See https://geth.ethereum.org/docs/interface/javascript-console.`,
4747
}
4848

4949
attachCommand = cli.Command{
@@ -56,7 +56,7 @@ See https://github.com/ethereum/go-ethereum/wiki/JavaScript-Console.`,
5656
Description: `
5757
The Geth console is an interactive shell for the JavaScript runtime environment
5858
which exposes a node admin interface as well as the Ðapp JavaScript API.
59-
See https://github.com/ethereum/go-ethereum/wiki/JavaScript-Console.
59+
See https://geth.ethereum.org/docs/interface/javascript-console.
6060
This command allows to open a console on a running geth node.`,
6161
}
6262

@@ -69,7 +69,7 @@ This command allows to open a console on a running geth node.`,
6969
Category: "CONSOLE COMMANDS",
7070
Description: `
7171
The JavaScript VM exposes a node admin interface as well as the Ðapp
72-
JavaScript API. See https://github.com/ethereum/go-ethereum/wiki/JavaScript-Console`,
72+
JavaScript API. See https://geth.ethereum.org/docs/interface/javascript-console`,
7373
}
7474
)
7575

0 commit comments

Comments
 (0)