Point at the renamed coyote-bundle-template starter repo

2026-08-24 10:03:51 -06:00
parent 09eea51492
commit 70bf6cdbc8
2 changed files with 3 additions and 3 deletions
+1 -1
@@ -450,7 +450,7 @@ The CLI equivalent is `coyote --install <source-or-name>` (with `--git-host`, `-
accepting the same values). Use `.list bundles` to see what's installed and `.uninstall <name>` to remove a bundle.
See [Sharing Configurations](Sharing-Configurations) for the expected repo layout, conflict resolution, secret handling,
and the [coyote-config-template](https://github.com/Dark-Alex-17/coyote-config-template) starter you can fork.
and the [coyote-bundle-template](https://github.com/Dark-Alex-17/coyote-bundle-template) starter you can fork.
## `.uninstall` - Uninstall a bundle
+2 -2
@@ -21,7 +21,7 @@ This page covers the expected repository layout, bundle identity, provenance tra
handling, and how to publish your own bundle.
To see a template repository with all recognized categories, see the
[coyote-config-template](https://github.com/Dark-Alex-17/coyote-config-template) repository.
[coyote-bundle-template](https://github.com/Dark-Alex-17/coyote-bundle-template) repository.
---
@@ -451,7 +451,7 @@ To share your Coyote configuration, structure a git repo like the layout above a
self-hosted Forgejo instance, etc.
The easiest way to start is to **fork the official template repo**:
[`coyote-config-template`](https://github.com/Dark-Alex-17/coyote-config-template). It includes a working sample of each
[`coyote-bundle-template`](https://github.com/Dark-Alex-17/coyote-bundle-template). It includes a working sample of each
asset type plus a `README` describing the customization workflow.
### Best practices