Skip to content

Commit 7f47cc1

Browse files
authored
Update README.md
Signed-off-by: Zoe Braiterman <[email protected]>
1 parent abbb31e commit 7f47cc1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

lib/sui/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ sudo systemctl start suid
177177

178178
4. Journalctl and Node Status throws errors:
179179

180-
Set up archival fallback to enable your node to fallback to an archive in case of lag, add this block to your fullnode.yaml file as described here https://docs.sui.io/guides/operator/archives#set-up-archival-fallback. Restart Node
180+
Set up archival fallback to enable your node to fallback to an archive in case of lag, add this block to your fullnode.yaml file as described [here](https://docs.sui.io/guides/operator/archives#set-up-archival-fallback). Restart Node
181181
Example:
182182
```yaml
183183
state-archive-read-config:
@@ -199,7 +199,7 @@ state-archive-read-config:
199199
use-for-pruning-watermark: false
200200
```
201201
202-
5. Restoring a Full node using snapshots: Restoring using RocksDB snapshots to restore from a RocksDB snapshot, follow these steps (https://docs.sui.io/guides/operator/snapshots):
202+
5. Restoring a Full node using snapshots: Restoring using RocksDB snapshots to restore from a RocksDB snapshot, follow [these steps](https://docs.sui.io/guides/operator/snapshots):
203203
```bash
204204
# Syntax:
205205
sui-tool download-db-snapshot --latest \
@@ -228,4 +228,4 @@ curl --location --request POST 'https://fullnode.<Network_ID>.sui.io:443/' --hea
228228

229229
```
230230
Enter your node's external IP at https://node.sui.zvalid.com/
231-
```
231+
```

0 commit comments

Comments
 (0)