link fixing

This commit is contained in:
Jacky Zhao 2022-01-27 09:38:28 -08:00
parent 57ebf4c21c
commit 9645f00317
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
---
title: "Custom Domain"
---
### Registrar
This step is only applicable if you are using a **custom domain**! If you are using a `<YOUR-USERNAME>.github.io` domain, you can skip this step.

View File

@ -69,7 +69,7 @@ Change `cname` in `/.github/workflows/deploy.yaml`. Again, if you don't have a c
cname: <YOUR-DOMAIN>
```
Have a custom domain? [Learn how to set it up with Quartz ](custom%20Domain.md).
Have a custom domain? [Learn how to set it up with Quartz ](notes/custom%20Domain.md).
---