Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions src/redirects.json
Original file line number Diff line number Diff line change
Expand Up @@ -843,5 +843,9 @@
{
"link": "/install/env",
"redirect": "/docs/advanced/self-hosting/installation#manual-installation"
},
{
"link": "/the-appwrite-network",
"redirect": "/docs/products/network"
}
]
2 changes: 1 addition & 1 deletion src/routes/(marketing)/(components)/map.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
Pick one of our many cloud regions or edges to meet your project's needs and reduce
latency.
</p>
<Button variant="secondary" href="/the-appwrite-network"
<Button variant="secondary" href="/docs/products/network"
>More about the Appwrite Network</Button
>
</div>
Expand Down
4 changes: 3 additions & 1 deletion src/routes/(marketing)/(components)/network-map.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,9 @@
latency.
</p>

<a href="/" class="web-button is-secondary mt-2">More about the Appwrite Network</a>
<a href="/docs/products/network" class="web-button is-secondary mt-2"
>More about the Appwrite Network</a
>
</div>

<Map theme="light" />
Expand Down
78 changes: 0 additions & 78 deletions src/routes/the-appwrite-network/+page.svelte

This file was deleted.

Loading