Highly ambitious ATProtocol AppView service and sdks

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.

Labels

None yet.

assignee

None yet.

Participants 1
AT URI
at://did:plc:eyfrtl2gxdohgbjf573dsj6m/sh.tangled.repo.pull/3m2b723tsil22
+2 -2
Interdiff #0 โ†’ #1
+1 -1
README.md
··· 52 52 1. Clone the repository: 53 53 54 54 ```bash 55 - git clone https://tangled.org/@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.org/@slices.network/slices/issues) 460 + - Report issues on [Tangled](https://tangled.org/slices.network/slices/issues)

History

2 rounds 2 comments
sign up or login to add to the discussion
2 commits
expand
fix tangled repo urls
remove '@' from tangled.org urls
no conflicts, ready to merge
expand 0 comments
1 commit
expand
fix tangled repo urls
expand 2 comments

Looks like there is some discussion that started about the @ in the URLs. The tangled.sh to tangled.org change looks to be permanent, but the user path is less certain.

https://tangled.org/@tangled.org/core/issues/245

What is in the patch is up to date for how tangled works today.

Looks like a decision was made in https://tangled.org/tangled.org/core/issues/245 to remove the '@' from URLs. Removed them and rebased onto main.