Skip to content

Commit 90eed0f

Browse files
authored
anchored relative paths for cip88, omit README.md for cip100 cross-CIP link (#773)
1 parent 2401d5f commit 90eed0f

File tree

2 files changed

+12
-12
lines changed

2 files changed

+12
-12
lines changed

CIP-0088/README.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -254,15 +254,15 @@ This entry, if present, should be a CIP ID indexed object containing additional
254254
When and where possible the CIP-Specific registration should follow the CBOR-like declaration syntax to ensure that
255255
the content is well-formed and easily parseable.
256256

257-
| CIP | Name | Version | Status | CDDL | Rationale |
258-
|-----|-------------------------------|---------|--------|------------------------------------------|---------------------|
259-
| 25 | Token Metadata | 1 | Active | [CIP25_v1.cddl](CIPs/0025/CIP25_v1.cddl) | [CIP-25](CIPs/0025) |
260-
| 26 | Fungible Token Information | 1 | Active | [CIP26_v1.cddl](CIPs/0026/CIP26_v1.cddl) | [CIP-26](CIPs/0026) |
261-
| 27 | Token Royalties | 1 | Active | [CIP27_v1.cddl](CIPs/0027/CIP27_v1.cddl) | [CIP-27](CIPs/0027) |
262-
| 48 | Metadata References | 1 | Draft | [CIP48_v1.cddl](CIPs/0048/CIP48_v1.cddl) | [CIP-48](CIPs/0048) |
263-
| 60 | Music Token Metadata | 1 | Draft | [CIP60_v1.cddl](CIPs/0060/CIP60_v1.cddl) | [CIP-60](CIPs/0060) |
264-
| 68 | Datum Token Metadata | 1 | Active | [CIP68_v1.cddl](CIPs/0068/CIP68_v1.cddl) | [CIP-68](CIPs/0068) |
265-
| 86 | Token Metadata Update Oracles | 1 | Active | [CIP86_v1.cddl](CIPs/0086/CIP86_v1.cddl) | [CIP-86](CIPs/0086) |
257+
| CIP | Name | Version | Status | CDDL | Rationale |
258+
|-----|-------------------------------|---------|--------|--------------------------------------------|-----------------------|
259+
| 25 | Token Metadata | 1 | Active | [CIP25_v1.cddl](./CIPs/0025/CIP25_v1.cddl) | [CIP-25](./CIPs/0025) |
260+
| 26 | Fungible Token Information | 1 | Active | [CIP26_v1.cddl](./CIPs/0026/CIP26_v1.cddl) | [CIP-26](./CIPs/0026) |
261+
| 27 | Token Royalties | 1 | Active | [CIP27_v1.cddl](./CIPs/0027/CIP27_v1.cddl) | [CIP-27](./CIPs/0027) |
262+
| 48 | Metadata References | 1 | Draft | [CIP48_v1.cddl](./CIPs/0048/CIP48_v1.cddl) | [CIP-48](./CIPs/0048) |
263+
| 60 | Music Token Metadata | 1 | Draft | [CIP60_v1.cddl](./CIPs/0060/CIP60_v1.cddl) | [CIP-60](./CIPs/0060) |
264+
| 68 | Datum Token Metadata | 1 | Active | [CIP68_v1.cddl](./CIPs/0068/CIP68_v1.cddl) | [CIP-68](./CIPs/0068) |
265+
| 86 | Token Metadata Update Oracles | 1 | Active | [CIP86_v1.cddl](./CIPs/0086/CIP86_v1.cddl) | [CIP-86](./CIPs/0086) |
266266

267267
***Note: CIP-0068 Tokens***
268268

@@ -564,4 +564,4 @@ utility, and standards evolve.
564564

565565
## Copyright
566566

567-
This CIP is licensed under [CC-BY-4.0](https://creativecommons.org/licenses/by/4.0/legalcode).
567+
This CIP is licensed under [CC-BY-4.0](https://creativecommons.org/licenses/by/4.0/legalcode).

CIP-0100/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ Note: Any URI's in the @context field SHOULD be content-addressable and robustly
139139

140140
In CIP-1694 (and likely any alternative or future evolution of it), there are a number of certificates that can be attached to a transaction pertaining to governance; each of these is equipped with an "anchor", which is a URI at which can be found additional metadata.
141141

142-
While this metadata can be published anywhere, external hosting may be unavailable to some users. Therefore, we recognize the transaction metadata as an effective tool for a "common town square" for hosting and discoverability, and reserve [metadatum label 1694](../CIP-0010/README.md) for publishing governance related metadata on-chain.
142+
While this metadata can be published anywhere, external hosting may be unavailable to some users. Therefore, we recognize the transaction metadata as an effective tool for a "common town square" for hosting and discoverability, and reserve [metadatum label 1694](../CIP-0010) for publishing governance related metadata on-chain.
143143

144144
With the help of [CIP-?](https://github.com/cardano-foundation/CIPs/pull/635), the anchor can then refer to the metadata of another transaction, or even the metadata of the transaction being published itself.
145145

@@ -309,4 +309,4 @@ The key stages to get this proposal to active, and the motivation for why each s
309309

310310
## Copyright
311311

312-
This CIP is licensed under [CC-BY-4.0](https://creativecommons.org/licenses/by/4.0/legalcode).
312+
This CIP is licensed under [CC-BY-4.0](https://creativecommons.org/licenses/by/4.0/legalcode).

0 commit comments

Comments
 (0)