Skip to content

Commit 8aafb5d

Browse files
authored
fix 2 URLs failing htmlproofer during make docs-validate (#1920)
Signed-off-by: Lou DeGenaro <lou.degenaro@gmail.com>
1 parent dde37af commit 8aafb5d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

mkdocs.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,10 @@ plugins:
3939
# This is to remove some false positives for links which work.
4040
# Anchors are validated again by core mkdocs
4141
404: [ '*#trestle.*' ]
42+
# These URLs work from the browser but fail when accesssed via htmlproofer:
43+
ignore_urls:
44+
- 'https://www.fedramp.gov/documents-templates/'
45+
- 'https://www.cncf.io/wp-content/uploads/2022/07/cncf-color-bg.svg'
4246
- mkdocstrings:
4347
default_handler: python
4448
handlers:

0 commit comments

Comments
 (0)