Skip to content

Commit f1ff2bc

Browse files
committed
fix broken links
1 parent 3e1e86e commit f1ff2bc

File tree

3 files changed

+8
-5
lines changed

3 files changed

+8
-5
lines changed

docs/protocol/validators/faq.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,4 +70,4 @@ Consider the following:
7070
Keep public ports only for peering and discovery, otherwise keep it internal. Our `docker-compose` configuration already binds RPC port `8545` to `localhost`.
7171

7272
To implement additional security measures for your node, see
73-
[Security hardening](./setup/security.md).
73+
[Security hardening](/developers/nodes/validators/security.md).

docs/protocol/validators/manage/finality.mdx

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,10 @@ This guide demonstrates how to add a *finality vote key* to your profile. The fi
1515

1616
### Generate a BLS key pair
1717

18-
Before you add a finality vote key, you need to generate a BLS key pair. The BLS key pair consists of a private key and a public key. The public BLS key is your finality vote key. For more information, see the [Generate BLS key pair](./../setup/generate-keys.mdx) guide.
18+
Before you add a finality vote key, you need to generate a BLS key pair.
19+
The BLS key pair consists of a private key and a public key.
20+
The public BLS key is your finality vote key. For more information,
21+
see the [Generate BLS key pair](/developers/nodes/validators/generate-keys.mdx) guide.
1922

2023
## Steps
2124

docusaurus.config.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -120,15 +120,15 @@ const config = {
120120
},
121121
{
122122
from: '/protocol/validators/setup/parameters',
123-
to: '/developers/network',
123+
to: '/developers/network/',
124124
},
125125
{
126126
from: '/protocol/validators/setup/parameters/mainnet',
127-
to: '/developers/network',
127+
to: '/developers/network/',
128128
},
129129
{
130130
from: '/protocol/validators/setup/parameters/testnet',
131-
to: '/developers/network',
131+
to: '/developers/network/',
132132
},
133133
{
134134
from: '/protocol/validators/setup/security',

0 commit comments

Comments
 (0)