-
Notifications
You must be signed in to change notification settings - Fork 65.4k
Description
Code of Conduct
- I have read and agree to the GitHub Docs project's Code of Conduct
What article on docs.github.com is affected?
What part(s) of the article would you like to see updated?
Docs imply the Host value for CNAME records is www.example.com. For example "create a CNAME record that points www.example.com to <user>.github.io". But the correct Host value is www. Instead "create a CNAME record that points www to <user>.github.io." could be better (also notice the . I added after <user>.github.io).
Similarly "To create an ALIAS or ANAME record, point your apex domain to the default domain for your site." implies the Host value is the apex domain but actually the Host value should be @.
Additional information
The docs already recommend the user to check their DNS providers documentation for details on setting up DNS records. Since the specific Host values could differ from provider to provider.
However I think the docs could be better if the wrong Host values were not implied, either by stating the correct values inline or clearly showing the values of the DNS records, for example:
| ALIAS record | value |
|---|---|
| Host | @ |
| Target | <user>.github.io. |