From a77da5fd673a71d6a809dbbfaa8ba03f492d4b68 Mon Sep 17 00:00:00 2001 From: pompydev Date: Thu, 25 Dec 2025 20:41:08 +0900 Subject: [PATCH] appview/docs/nix/spindle/readme.md: fix outdated documentation links --- appview/pages/templates/banner.html | 2 +- appview/pages/templates/knots/index.html | 2 +- appview/pages/templates/layouts/fragments/footer.html | 4 ++-- appview/pages/templates/repo/pipelines/pipelines.html | 2 +- appview/pages/templates/repo/settings/pipelines.html | 2 +- appview/pages/templates/spindles/index.html | 2 +- docs/DOCS.md | 2 +- nix/vm.nix | 2 +- readme.md | 6 +++--- spindle/motd | 2 +- 10 files changed, 13 insertions(+), 13 deletions(-) diff --git a/appview/pages/templates/banner.html b/appview/pages/templates/banner.html index 686eea79..51f01988 100644 --- a/appview/pages/templates/banner.html +++ b/appview/pages/templates/banner.html @@ -30,7 +30,7 @@
These services may not be fully accessible until upgraded. + href="https://docs.tangled.org/migrating-knots-spindles.html#migrating-knots-spindles"> Click to read the upgrade guide.
diff --git a/appview/pages/templates/knots/index.html b/appview/pages/templates/knots/index.html index 5bfd9ec5..22ca6735 100644 --- a/appview/pages/templates/knots/index.html +++ b/appview/pages/templates/knots/index.html @@ -105,7 +105,7 @@ {{ define "docsButton" }} +href="https://docs.tangled.org/knot-self-hosting-guide.html#knot-self-hosting-guide"> {{ i "book" "size-4" }} docs diff --git a/appview/pages/templates/layouts/fragments/footer.html b/appview/pages/templates/layouts/fragments/footer.html index 5440b21a..bf92335d 100644 --- a/appview/pages/templates/layouts/fragments/footer.html +++ b/appview/pages/templates/layouts/fragments/footer.html @@ -26,7 +26,7 @@
resources
{{ i "book-open" $iconStyle }} blog - {{ i "book" $iconStyle }} docs + {{ i "book" $iconStyle }} docs {{ i "code" $iconStyle }} source {{ i "paintbrush" $iconStyle }} brand
@@ -73,7 +73,7 @@
resources
{{ i "book-open" $iconStyle }} blog - {{ i "book" $iconStyle }} docs + {{ i "book" $iconStyle }} docs {{ i "code" $iconStyle }} source {{ i "paintbrush" $iconStyle }} brand
diff --git a/appview/pages/templates/repo/pipelines/pipelines.html b/appview/pages/templates/repo/pipelines/pipelines.html index c4347bd4..7298d04e 100644 --- a/appview/pages/templates/repo/pipelines/pipelines.html +++ b/appview/pages/templates/repo/pipelines/pipelines.html @@ -23,7 +23,7 @@

2Configure your CI/CD - pipeline. + pipeline.

3Trigger a workflow with a push or a pull-request!

diff --git a/appview/pages/templates/repo/settings/pipelines.html b/appview/pages/templates/repo/settings/pipelines.html index d5bf782e..ff7b23ef 100644 --- a/appview/pages/templates/repo/settings/pipelines.html +++ b/appview/pages/templates/repo/settings/pipelines.html @@ -22,7 +22,7 @@

Choose a spindle to execute your workflows on. Only repository owners can configure spindles. Spindles can be selfhosted, - + click to learn more.

diff --git a/appview/pages/templates/spindles/index.html b/appview/pages/templates/spindles/index.html index 23bc8742..c1b7fb7c 100644 --- a/appview/pages/templates/spindles/index.html +++ b/appview/pages/templates/spindles/index.html @@ -102,7 +102,7 @@ {{ define "docsButton" }} +href="https://docs.tangled.org/spindles.html#self-hosting-guide"> {{ i "book" "size-4" }} docs diff --git a/docs/DOCS.md b/docs/DOCS.md index e7ec9ab7..59c302da 100644 --- a/docs/DOCS.md +++ b/docs/DOCS.md @@ -858,7 +858,7 @@ The base image for the container is constructed on the fly using [Nixery](https://nixery.dev), which is handy for caching layers for frequently used packages. -The pipeline manifest is [specified here](/docs/spindle/pipeline.md). +The pipeline manifest is [specified here](https://docs.tangled.org/spindles.html#pipelines). ## Secrets with openbao diff --git a/nix/vm.nix b/nix/vm.nix index f9dd9923..461dffdc 100644 --- a/nix/vm.nix +++ b/nix/vm.nix @@ -8,7 +8,7 @@ var = builtins.getEnv name; in if var == "" - then throw "\$${name} must be defined, see docs/hacking.md for more details" + then throw "\$${name} must be defined, see https://docs.tangled.org/hacking-on-tangled.html#hacking-on-tangled for more details" else var; envVarOr = name: default: let var = builtins.getEnv name; diff --git a/readme.md b/readme.md index abd76c8b..dbddb50e 100644 --- a/readme.md +++ b/readme.md @@ -10,9 +10,9 @@ libera.chat](https://web.libera.chat/#tangled). ## docs -* [knot hosting guide](/docs/knot-hosting.md) -* [contributing guide](/docs/contributing.md) **please read before opening a PR!** -* [hacking on tangled](/docs/hacking.md) +- [knot hosting guide](https://docs.tangled.org/knot-self-hosting-guide.html#knot-self-hosting-guide) +- [contributing guide](https://docs.tangled.org/contribution-guide.html#contribution-guide) **please read before opening a PR!** +- [hacking on tangled](https://docs.tangled.org/hacking-on-tangled.html#hacking-on-tangled) ## security diff --git a/spindle/motd b/spindle/motd index 9dbcc9fa..02bc260d 100644 --- a/spindle/motd +++ b/spindle/motd @@ -20,6 +20,6 @@ ** ******** -This is a spindle server. More info at https://tangled.sh/@tangled.sh/core/tree/master/docs/spindle +This is a spindle server. More info at https://tangled.org/tangled.org/core/blob/master/docs/DOCS.md#spindles Most API routes are under /xrpc/ -- 2.51.0