Skip to content

Commit

Permalink
Add markdown link checker and remove dead links
Browse files Browse the repository at this point in the history
  • Loading branch information
Charles Dusek committed May 9, 2024
1 parent 23fc5d1 commit 7fc059d
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 59 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,3 +70,11 @@ jobs:
- name: Run `cargo clippy`
run: |
cargo clippy --all --all-targets --all-features -- -D clippy::all
markdown-link-check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- uses: gaurav-nelson/[email protected]
with:
folder-path: "docs"
50 changes: 0 additions & 50 deletions docs/chain/bonding-curve.md

This file was deleted.

4 changes: 1 addition & 3 deletions docs/chain/mainnet.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,9 @@ At [Onomy Protocol](https://onomy.io/), we are excited to launch our public main
blockchain.

## Resources
* [Chain explorer](https://explorer.onomy.io/)
* [Chain explorer](https://mintscan.io/onomy-protocol)

## Documents

- [How to install Onomy](installation.md)
- [How to Run a Full Node](full.md)
- [How to Get bNOMs/NOMs](bonding-curve.md)
- [How to Become a Validator](validator.md)
6 changes: 0 additions & 6 deletions docs/chain/testnet.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,7 @@
At [Onomy Protocol](https://onomy.io/), we are excited to launch our public testnet for the Onomy Network (ONET)
blockchain.

## Resources
* [Chain explorer](https://explorer-testnet.onomy.io/)
* [Bonding curve (BCO)](https://bonding-curve-testnet.onomy.io/)

## Documents

- [How to install Onomy](installation.md)
- [How to Run a Full Node](full.md)
- [How to Get bNOMs/NOMs](bonding-curve.md)
- [How to Become a Validator](validator.md)

0 comments on commit 7fc059d

Please sign in to comment.