···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/core
2222+git clone https://tangled.org/@tangled.org/core
2323```
24242525Then, build the `knot` CLI. This is the knot administration and operation tool.
···130130131131You should now have a running knot server! You can finalize
132132your registration by hitting the `verify` button on the
133133-[/knots](https://tangled.sh/knots) page. This simply creates
133133+[/knots](https://tangled.org/knots) page. This simply creates
134134a 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) and
1717+- Head to the [knot dashboard](https://tangled.org/knots) and
1818 hit the "retry" button to verify your knot
19192020For spindles:
21212222- Upgrade to latest tag (v1.9.0 or above)
2323- Head to the [spindle
2424- dashboard](https://tangled.sh/spindles) and hit the
2424+ dashboard](https://tangled.org/spindles) and hit the
2525 "retry" button to verify your spindle
26262727## Upgrading from v1.7.x
···3838 environment variable entirely
3939- `KNOT_SERVER_OWNER` is now required on boot, set this to
4040 your DID. You can find your DID in the
4141- [settings](https://tangled.sh/settings) page.
4141+ [settings](https://tangled.org/settings) page.
4242- Restart your knot once you have replaced the environment
4343 variable
4444-- Head to the [knot dashboard](https://tangled.sh/knots) and
4444+- Head to the [knot dashboard](https://tangled.org/knots) and
4545 hit the "retry" button to verify your knot. This simply
4646 writes a `sh.tangled.knot` record to your PDS.
4747···5757 };
5858 };
5959```
6060-
+1-1
docs/spindle/openbao.md
···4444### production
45454646You would typically use a systemd service with a configuration file. Refer to
4747-[@tangled.sh/infra](https://tangled.sh/@tangled.sh/infra) for how this can be
4747+[@tangled.org/infra](https://tangled.org/@tangled.org/infra) for how this can be
4848achieved 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 bool
25252626 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.Version
2929 break
3030 }