···2222 "github.com/yuin/goldmark/util"2323 htmlparse "golang.org/x/net/html"24242525- "tangled.sh/tangled.sh/core/api/tangled"2626- "tangled.sh/tangled.sh/core/appview/pages/repoinfo"2525+ "tangled.org/core/api/tangled"2626+ "tangled.org/core/appview/pages/repoinfo"2727)28282929// RendererType defines the type of renderer to use based on context
···1919First, clone this repository:20202121```2222-git clone https://tangled.sh/@tangled.sh/core2222+git clone https://tangled.org/@tangled.org/core2323```24242525Then, build the `knot` CLI. This is the knot administration and operation tool.···130130131131You should now have a running knot server! You can finalize132132your registration by hitting the `verify` button on the133133-[/knots](https://tangled.sh/knots) page. This simply creates133133+[/knots](https://tangled.org/knots) page. This simply creates134134a record on your PDS to announce the existence of the knot.135135136136### custom paths
+4-5
docs/migrations.md
···1414For knots:15151616- Upgrade to latest tag (v1.9.0 or above)1717-- Head to the [knot dashboard](https://tangled.sh/knots) and1717+- Head to the [knot dashboard](https://tangled.org/knots) and1818 hit the "retry" button to verify your knot19192020For spindles:21212222- Upgrade to latest tag (v1.9.0 or above)2323- Head to the [spindle2424- dashboard](https://tangled.sh/spindles) and hit the2424+ dashboard](https://tangled.org/spindles) and hit the2525 "retry" button to verify your spindle26262727## Upgrading from v1.7.x···3838 environment variable entirely3939- `KNOT_SERVER_OWNER` is now required on boot, set this to4040 your DID. You can find your DID in the4141- [settings](https://tangled.sh/settings) page.4141+ [settings](https://tangled.org/settings) page.4242- Restart your knot once you have replaced the environment4343 variable4444-- Head to the [knot dashboard](https://tangled.sh/knots) and4444+- Head to the [knot dashboard](https://tangled.org/knots) and4545 hit the "retry" button to verify your knot. This simply4646 writes a `sh.tangled.knot` record to your PDS.4747···5757 };5858 };5959```6060-
+1-1
docs/spindle/openbao.md
···4444### production45454646You would typically use a systemd service with a configuration file. Refer to4747-[@tangled.sh/infra](https://tangled.sh/@tangled.sh/infra) for how this can be4747+[@tangled.org/infra](https://tangled.org/@tangled.org/infra) for how this can be4848achieved using Nix.49495050Then, initialize the bao server:
···55 "net/http"66 "runtime/debug"7788- "tangled.sh/tangled.sh/core/api/tangled"88+ "tangled.org/core/api/tangled"99)10101111// version is set during build time.···2424 var modified bool25252626 for _, mod := range info.Deps {2727- if mod.Path == "tangled.sh/tangled.sh/knotserver/xrpc" {2727+ if mod.Path == "tangled.org/tangled.org/knotserver/xrpc" {2828 modVer = mod.Version2929 break3030 }