diff --git a/README.md b/README.md
index 2e6ea90fa..fd153f659 100644
--- a/README.md
+++ b/README.md
@@ -3,13 +3,13 @@
Standard Notes is a simple and private notes app available on most platforms, including Web, Mac, Windows, Linux, iOS, and Android. It focuses on simplicity, and encrypts data locally before it ever touches a cloud. This means no one can read your notes but you (not even us).
-
+
[](https://github.com/standardnotes/desktop/releases)
[](https://github.com/standardnotes/web/blob/main/LICENSE)
-[](https://standardnotes.org/slack)
+[](https://standardnotes.com/slack)
[](https://twitter.com/standardnotes)
@@ -19,25 +19,25 @@ Standard Notes is a simple and private notes app available on most platforms, in
- Simple and easy to use
- Fast and encrypted cross-platform sync
- Free sync on unlimited devices
-- Extensible with editors (such as Markdown and Code), themes, and components (like Folders and Autocomplete Tags). Learn more about [Extended](https://standardnotes.org/extensions).
+- Extensible with editors (such as Markdown and Code), themes, and components (like Folders and Autocomplete Tags). Learn more about [Extended](https://standardnotes.com/extensions).
- Open-source and the option to self-host your notes server. You can [host your own Standard Server](https://docs.standardnotes.org/self-hosting/getting-started) in a few easy steps.
-- A strong focus on longevity and sustainability. [Learn more](https://standardnotes.org/longevity).
+- A strong focus on longevity and sustainability. [Learn more](https://standardnotes.com/longevity).
### Creating your private notes account
1. Launch the web app at [app.standardnotes.org](https://app.standardnotes.org).
2. Click Register to create your private notes account.
3. Download Standard Notes on all your devices.
- - [Mac](https://standardnotes.org/download/mac)
- - [Windows](https://standardnotes.org/download/windows)
- - [Linux](https://standardnotes.org/download/linux)
- - [iOS](https://standardnotes.org/download/https://itunes.apple.com/us/app/standard-notes/id1285392450?mt=8)
+ - [Mac](https://standardnotes.com/download/mac)
+ - [Windows](https://standardnotes.com/download/windows)
+ - [Linux](https://standardnotes.com/download/linux)
+ - [iOS](https://standardnotes.com/download/https://itunes.apple.com/us/app/standard-notes/id1285392450?mt=8)
- [Android](https://play.google.com/store/apps/details?id=com.standardnotes)
4. You're all set to begin enjoying a new, more freeing notes life. Standard Notes comes out of the box with end-to-end encrypted sync on all your devices.
### Do More
-If you're looking to power up your experience with extensions, and help support future development, [learn more about Extended](https://standardnotes.org/extensions). Extended offers:
+If you're looking to power up your experience with extensions, and help support future development, [learn more about Extended](https://standardnotes.com/extensions). Extended offers:
- Powerful editors, including the Plus Editor, Simple Markdown, Advanced Markdown, Code Editor, Vim Editor, and the popular Simple Task Editor.
- Beautiful themes to help you find inspiration in any mood, like Midnight, Focused, Futura, Titanium, and Solarized Dark.
@@ -52,11 +52,11 @@ It's no secret we love to write. Standard Notes has become a dependable environm
### Plug In
-Plug in to the community of note-lovers and privacy-enthusiasts. Join us on [Slack](https://standardnotes.org/slack), on our [GitHub forum](https://forum.standardnotes.org), and follow new updates on [Twitter](https://twitter.com/StandardNotes).
+Plug in to the community of note-lovers and privacy-enthusiasts. Join us on [Slack](https://standardnotes.com/slack), on our [GitHub forum](https://forum.standardnotes.org), and follow new updates on [Twitter](https://twitter.com/StandardNotes).
Developers can create and publish their own extensions. Visit the [documentation hub](https://docs.standardnotes.org/) to learn more.
-Questions? Find answers on our [Help page](https://standardnotes.org/help).
+Questions? Find answers on our [Help page](https://standardnotes.com/help).
🙏
diff --git a/SECURITY.md b/SECURITY.md
index 6561eba2f..7b4970d2d 100644
--- a/SECURITY.md
+++ b/SECURITY.md
@@ -12,7 +12,7 @@ Thank you for your work in helping keep Standard Notes safe and secure. If you b
# In-scope
-- Security issues in any current release of Standard Notes. Our product downloads are available on our homepage at https://standardnotes.org, and our source code is available at https://github.com/standardnotes.
+- Security issues in any current release of Standard Notes. Our product downloads are available on our homepage at https://standardnotes.com, and our source code is available at https://github.com/standardnotes.
# Exclusions
diff --git a/app/assets/javascripts/views/footer/footer-view.pug b/app/assets/javascripts/views/footer/footer-view.pug
index 0630cbdb3..a4aa5c293 100644
--- a/app/assets/javascripts/views/footer/footer-view.pug
+++ b/app/assets/javascripts/views/footer/footer-view.pug
@@ -20,7 +20,7 @@
)
.sk-app-bar-item
a.no-decoration.sk-label.title(
- href='https://standardnotes.org/help',
+ href='https://standardnotes.com/help',
rel='noopener',
target='_blank'
)
diff --git a/app/assets/templates/directives/account-menu.pug b/app/assets/templates/directives/account-menu.pug
index 78b3e51e7..16f6e00db 100644
--- a/app/assets/templates/directives/account-menu.pug
+++ b/app/assets/templates/directives/account-menu.pug
@@ -93,7 +93,7 @@
p.sk-p Use strict sign in
span
a.info(
- href='https://standardnotes.org/help/security',
+ href='https://standardnotes.com/help/security',
rel='noopener',
target='_blank'
) (Learn more)
@@ -143,7 +143,7 @@
| Hmm...we can't seem to sync your account.
| The reason: {{self.state.syncError}}
a.sk-a.info-contrast.sk-bold.sk-panel-row(
- href='https://standardnotes.org/help',
+ href='https://standardnotes.com/help',
rel='noopener',
target='_blank'
) Need help?
diff --git a/app/assets/templates/directives/actions-menu.pug b/app/assets/templates/directives/actions-menu.pug
index c3d672a6c..c7f4aa338 100644
--- a/app/assets/templates/directives/actions-menu.pug
+++ b/app/assets/templates/directives/actions-menu.pug
@@ -1,7 +1,7 @@
.sn-component
.sk-menu-panel.dropdown-menu
a.no-decoration(
- href='https://standardnotes.org/extensions',
+ href='https://standardnotes.com/extensions',
ng-if='self.state.extensions.length == 0',
rel='noopener',
target='blank'
diff --git a/app/assets/templates/directives/component-view.pug b/app/assets/templates/directives/component-view.pug
index 17d2b0c5f..e8bd06759 100644
--- a/app/assets/templates/directives/component-view.pug
+++ b/app/assets/templates/directives/component-view.pug
@@ -15,7 +15,7 @@
.sk-app-bar-item-column
div
a.sk-label.sk-base(
- href='https://dashboard.standardnotes.org',
+ href='https://dashboard.standardnotes.com',
rel='noopener',
target='_blank'
)
@@ -29,7 +29,7 @@
.sk-app-bar-item
.sk-app-bar-item-column
a.sn-button.small.warning(
- href='https://standardnotes.org/help/41/expired',
+ href='https://standardnotes.com/help/41/expired',
rel='noopener',
target='_blank'
) Help
diff --git a/app/assets/templates/directives/editor-menu.pug b/app/assets/templates/directives/editor-menu.pug
index d7e8efe65..67710575f 100644
--- a/app/assets/templates/directives/editor-menu.pug
+++ b/app/assets/templates/directives/editor-menu.pug
@@ -26,7 +26,7 @@
ng-if='editor.conflictOf'
) Conflicted copy
a.no-decoration(
- href='https://standardnotes.org/extensions',
+ href='https://standardnotes.com/extensions',
ng-if='self.state.editors.length == 0',
rel='noopener',
target='blank'
diff --git a/app/assets/templates/directives/permissions-modal.pug b/app/assets/templates/directives/permissions-modal.pug
index 0ae709c0e..f449516a7 100644
--- a/app/assets/templates/directives/permissions-modal.pug
+++ b/app/assets/templates/directives/permissions-modal.pug
@@ -17,10 +17,10 @@
| Extensions use an offline messaging system to communicate. Learn more at
|
a.sk-a.info(
- href='https://standardnotes.org/permissions',
+ href='https://standardnotes.com/permissions',
rel='noopener',
target='_blank'
- ) https://standardnotes.org/permissions.
+ ) https://standardnotes.com/permissions.
.sk-panel-footer
button.sn-button.info.block.w-full.text-base.py-3(
ng-click='ctrl.accept()'