fix: use canonical download URL
This commit is contained in:
@@ -27,7 +27,7 @@ export default defineConfig({
|
||||
{ text: "Start", link: "/start/install" },
|
||||
{ text: "Concepts", link: "/concepts/vaults" },
|
||||
{ text: "Guides", link: "/guides/capture-a-note" },
|
||||
{ text: "Downloads", link: "/download/", target: "_self" },
|
||||
{ text: "Downloads", link: "https://tolaria.md/download/", target: "_self", noIcon: true },
|
||||
],
|
||||
search: {
|
||||
provider: "local",
|
||||
|
||||
@@ -182,7 +182,7 @@ const testimonials = [
|
||||
<div class="hero-actions">
|
||||
<a
|
||||
class="landing-button primary"
|
||||
:href="route('/download/')"
|
||||
href="https://tolaria.md/download/"
|
||||
target="_self"
|
||||
>
|
||||
<svg viewBox="0 0 24 24" aria-hidden="true">
|
||||
|
||||
@@ -4,7 +4,7 @@ Tolaria releases are published on GitHub.
|
||||
|
||||
- [Latest release](https://github.com/refactoringhq/tolaria/releases/latest)
|
||||
- [All releases](https://github.com/refactoringhq/tolaria/releases)
|
||||
- <a href="/download/" target="_self">Download page</a>
|
||||
- <a href="https://tolaria.md/download/" target="_self">Download page</a>
|
||||
|
||||
## Release Channels
|
||||
|
||||
|
||||
@@ -6,7 +6,7 @@ Tolaria publishes desktop builds for macOS, Windows, and Linux. macOS is the pri
|
||||
|
||||
Use the latest stable release unless you are intentionally testing pre-release builds:
|
||||
|
||||
- <a href="/download/" target="_self">Download the latest stable build</a>
|
||||
- <a href="https://tolaria.md/download/" target="_self">Download the latest stable build</a>
|
||||
- [Browse all GitHub releases](https://github.com/refactoringhq/tolaria/releases)
|
||||
- [Read the release notes](/releases/)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user