Skip to content

Commit fbc1c69

Browse files
committed
Shorten manifest registry labels
1 parent 06730f7 commit fbc1c69

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ At a high level this follows the same pattern used by mature package and artifac
7474

7575
The same consumer module is also meant to stay reusable beyond Nabla itself.
7676
The default first-party registry is
77-
[`Devsh-Graphics-Programming/Nabla-Asset-Manifests`](https://github.com/Devsh-Graphics-Programming/Nabla-Asset-Manifests),
77+
[`Nabla-Asset-Manifests`](https://github.com/Devsh-Graphics-Programming/Nabla-Asset-Manifests),
7878
but consumers can point the module at a different manifest checkout and a
7979
different `GitHub Release` channel without changing the build-graph model.
8080

cmake/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ nam_add_channel_target(
6868

6969
For the official first-party Nabla registry you normally set `MANIFEST_ROOT`
7070
explicitly to a local checkout of
71-
`Devsh-Graphics-Programming/Nabla-Asset-Manifests`. The built-in
71+
[`Nabla-Asset-Manifests`](https://github.com/Devsh-Graphics-Programming/Nabla-Asset-Manifests). The built-in
7272
`MANIFEST_ROOT` default remains useful for repositories that colocate the
7373
module and their manifests in the same tree.
7474

@@ -107,7 +107,7 @@ Current scope stays intentionally small:
107107
`MANIFEST_ROOT`
108108
- remote payload resolution still uses `GitHub Release assets` only
109109
- the default first-party Nabla registry stays
110-
`Devsh-Graphics-Programming/Nabla-Asset-Manifests`
110+
[`Nabla-Asset-Manifests`](https://github.com/Devsh-Graphics-Programming/Nabla-Asset-Manifests)
111111
- the built-in `MANIFEST_ROOT` default remains available for colocated
112112
module-plus-manifest repositories
113113

0 commit comments

Comments
 (0)