@@ -72,12 +72,12 @@ A CLI supports the current schema version and the immediately preceding one
7272(N-1). When a new schema major lands, CLIs that ship with it continue to read
7373the previous major with a warning. A subsequent major may drop support for the
7474oldest major, at which point manifests at that version are rejected with a
75- pointer to the migration entry in [ CHANGELOG.md] ( .. /CHANGELOG.md) .
75+ pointer to the migration entry in [ CHANGELOG.md] ( https://github.com/stablekernel/cascade/blob/main /CHANGELOG.md) .
7676
7777## Migrations
7878
7979Each ` schema_version ` bump is recorded with a ` Migration ` section in
80- [ CHANGELOG.md] ( .. /CHANGELOG.md) describing exactly what changed and the steps to
80+ [ CHANGELOG.md] ( https://github.com/stablekernel/cascade/blob/main /CHANGELOG.md) describing exactly what changed and the steps to
8181update a manifest from the previous version. There are no migrations yet: the
8282current schema version is the first.
8383
@@ -88,7 +88,7 @@ and new capabilities all land here. No stability guarantee is made for the CLI
8888command surface or the manifest schema between 0.x releases; additive changes
8989arrive without a ` schema_version ` bump, but breaking changes (field removals,
9090type changes, behaviour changes) increment ` schema_version ` and carry a
91- ` Migration ` entry in [ CHANGELOG.md] ( .. /CHANGELOG.md) .
91+ ` Migration ` entry in [ CHANGELOG.md] ( https://github.com/stablekernel/cascade/blob/main /CHANGELOG.md) .
9292
9393** 1.0** — when cascade reaches v1.0 the following guarantees apply:
9494
@@ -101,7 +101,7 @@ type changes, behaviour changes) increment `schema_version` and carry a
101101 1.x releases.
102102
103103Older tags outside the current release line do not receive backported fixes.
104- See [ SECURITY.md] ( .. /SECURITY.md) for the security-patch policy.
104+ See [ SECURITY.md] ( https://github.com/stablekernel/cascade/blob/main /SECURITY.md) for the security-patch policy.
105105
106106## Version bump reference
107107
0 commit comments