Skip to content

Commit

Permalink
lint links
Browse files Browse the repository at this point in the history
  • Loading branch information
Reecepbcups committed Mar 21, 2024
1 parent 31e3c00 commit 7a91468
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion docs/node_pruning.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ Here are the settings used to configure SDK-based full nodes (assuming 3 week un
Note, operators can tweak `--pruning-keep-every` and `--pruning-interval` to their
liking.

[<-- Relayer Terminology](./terminology.md) - [Demo -->](./demo.md)
[<-- Relayer Terminology](./terminology.md) - [Demo -->](../examples/README.md)
8 changes: 4 additions & 4 deletions docs/troubleshooting.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Troubleshooting

- [Generic Troubleshooting](#generic-troubleshoot)
- [Generic Troubleshooting](#generic-troubleshooting)
- [Inspect Go Runtime Debug Data](#inspect-go-runtime-debug-data)
- [Specific Errors](#specific-errors)

Expand All @@ -14,12 +14,12 @@

### **Ensure `rly` package is properly installed**

Run:
Run:
```shell
$ rly version
```

If this returns an error, make sure you have Go installed and your Go environment is setup. Then redo [Step 1](#basic-usage---relaying-packets-across-chains).
If this returns an error, make sure you have Go installed and your Go environment is setup. Then redo [Step 1](../README.md#basic-usage---relaying-packets-across-chains).


### **Verify valid `keys`, `balance`, and `path`**
Expand Down Expand Up @@ -131,7 +131,7 @@ A workaround is available in which the `min-gas-amount` may be set in the chain'
<summary>invalid header: new header has a time from the future</summary>

<br>
This is most likely an rpc issue.
This is most likely an rpc issue.
The latest block time on the source and destination chain have likely drifted apart.

You can confirm by this by checking the latest block time on each chain:
Expand Down
6 changes: 3 additions & 3 deletions examples/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@ cd examples/demo/
./dev-env
```

This script creates a folder called "data": `examples/demo/data/`.
This script creates a folder called "data": `examples/demo/data/`.
Logs and config info for each chain can be found here.


Note: After running, two `gaiad` instances will be running on your machine.
Note: After running, two `gaiad` instances will be running on your machine.
To kill ALL `gaiad` instances run:
```bash
killall gaiad
Expand All @@ -40,4 +40,4 @@ This is an example of a config file with:

---

[<-- Pruning Settings](../node_pruning.md)
[<-- Pruning Settings](../docs/node_pruning.md)

0 comments on commit 7a91468

Please sign in to comment.