fix: site urls
This commit is contained in:
@@ -19,7 +19,7 @@ Standard Notes is a simple and private notes app available on most platforms, in
|
|||||||
- Simple and easy to use
|
- Simple and easy to use
|
||||||
- Fast and encrypted cross-platform sync
|
- Fast and encrypted cross-platform sync
|
||||||
- Free sync on unlimited devices
|
- 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.com/extensions).
|
- Extensible with editors (such as Markdown and Code), themes, and components. [Learn more](https://standardnotes.com/features).
|
||||||
- Open-source and the option to self-host your notes server. You can [host your own Standard Server](https://docs.standardnotes.com/self-hosting/getting-started) in a few easy steps.
|
- Open-source and the option to self-host your notes server. You can [host your own Standard Server](https://docs.standardnotes.com/self-hosting/getting-started) in a few easy steps.
|
||||||
- A strong focus on longevity and sustainability. [Learn more](https://standardnotes.com/longevity).
|
- A strong focus on longevity and sustainability. [Learn more](https://standardnotes.com/longevity).
|
||||||
|
|
||||||
@@ -37,7 +37,7 @@ Standard Notes is a simple and private notes app available on most platforms, in
|
|||||||
|
|
||||||
### Do More
|
### Do More
|
||||||
|
|
||||||
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:
|
If you're looking to power up your experience with extensions, and help support future development, [learn more about our paid plans](https://standardnotes.com/plans). Our paid plans offer:
|
||||||
|
|
||||||
- Powerful editors, including the Plus Editor, Simple Markdown, Advanced Markdown, Code Editor, Vim Editor, and the popular Simple Task Editor.
|
- 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.
|
- Beautiful themes to help you find inspiration in any mood, like Midnight, Focused, Futura, Titanium, and Solarized Dark.
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
.sn-component
|
.sn-component
|
||||||
.sk-menu-panel.dropdown-menu
|
.sk-menu-panel.dropdown-menu
|
||||||
a.no-decoration(
|
a.no-decoration(
|
||||||
href='https://standardnotes.com/extensions',
|
href='https://standardnotes.com/plans',
|
||||||
ng-if='self.state.extensions.length == 0',
|
ng-if='self.state.extensions.length == 0',
|
||||||
rel='noopener',
|
rel='noopener',
|
||||||
target='blank'
|
target='blank'
|
||||||
|
|||||||
@@ -22,7 +22,7 @@
|
|||||||
ng-if='editor.conflictOf'
|
ng-if='editor.conflictOf'
|
||||||
) Conflicted copy
|
) Conflicted copy
|
||||||
a.no-decoration(
|
a.no-decoration(
|
||||||
href='https://standardnotes.com/extensions',
|
href='https://standardnotes.com/plans',
|
||||||
ng-if='self.state.editors.length == 0',
|
ng-if='self.state.editors.length == 0',
|
||||||
rel='noopener',
|
rel='noopener',
|
||||||
target='blank'
|
target='blank'
|
||||||
|
|||||||
Reference in New Issue
Block a user