fix web links to no longer point to staging (#758)
* fix web link in README.md * missed onezio/stable
parent
c808721938
commit
09c515d273
|
@ -2,7 +2,7 @@
|
|||
|
||||
Welcome friends! This is the codebase for the Bluesky Social app. It serves as a resource to engineers building on the [AT Protocol](https://atproto.com).
|
||||
|
||||
- **Web: [staging.bsky.app](https://staging.bsky.app)**
|
||||
- **Web: [bsky.app](https://bsky.app)**
|
||||
- **iOS: [App Store](https://apps.apple.com/us/app/bluesky-social/id6444370199)**
|
||||
- **Android: [Play Store](https://play.google.com/store/apps/details?id=xyz.blueskyweb.app&hl=en_US&gl=US)**
|
||||
|
||||
|
|
|
@ -52,8 +52,8 @@ export const Component = observer(({}: {}) => {
|
|||
Adult content can only be enabled via the Web at{' '}
|
||||
<TextLink
|
||||
style={pal.link}
|
||||
href="https://staging.bsky.app"
|
||||
text="staging.bsky.app"
|
||||
href="https://bsky.app"
|
||||
text="bsky.app"
|
||||
/>
|
||||
.
|
||||
</Text>
|
||||
|
|
Loading…
Reference in New Issue