Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

🐛 Fix broken links to headers #2681

Merged
merged 1 commit into from
Nov 11, 2022
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
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