Skip to content

Commit 47e2bb5

Browse files
authored
Use more specific product name variable
1 parent ddcde4b commit 47e2bb5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

content/github/working-with-github-pages/troubleshooting-custom-domains-and-github-pages.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Then, make sure the _CNAME_ file is formatted correctly.
2424
- The _CNAME_ filename must be all uppercase.
2525
- The _CNAME_ file can contain only one domain. To point multiple domains to your site, you must set up a redirect through your DNS provider.
2626
- The _CNAME_ file must contain the domain name only. For example, `www.example.com`, `blog.example.com`, or `example.com`.
27-
- The domain name must be unique across {% data variables.product.product_name %}. For example, if another repository's _CNAME_ file contains `example.com`, you cannot use `example.com` in the _CNAME_ file for your repository.
27+
- The domain name must be unique across all {% data variables.product.prodname_pages %} sites. For example, if another repository's _CNAME_ file contains `example.com`, you cannot use `example.com` in the _CNAME_ file for your repository.
2828

2929
### DNS misconfiguration
3030

0 commit comments

Comments
 (0)