fix tangled repo urls #2

open
opened by jacobs.land targeting main from jacobs.land/slices: docs/fix-repo-urls

Tangled now redirects tangled.sh to tangled.org and also redirects /slices.network/slices to /@slices.network/slices. Some part of this causes issues when cloning from the URL in the README.

$ git clone https://tangled.sh/slices.network/slices
Cloning into 'slices'...
remote: service unsupported: ''
fatal: unable to access 'https://tangled.sh/slices.network/slices/': The requested URL returned error: 403

Updating it to the URL in the tangled UI works as expected.

I also updated the only other usage of tangled.sh and /slices.network/slices without the @ to avoid relying on the redirect.

Changed files
+2 -2
docs
+1 -1
README.md
··· 52 52 1. Clone the repository: 53 53 54 54 ```bash 55 - git clone https://tangled.sh/slices.network/slices 55 + git clone https://tangled.org/@slices.network/slices 56 56 cd core 57 57 ``` 58 58
+1 -1
docs/getting-started.md
··· 457 457 - Join our [Discord community](https://discord.gg/slices) 458 458 - Check out [example apps](https://github.com/slices/examples) 459 459 - Read the [AT Protocol docs](https://atproto.com/) 460 - - Report issues on [Tangled](https://tangled.sh/slices.network/slices/issues) 460 + - Report issues on [Tangled](https://tangled.org/@slices.network/slices/issues)