Skip to content

Commit 99d33d8

Browse files
committed
fixed broken links
1 parent 7bfcc4a commit 99d33d8

File tree

3 files changed

+9
-6
lines changed

3 files changed

+9
-6
lines changed

docs/operators/babylon_node/babylon_cli/create_bls_key.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -301,8 +301,8 @@ systemctl start babylond
301301
- [`babylond status`](./status.mdx) - Check validator status
302302
- [`babylond init`](./init.mdx) - Initialize node (required prerequisite)
303303
- [`babylond testnet`](./testnet.mdx) - Initialize testnet configuration
304-
- [`babylond gentx`](./gentx.mdx) - Generate validator genesis transaction
305-
- [`babylond add-genesis-account`](./add-genesis-account.mdx) - Add validator account to genesis
304+
- [`babylond gentx`](./gen_tx.mdx) - Generate validator genesis transaction
305+
- [`babylond add-genesis-account`](./add_genesis_account.mdx) - Add validator account to genesis
306306

307307
### Key Management
308308
- [`babylond keys`](./keys.mdx) - Manage keyring keys

docs/operators/babylon_node/babylon_cli/gen_tx.mdx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,10 @@ babylond gentx [key_name] [amount] [flags]
2020

2121
Before using this command, ensure you have:
2222

23-
- Initialized your Babylon node with [`babylond init`](./init.md)
24-
- Created validator keys with [`babylond keys add`](./keys.md)
25-
- Created BLS keys with [`babylond create-bls-key`](./create-bls-key.md)
26-
- Added your validator account to genesis with [`babylond add-genesis-account`](./add-genesis-account.md)
23+
- Initialized your Babylon node with [`babylond init`](./init.mdx)
24+
- Created validator keys with [`babylond keys add`](./keys.mdx)
25+
- Created BLS keys with [`babylond create-bls-key`](./create_bls_key.mdx)
26+
- Added your validator account to genesis with [`babylond add-genesis-account`](./add_genesis_account.mdx)
2727

2828
## Arguments
2929

static/remote-docs/guides/architecture/consumer_zone_programs/babylon_contracts.html

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,9 @@ <h3>Integration tests the contract</h3>
7474
the integration tests.</p>
7575
<pre><code class="language-bash">cargo run-script integration
7676
</code></pre>
77+
<h3>E2E tests</h3>
78+
<pre><code class="language-bash">cargo run-script e2e
79+
</code></pre>
7780
<h3>Generate the schema</h3>
7881
<pre><code class="language-bash">cargo run-script gen-schema
7982
</code></pre>

0 commit comments

Comments
 (0)