From b4724b93e8bafd3147d9c5ae8793190d87d8c334 Mon Sep 17 00:00:00 2001 From: surfdude29 <149612116+surfdude29@users.noreply.github.com> Date: Mon, 12 Feb 2024 15:38:45 +0000 Subject: [PATCH] Update `blueskyweb.xyz` links to `bsky.social` (#2830) * Update blogpost link to bsky.social and remove unnecessary localisation params at end of Play Store URL in README.md * Update privacy policy link to bsky.social in PrivacyPolicy.tsx * Update TOS link to bsky.social in TermsOfService.tsx * Update links to bsky.social in Links.tsx * Update links to bsky.social in SplashScreen.web.tsx * Update link to bsky.social in base.html * Update links to bsky.social in HomeLoggedOutCTA.tsx * Update links to bsky.social in RightNav.tsx * Update links to bsky.social in Drawer.tsx * Update DMCA link to bsky.social in Modal.tsx * Update link to copyright policy on bsky.social in CopyrightPolicy.tsx * Update link to bsky.social in CommunityGuidelines.tsx * Update links to bsky.social in Settings.tsx * Update to bsky.social in Typography.tsx --- README.md | 4 ++-- bskyweb/templates/base.html | 2 +- src/view/com/auth/HomeLoggedOutCTA.tsx | 6 +++--- src/view/com/auth/SplashScreen.web.tsx | 6 +++--- src/view/com/modals/report/Modal.tsx | 2 +- src/view/screens/CommunityGuidelines.tsx | 4 ++-- src/view/screens/CopyrightPolicy.tsx | 4 ++-- src/view/screens/PrivacyPolicy.tsx | 4 ++-- src/view/screens/Settings.tsx | 4 ++-- src/view/screens/Storybook/Links.tsx | 8 ++++---- src/view/screens/Storybook/Typography.tsx | 4 ++-- src/view/screens/TermsOfService.tsx | 4 ++-- src/view/shell/Drawer.tsx | 4 ++-- src/view/shell/desktop/RightNav.tsx | 4 ++-- 14 files changed, 30 insertions(+), 30 deletions(-) diff --git a/README.md b/README.md index 8770fcfc..0cbfe773 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ Get the app itself: - **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)** +- **Android: [Play Store](https://play.google.com/store/apps/details?id=xyz.blueskyweb.app)** ## Development Resources @@ -21,7 +21,7 @@ The Authenticated Transfer Protocol ("AT Protocol" or "atproto") is a decentrali - [Overview and Guides](https://atproto.com/guides/overview) - [Github Discussions](https://github.com/bluesky-social/atproto/discussions) 👈 Great place to ask questions - [Protocol Specifications](https://atproto.com/specs/atp) -- [Blogpost on self-authenticating data structures](https://blueskyweb.xyz/blog/3-6-2022-a-self-authenticating-social-protocol) +- [Blogpost on self-authenticating data structures](https://bsky.social/about/blog/3-6-2022-a-self-authenticating-social-protocol) The Bluesky Social application encompasses a set of schemas and APIs built in the overall AT Protocol framework. The namespace for these "Lexicons" is `app.bsky.*`. diff --git a/bskyweb/templates/base.html b/bskyweb/templates/base.html index b7913c3a..7513d6fd 100644 --- a/bskyweb/templates/base.html +++ b/bskyweb/templates/base.html @@ -219,7 +219,7 @@