Skip to content

Commit

Permalink
Docs: Fix broken link to ignoring domains
Browse files Browse the repository at this point in the history
  • Loading branch information
gesa authored and antross committed Jun 25, 2019
1 parent 0c992b7 commit c1aa2cd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions packages/hint-content-type/README.md
Expand Up @@ -433,7 +433,7 @@ In the [`.hintrc`][hintrc] file:
}
```

Note: You can also use the [`ignoredUrls`][hint configuration]
Note: You can also use the [`ignoredUrls`][ignoring domains]
property from the `.hintrc` file to exclude domains you don’t control
(e.g.: CDNs) from these checks.

Expand Down Expand Up @@ -501,4 +501,4 @@ And then activate it via the [`.hintrc`][hintrc] configuration file:
[mimeMap]: https://docs.microsoft.com/en-us/iis/configuration/system.webserver/staticcontent/mimemap
[x content type options]: https://webhint.io/docs/user-guide/hints/hint-x-content-type-options/
[meta charset hint]: https://webhint.io/docs/user-guide/hints/hint-meta-charset-utf-8/
[hint configuration]: https://webhint.io/docs/user-guide/concepts/hints/#hint-configuration
[ignoring domains]: https://webhint.io/docs/user-guide/configuring-webhint/ignoring-domains/
4 changes: 2 additions & 2 deletions packages/hint-http-compression/README.md
Expand Up @@ -1044,7 +1044,7 @@ use the following configuration in the [`.hintrc`][hintrc]:
}
```

Note: You can also use the [`ignoredUrls`][hint configuration]
Note: You can also use the [`ignoredUrls`][ignoring domains]
property from the `.hintrc` file to exclude domains you don’t control
(e.g.: CDNs) from these checks.

Expand Down Expand Up @@ -1111,4 +1111,4 @@ And then activate it via the [`.hintrc`][hintrc] configuration file:
[iis config]: https://webhint.io/docs/user-guide/server-configurations/iis/
[multiple compression schemes]: https://docs.microsoft.com/en-us/iis/extensions/iis-compression/using-iis-compression#enabling-multiple-compression-schemes
[urlcompression]: https://docs.microsoft.com/en-us/iis/configuration/system.webserver/urlcompression
[hint configuration]: https://webhint.io/docs/user-guide/concepts/hints/#hint-configuration
[ignoring domains]: https://webhint.io/docs/user-guide/configuring-webhint/ignoring-domains/

0 comments on commit c1aa2cd

Please sign in to comment.