Skip to content

Commit

Permalink
Merge pull request #261 from keirthana/enable-link-check
Browse files Browse the repository at this point in the history
Ignore links from sources other than documentation
  • Loading branch information
keirthana authored Jan 13, 2025
2 parents 7bf6b81 + 4620b8a commit d612909
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion custom_conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,9 @@
'http://127.0.0.1:8000',
'https://support.canonical.com/',
'https://assets.ubuntu.com/manager',
'https://images.anbox-cloud.io/stable/'
'https://images.anbox-cloud.io/stable/',
'https://10.2.9.2/',
'http://Add-SECURITY.md'
]

# This setting will check the links but not the anchors
Expand Down

0 comments on commit d612909

Please sign in to comment.