Skip to content

Commit a4e2764

Browse files
committed
Update dead links
1 parent dd287ee commit a4e2764

6 files changed

+9
-6
lines changed

.github/linters/mlc_config.json

+3
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,9 @@
1616
},
1717
{
1818
"pattern": "^https://docs.cosmos.network/v0.46/"
19+
},
20+
{
21+
"pattern": "^https://twitter.com/"
1922
}
2023
],
2124
"retryOn429": true

architecture/adr-list/adr-002-mnemonic-keys-cosmos.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ For example, an identity wallet application or backend application would need to
2121

2222
### Assumptions / Considerations
2323

24-
Cosmos SDK uses [known algorithms for deriving private keys from mnemonics](https://docs.cosmos.network/main/basics/accounts.html#keyring). This can be replicated using standard crypto libraries to carry out the same steps as in Cosmos SDK:
24+
Cosmos SDK uses [known algorithms for deriving private keys from mnemonics](https://docs.cosmos.network/main/learn/beginner/accounts#keyring). This can be replicated using standard crypto libraries to carry out the same steps as in Cosmos SDK:
2525

2626
```text
2727
rounds of iteration : 2048
@@ -64,4 +64,4 @@ N/A
6464

6565
## References
6666

67-
* [Cosmos SDK account generation and keyrings](https://docs.cosmos.network/main/basics/accounts.html)
67+
* [Cosmos SDK account generation and keyrings](https://docs.cosmos.network/main/learn/beginner/accounts)

architecture/adr-list/adr-004-token-fractions.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -58,4 +58,4 @@ It was decided to go with **10^-9** as the smallest fraction, with the whole num
5858

5959
## References
6060

61-
* [Cosmos ADR proposal to add coin metadata](https://docs.cosmos.network/main/architecture/adr-024-coin-metadata.html)
61+
* [Cosmos ADR proposal to add coin metadata](https://docs.cosmos.network/main/build/architecture/adr-024-coin-metadata)

architecture/adr-list/adr-005-genesis-parameters.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ Cosmos application is divided [into a list of modules](https://docs.cosmos.netwo
8080

8181
| Parameter | Description | Mainnet | Testnet |
8282
| - | - | - | - |
83-
| `constant_fee` | The fee is used to verify the [invariant(s)](https://docs.cosmos.network/main/building-modules/invariants.html) | 10,000,000,000,000 ncheq (10,000 CHEQ) | 10,000,000,000,000 ncheq (10,000 CHEQ) |
83+
| `constant_fee` | The fee is used to verify the [invariant(s)](https://docs.cosmos.network/main/build/building-modules/invariants) | 10,000,000,000,000 ncheq (10,000 CHEQ) | 10,000,000,000,000 ncheq (10,000 CHEQ) |
8484

8585
### `distribution` module
8686

architecture/adr-list/adr-007-revocation-registry.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -129,5 +129,5 @@ _Reply Example_:
129129

130130
## References
131131

132-
* [Hyperledger Indy Credential Revocation Hype](https://hyperledger-indy.readthedocs.io/projects/hipe/en/latest/text/0011-cred-revocation/README.html)
132+
* [Hyperledger Indy Credential Revocation Hype](https://hyperledger-indy.readthedocs.io/projects/hipe/en/latest/text/0011-cred-revocation/README/)
133133

docs/cheqd-cli/cheqd-cli-key-management.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Account addresses are on a cheqd node are an encoded version of a public key. Ea
88

99
To submit a transaction on behalf of an account, it must be signed with an account's private key.
1010

11-
Cosmos supports [multiple keyring backends](https://docs.cosmos.network/main/run-node/keyring.html) for the storage and management of keys. Each node operator is free to use the key management method they prefer.
11+
Cosmos supports [multiple keyring backends](https://docs.cosmos.network/main/user/run-node/keyring) for the storage and management of keys. Each node operator is free to use the key management method they prefer.
1212

1313
By default, the `cheqd-noded` binary is configured to use the `os` keyring backend, as it is a safe default compared to file-based key management methods.
1414

0 commit comments

Comments
 (0)