aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/migration
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/migration')
-rwxr-xr-xscripts/migration/migrate-unix.sh2
-rw-r--r--scripts/migration/migrate-windows.ps12
2 files changed, 2 insertions, 2 deletions
diff --git a/scripts/migration/migrate-unix.sh b/scripts/migration/migrate-unix.sh
index 37f24a533..c51227f33 100755
--- a/scripts/migration/migrate-unix.sh
+++ b/scripts/migration/migrate-unix.sh
@@ -65,6 +65,6 @@ else
65 echo "WARNING: Your data was partially migrated!" 65 echo "WARNING: Your data was partially migrated!"
66 echo "It was detected that your account is using Ferdi servers to sync your data." 66 echo "It was detected that your account is using Ferdi servers to sync your data."
67 echo "Please, check this guide on how to export and import your data manually:" 67 echo "Please, check this guide on how to export and import your data manually:"
68 echo "https://github.com/ferdium/ferdi/blob/main/MIGRATION.md" 68 echo "https://github.com/ferdium/ferdi/blob/main/docs/MIGRATION.md"
69 echo "********************************************" 69 echo "********************************************"
70fi 70fi
diff --git a/scripts/migration/migrate-windows.ps1 b/scripts/migration/migrate-windows.ps1
index a7e67b94a..0a793077c 100644
--- a/scripts/migration/migrate-windows.ps1
+++ b/scripts/migration/migrate-windows.ps1
@@ -39,7 +39,7 @@ if (-not (Test-Path -Path $FERDIUM_PATH/server.sqlite)) {
39 Write-Host "" 39 Write-Host ""
40 Write-Host "It was detected that your account is using Ferdi servers to sync your data." 40 Write-Host "It was detected that your account is using Ferdi servers to sync your data."
41 Write-Host "Please, check this guide on how to export and import your data manually:" 41 Write-Host "Please, check this guide on how to export and import your data manually:"
42 Write-Host "https://github.com/ferdium/ferdi/blob/main/MIGRATION.md" 42 Write-Host "https://github.com/ferdium/ferdi/blob/main/docs/MIGRATION.md"
43 Write-Host "" 43 Write-Host ""
44 Write-Host "********************************************" 44 Write-Host "********************************************"
45 45