Skip to content

Commit

Permalink
🐛 Fix broken links to headers
Browse files Browse the repository at this point in the history
  • Loading branch information
CollierCZ committed Nov 10, 2022
1 parent a22f509 commit 846a522
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 5 deletions.
2 changes: 0 additions & 2 deletions docs/src/domains/checklist.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion docs/src/domains/steps/dns.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).
Expand Down
2 changes: 1 addition & 1 deletion docs/src/projects/region-migration.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion docs/src/tutorials/migrating.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 846a522

Please sign in to comment.