diff options
author | surfdude29 <149612116+surfdude29@users.noreply.github.com> | 2024-02-12 15:38:45 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-02-12 15:38:45 +0000 |
commit | b4724b93e8bafd3147d9c5ae8793190d87d8c334 (patch) | |
tree | c02128b82852f6c6fe7ae8ffb8b1d676f7fa3b25 /bskyweb/templates | |
parent | 6d91726e00620b19f14141598df09ad053e500e0 (diff) | |
download | voidsky-b4724b93e8bafd3147d9c5ae8793190d87d8c334.tar.zst |
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
Diffstat (limited to 'bskyweb/templates')
-rw-r--r-- | bskyweb/templates/base.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bskyweb/templates/base.html b/bskyweb/templates/base.html index b7913c3ad..7513d6fd2 100644 --- a/bskyweb/templates/base.html +++ b/bskyweb/templates/base.html @@ -219,7 +219,7 @@ <noscript> <h1 lang="en">JavaScript Required</h1> <p lang="en">This is a heavily interactive web application, and JavaScript is required. Simple HTML interfaces are possible, but that is not what this is. - <p lang="en">Learn more about Bluesky at <a href="https://blueskyweb.xyz">blueskyweb.xyz</a> and <a href="https://atproto.com">atproto.com</a>. + <p lang="en">Learn more about Bluesky at <a href="https://bsky.social">bsky.social</a> and <a href="https://atproto.com">atproto.com</a>. {% block noscript_extra %}{% endblock %} </noscript> {% endblock -%} |