Skip to content

Commit 854303d

Browse files
Merge pull request #3 from JukLee0ira/main
fix image and referance
2 parents 1ec2038 + 06686bb commit 854303d

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

docs/xdcchain/developers/node_operators/docker.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ sudo docker-compose -f docker-compose.yml up -d
6262
```
6363
At this point you should be able to see your masternode on the list of nodes here or as shown below:
6464

65-
![node-sync](xdcchain/img/node_sync.png)
65+
![node-sync](../../img/node_sync.png)
6666

6767
For Testnet run the following commands:
6868
```bash
@@ -104,7 +104,7 @@ tar -xvzf xdcchain.tar
104104
```
105105
**The unpacking will take some time, and it will look like this:**
106106

107-
img
107+
![unpacking](../../img/unpacking.png)
108108

109109
**The following command will move the xdcchain/XDC to xdcchain/XDC_backup**
110110
```bash
@@ -124,7 +124,7 @@ bash upgrade.sh
124124

125125
This command will bring your node up and it will start syncing to the network. Once up and running, your node will be synced to the network in just a few minutes.
126126

127-
img
127+
![node_upgrade](../../img/node_upgrade.png)
128128

129129
# Apothem Snapshot
130130

docs/xdcchain/developers/node_operators/masternode.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -324,7 +324,7 @@ bash upgrade.sh
324324

325325
This command will bring your node up and it will start syncing to the network. Once up and running, your node will be synced to the network in just a few minutes.
326326

327-
img
327+
![node_upgrade](../../img/node_upgrade.png)
328328

329329
# Apothem Snapshot
330330

docs/xdcchain/img/node_upgrade.png

54.6 KB
Loading

docs/xdcchain/img/unpacking.png

116 KB
Loading

mkdocs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,8 +83,8 @@ nav:
8383
- Masternode/Standby node Setup: ./xdcchain/developers/node_operators/masternode.md
8484
- How to Stake XDC: ./xdcchain/developers/node_operators/masternode/#how-to-stake-xdc-on-a-masternodestandby-node
8585
- Using Bootstrap Script: ./xdcchain/developers/node_operators/masternode/#setup-xdc-masternode-using-bootstrap-script
86-
- Using One-Click-Installer: ./xdcchain/developers/node_operators/masternode/#setup-xdc-masternode-using-one-click-installer
87-
- Using Docker: ./xdcchain/developers/node_operators/masternode/#setup-xdc-masternode-using-docker
86+
- Using One-Click-Installer: ./xdcchain/developers/node_operators/masternode/#setup-xdc-masternodestandby-node-using-one-click-installer
87+
- Using Docker: ./xdcchain/developers/node_operators/masternode/#setup-xdc-masternodestandby-node-using-docker
8888
- Downloading Mainnet Snapshot: ./xdcchain/developers/node_operators/masternode/#mainnet-snapshot
8989
- Downloading Apothem Snapshot: ./xdcchain/developers/node_operators/masternode/#apothem-snapshot
9090
# - How to Secure Mastecrnode(WIP): ./xdcchain/developers/node_operators/node_architecture

0 commit comments

Comments
 (0)