Skip to content

Commit 87b2a32

Browse files
committed
Docs: fix broken links
1 parent 2c80503 commit 87b2a32

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

website/docs/node-runners/archive-node.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ The compose file sets up a PG database, the archiver process and the openmina
6666
node. The archiver process is responsible for storing the blocks in the database
6767
by receiving the blocks from the openmina node.
6868

69-
See [docker-compose.archive.devnet.yml](../docker-compose.archive.devnet.yml)
69+
See [docker-compose.archive.devnet.yml](../../docker-compose.archive.devnet.yml)
7070
for more details.
7171

7272
### Starting the setup

website/docs/node-runners/block-producer.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ Ensure Docker and Docker Compose are installed on your system -
2727

2828
2. **Prepare Your Keys**
2929

30-
[Docker Compose](../docker-compose.block-producer.yml) references
30+
[Docker Compose](../../docker-compose.block-producer.yml) references
3131
`openmina-workdir`. It stores a private key and logs for block production.
3232
Place your block producer's private key into the `openmina-workdir` directory
3333
and name it `producer-key`:

website/docs/node-runners/testing/bootstrap.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,5 @@ Then it deploys the new instance of Openmina and waits until it is bootstrapped
2020
- The node's best tip is the same as in berkeleynet
2121
- There were no restarts for the openmina container
2222

23-
See the [Openmina Daily](../../.github/workflows/daily.yaml) workflow file for
24-
further details.
23+
See the [Openmina Daily](../../../.github/workflows/daily.yaml) workflow file
24+
for further details.

0 commit comments

Comments
 (0)