Skip to content

Commit

Permalink
Docs/Fix: Update Broken Links (osmosis-labs#5728)
Browse files Browse the repository at this point in the history
* Update broken links

* Remove TODOs and add lycheeignore for outdated, historical links
  • Loading branch information
inFocus7 authored Jul 5, 2023
1 parent c99d7c2 commit 8e1d5b0
Show file tree
Hide file tree
Showing 20 changed files with 26 additions and 21 deletions.
4 changes: 4 additions & 0 deletions .lycheeignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
https://github.com/osmosis-labs/osmosis-ci*
https://eips.ethereum.org/EIPS/eip-191*
https://airdrop.osmosis.zone/
http://skynet.paullovette.com/
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -343,7 +343,7 @@ You can also feel free to do `make format` if you're getting errors related to `
There are several steps that go into a major release
- The GitHub release is created via this [GitHub workflow](https://github.com/osmosis-labs/osmosis/blob/main/.github/workflows/release.yml). The workflow is manually triggered from the [osmosis-ci repository](https://github.com/osmosis-labs/osmosis-ci). The workflow uses the `make build-reproducible` command to create the `osmosisd` binaries using the default [Makefile](https://github.com/osmosis-labs/osmosis/blob/main/Makefile#L99).
- The GitHub release is created in our private repo via this [GitHub workflow](https://github.com/osmosis-labs/osmosis-ci/blob/main/.github/workflows/create-release.yaml). The workflow is manually triggered from the [osmosis-ci repository](https://github.com/osmosis-labs/osmosis-ci). The workflow uses the `make build-reproducible` command to create the `osmosisd` binaries using the default [Makefile](https://github.com/osmosis-labs/osmosis/blob/main/Makefile#L99).
- Make a PR to main, with a cosmovisor config, generated in tandem with the binaries from tool.
- Should be its own PR, as it may get denied for Fork upgrades.
Expand Down
10 changes: 5 additions & 5 deletions networks/genesis-validators.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Some important notes on joining as a genesis validator:
active operators of the network. As explained in the [Osmosis: A Hub
AMM](https://medium.com/osmosis/osmosis-a-hub-amm-c4c12788f94c)
post, Osmosis is intended to be a fast iterating platform that
regularly add new features and modules through software upgrades. A
regularly adds new features and modules through software upgrades. A
precise timeline for upgrade schedules does not exist, but
validators are expected to be ready to upgrade the network
potentially as frequently as a monthly basis early on. Furthermore,
Expand All @@ -36,6 +36,7 @@ Some important notes on joining as a genesis validator:
recieve fairdrop OSMO. You can verify that a Cosmos address has
received coins in the fairdrop by inputting an address here:
<https://airdrop.osmosis.zone/>.
- **Note: The airdrop URL has been deprecated.**

## Hardware

Expand Down Expand Up @@ -289,8 +290,7 @@ It will show an output something similar to:
Genesis transaction written to "/Users/ubuntu/.osmosisd/config/gentx/gentx-eb3b1768d00e66ef83acb1eee59e1d3a35cf76fc.json"
```

The result should look something like this [sample gentx
file](%22/Users/sunnya97/.osmosisd/config/gentx/gentx-eb3b1768d00e66ef83acb1eee59e1d3a35cf76fc.json).
The result should look something like this `/Users/sunnya97/.osmosisd/config/gentx/gentx-eb3b1768d00e66ef83acb1eee59e1d3a35cf76fc.json`.

### Submit Your GenTx

Expand Down Expand Up @@ -429,7 +429,7 @@ preinstall new binaries, and cosmovisor will automatically update them
based on on-chain SoftwareUpgrade proposals.

You should review the docs for cosmovisor located here:
<https://docs.cosmos.network/master/run-node/cosmovisor.html>
<https://docs.cosmos.network/main/tooling/cosmovisor>

If you choose to use cosmovisor, please continue with these
instructions:
Expand Down Expand Up @@ -582,7 +582,7 @@ investors, and may not under any circumstances be relied upon when
making investment decisions.*

This work, ["Osmosis Genesis Validators
Guide"](https://github.com/osmosis-labs/networks/genesis-validators.md),
Guide"](https://github.com/osmosis-labs/networks/blob/main/genesis-validators.md),
is a derivative of ["Agoric Validator
Guide"](https://github.com/Agoric/agoric-sdk/wiki/Validator-Guide) used
under [CC BY](http://creativecommons.org/licenses/by/4.0/). The Agoric
Expand Down
2 changes: 1 addition & 1 deletion networks/osmosis-1/upgrades/v11/mainnet/guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ pre-install new binaries, and cosmovisor will automatically update them
based on on-chain SoftwareUpgrade proposals.

You should review the docs for cosmovisor located here:
<https://docs.cosmos.network/master/run-node/cosmovisor.html>
<https://docs.cosmos.network/main/tooling/cosmovisor>

If you choose to use cosmovisor, please continue with these
instructions:
Expand Down
2 changes: 1 addition & 1 deletion networks/osmosis-1/upgrades/v11/testnet/guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ pre-install new binaries, and cosmovisor will automatically update them
based on on-chain SoftwareUpgrade proposals.

You should review the docs for cosmovisor located here:
<https://docs.cosmos.network/master/run-node/cosmovisor.html>
<https://docs.cosmos.network/main/tooling/cosmovisor>

If you choose to use cosmovisor, please continue with these
instructions:
Expand Down
2 changes: 1 addition & 1 deletion networks/osmosis-1/upgrades/v12/mainnet/guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ pre-install new binaries, and cosmovisor will automatically update them
based on on-chain SoftwareUpgrade proposals.

You should review the docs for cosmovisor located here:
<https://docs.cosmos.network/master/run-node/cosmovisor.html>
<https://docs.cosmos.network/main/tooling/cosmovisor>

If you choose to use cosmovisor, please continue with these
instructions:
Expand Down
2 changes: 1 addition & 1 deletion networks/osmosis-1/upgrades/v12/testnet/guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ pre-install new binaries, and cosmovisor will automatically update them
based on on-chain SoftwareUpgrade proposals.

You should review the docs for cosmovisor located here:
<https://docs.cosmos.network/master/run-node/cosmovisor.html>
<https://docs.cosmos.network/main/tooling/cosmovisor>

If you choose to use cosmovisor, please continue with these
instructions:
Expand Down
2 changes: 1 addition & 1 deletion networks/osmosis-1/upgrades/v13/mainnet/guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ pre-install new binaries, and cosmovisor will automatically update them
based on on-chain SoftwareUpgrade proposals.

You should review the docs for cosmovisor located here:
<https://docs.cosmos.network/master/run-node/cosmovisor.html>
<https://docs.cosmos.network/main/tooling/cosmovisor>

If you choose to use cosmovisor, please continue with these
instructions:
Expand Down
2 changes: 1 addition & 1 deletion networks/osmosis-1/upgrades/v13/testnet/guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ pre-install new binaries, and cosmovisor will automatically update them
based on on-chain SoftwareUpgrade proposals.

You should review the docs for cosmovisor located here:
<https://docs.cosmos.network/master/run-node/cosmovisor.html>
<https://docs.cosmos.network/main/tooling/cosmovisor>

If you choose to use cosmovisor, please continue with these
instructions:
Expand Down
2 changes: 1 addition & 1 deletion networks/osmosis-1/upgrades/v14/mainnet/guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ pre-install new binaries, and cosmovisor will automatically update them
based on on-chain SoftwareUpgrade proposals.

You should review the docs for cosmovisor located here:
<https://docs.cosmos.network/master/run-node/cosmovisor.html>
<https://docs.cosmos.network/main/tooling/cosmovisor>

If you choose to use cosmovisor, please continue with these
instructions:
Expand Down
2 changes: 1 addition & 1 deletion networks/osmosis-1/upgrades/v15/mainnet/guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ pre-install new binaries, and cosmovisor will automatically update them
based on on-chain SoftwareUpgrade proposals.

You should review the docs for cosmovisor located here:
<https://docs.cosmos.network/master/run-node/cosmovisor.html>
<https://docs.cosmos.network/main/tooling/cosmovisor>

If you choose to use cosmovisor, please continue with these
instructions:
Expand Down
2 changes: 1 addition & 1 deletion networks/osmosis-1/upgrades/v15/testnet/guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ pre-install new binaries, and cosmovisor will automatically update them
based on on-chain SoftwareUpgrade proposals.

You should review the docs for cosmovisor located here:
<https://docs.cosmos.network/master/run-node/cosmovisor.html>
<https://docs.cosmos.network/main/tooling/cosmovisor>

If you choose to use cosmovisor, please continue with these
instructions:
Expand Down
2 changes: 1 addition & 1 deletion networks/osmosis-1/upgrades/v4/cosmovisor.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ new binaries, and cosmovisor will automatically update them based on
on-chain SoftwareUpgrade proposals.

You should review the docs for cosmovisor located here:
<https://docs.cosmos.network/master/run-node/cosmovisor.html>
<https://docs.cosmos.network/main/tooling/cosmovisor>

If you choose to use cosmovisor, please continue with these
instructions:
Expand Down
2 changes: 1 addition & 1 deletion networks/osmosis-1/upgrades/v5/guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ new binaries, and cosmovisor will automatically update them based on
on-chain SoftwareUpgrade proposals.

You should review the docs for cosmovisor located here:
<https://docs.cosmos.network/master/run-node/cosmovisor.html>
<https://docs.cosmos.network/main/tooling/cosmovisor>

If you choose to use cosmovisor, please continue with these
instructions:
Expand Down
2 changes: 1 addition & 1 deletion networks/osmosis-1/upgrades/v7/guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ pre-install new binaries, and cosmovisor will automatically update them
based on on-chain SoftwareUpgrade proposals.

You should review the docs for cosmovisor located here:
<https://docs.cosmos.network/master/run-node/cosmovisor.html>
<https://docs.cosmos.network/main/tooling/cosmovisor>

If you choose to use cosmovisor, please continue with these
instructions:
Expand Down
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 2 additions & 1 deletion x/gamm/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -612,7 +612,8 @@ osmosisd query gamm total-share 1
## Other resources

* [Creating a liquidity bootstrapping pool](./client/docs/create-lbp-pool.md)
* [Creating a pool with a pool file](./client/docs/create-pool.md)
* [Creating a pool with a pool file](./client/docs/create-balancer-pool.md)
* [Creating a stableswap pool](./client/docs/create-stableswap-pool.md)

## Events

Expand Down
2 changes: 1 addition & 1 deletion x/gamm/client/docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@

TODO add an index here explaining each tx type

- [`create-balancer-pool`](./create-pool.md)
- [`create-balancer-pool`](./create-balancer-pool.md)
- [`create-lbp-pool`](./create-lbp-pool.md)
- [`create-stableswap-pool`](./create-stableswap-pool.md)
2 changes: 1 addition & 1 deletion x/gamm/client/docs/create-lbp-pool.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

The below is an example of the pool.json file for a [liquidity
bootstrapping
pool](https://docs.balancer.finance/guides/crp-tutorial/liquidity-bootstrapping).
pool](https://balancer.gitbook.io/balancer/guides/crp-tutorial/liquidity-bootstrapping).

A liquidity bootstrapping pool's weight begins at the weight set in the
`weights` parameter and linearly shifts the weights until
Expand Down

0 comments on commit 8e1d5b0

Please sign in to comment.