mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-18 01:43:47 +00:00
Fixed redirects
This commit is contained in:
parent
51b22135ad
commit
e536135b4f
2 changed files with 2 additions and 12 deletions
|
|
@ -192,12 +192,7 @@
|
|||
|
||||
[[redirects]]
|
||||
from = "/docs/rpc/objects"
|
||||
to = "/docs"
|
||||
force = true
|
||||
|
||||
[[redirects]]
|
||||
from = "/docs/interacting-with-geth/rpc/objects"
|
||||
to = "/docs"
|
||||
to = "/docs/interacting-with-geth/rpc/objects"
|
||||
force = true
|
||||
|
||||
[[redirects]]
|
||||
|
|
|
|||
|
|
@ -183,12 +183,7 @@ const redirects = [
|
|||
},
|
||||
{
|
||||
source: '/docs/rpc/objects',
|
||||
destination: '/docs',
|
||||
permanent: true
|
||||
},
|
||||
{
|
||||
source: '/docs/interacting-with-geth/rpc/objects',
|
||||
destination: '/docs',
|
||||
destination: '/docs/interacting-with-geth/rpc/objects',
|
||||
permanent: true
|
||||
},
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in a new issue