diff --git a/docs/src/domains/checklist.md b/docs/src/domains/checklist.md index af82394a7a..0f4d8d468e 100644 --- a/docs/src/domains/checklist.md +++ b/docs/src/domains/checklist.md @@ -14,8 +14,6 @@ Before you go live, you need a domain name registered with the registrar of your Verify your registrar supports [`CNAME` records for apex domains](./steps/dns.md#handling-apex-domains). Some registrars may call these `ALIAS` or `ANAME` records. -See [what an apex domain is](./steps/dns.md#what-is-an-apex-domain). - ## 2. Test your site Make sure your site is running and configured as you want it to be, on your production branch. diff --git a/docs/src/domains/steps/dns.md b/docs/src/domains/steps/dns.md index f5c7d939a3..b188d7e952 100644 --- a/docs/src/domains/steps/dns.md +++ b/docs/src/domains/steps/dns.md @@ -50,7 +50,7 @@ If yours doesn't, several solutions exist [to bypass that limitation](#handling- ## Handling Apex domains Some DNS providers (usually your registrar) don't allow `CNAME` records for [apex domains](../../other/glossary.md#apex-domain). -This is one of the [limitations to `CNAME` records](#why-CNAME-records-are-problematic). +This is one of the [limitations to `CNAME` records](#why-cname-records-are-problematic). Check your registrar's documentation to make sure that `CNAME` records on apex domains are supported. If your registrar supports them, follow the [guide to using such records](../steps/_index.md). diff --git a/docs/src/projects/region-migration.md b/docs/src/projects/region-migration.md index ba781ac39e..21d6a2124c 100644 --- a/docs/src/projects/region-migration.md +++ b/docs/src/projects/region-migration.md @@ -110,7 +110,7 @@ platform mount:upload ``` See more options on [how to export files](../tutorials/exporting.md#downloading-files) -and [how to import files](../tutorials/migrating.md#import-your-files). +and [how to import files](../tutorials/migrating.md#6-import-files). ## 5. Copy data from services diff --git a/docs/src/tutorials/migrating.md b/docs/src/tutorials/migrating.md index 929afa290d..064b92945e 100644 --- a/docs/src/tutorials/migrating.md +++ b/docs/src/tutorials/migrating.md @@ -201,7 +201,7 @@ platform mount:upload --mount private --source ./private ``` You can adjust these commands for your own case. -Or upload to your mounts using a different [SSH method](../development/access-site.md#access-your-app-with-ssh). +Or upload to your mounts using a different [SSH method](../development/file-transfer.md#transfer-files-using-an-ssh-client). ## Optional: Add variables