mirror of
https://github.com/appwrite/console.git
synced 2026-06-06 19:27:48 +00:00
Fix incorrect links to migration docs for self-hosted <> cloud
This commit is contained in:
@@ -235,7 +235,7 @@
|
||||
<p class="text">
|
||||
Export data from your project to Appwrite Cloud. <a
|
||||
class="link"
|
||||
href="https://appwrite.io/docs/migrations-local-to-cloud"
|
||||
href="https://appwrite.io/docs/migrations-self-hosted-to-cloud"
|
||||
target="_blank"
|
||||
rel="noopener noreferrer">
|
||||
Learn more in our documentation.</a>
|
||||
@@ -262,7 +262,7 @@
|
||||
<p class="text">
|
||||
Export data from your project to a self-hosted instance. <a
|
||||
class="link"
|
||||
href="https://appwrite.io/docs/migrations-cloud-to-local"
|
||||
href="https://appwrite.io/docs/migrations-cloud-to-self-hosted"
|
||||
target="_blank"
|
||||
rel="noopener noreferrer">
|
||||
Learn more in our documentation.</a>
|
||||
|
||||
Reference in New Issue
Block a user