Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: use relative link on cip-17 for site + github functionality #196

Merged
merged 2 commits into from
Aug 14, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions cips/cip-17.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,13 @@ This Meta CIP lists the CIPs included in the Lemongrass network upgrade.

### Included CIPs

- [CIP-6](https://github.com/celestiaorg/CIPs/blob/main/cips/cip-6.md): Price Enforcement
- [CIP-9](https://github.com/celestiaorg/CIPs/blob/main/cips/cip-9.md): Packet Forward Middleware
- [CIP-10](https://github.com/celestiaorg/CIPs/blob/main/cips/cip-10.md): Coordinated Upgrades
- [CIP-14](https://github.com/celestiaorg/CIPs/blob/main/cips/cip-14.md): Interchain Accounts
- [CIP-20](https://github.com/celestiaorg/CIPs/blob/main/cips/cip-20.md): Disable Blobstream module
- [CIP-6](./cip-6.md): Price Enforcement
- [CIP-9](./cip-9.md): Packet Forward Middleware
- [CIP-10](./cip-10.md): Coordinated Upgrades
- [CIP-14](./cip-14.md): Interchain Accounts
- [CIP-20](./cip-20.md): Disable Blobstream module

All of the above CIPs are state breaking, and thus require a hardfork. The activation of this hardfork will be different from future hardforks, as described in [CIP-10](https://github.com/celestiaorg/CIPs/blob/main/cips/cip-10.md).
All of the above CIPs are state breaking, and thus require a hardfork. The activation of this hardfork will be different from future hardforks, as described in [CIP-10](./cip-10.md).

## Rationale

Expand Down