Skip to content

Commit

Permalink
Adjust link checker rules to ignore docs redirect links
Browse files Browse the repository at this point in the history
  • Loading branch information
chalin committed May 14, 2024
1 parent 31d2106 commit 3a9f4d4
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .htmltest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@ IgnoreDirs:
- ^blog/(\d+/)?page/\d+
IgnoreInternalURLs: # list of paths
IgnoreURLs: # list of regexs of paths or URLs to be ignored
- ^/docs/languages/\w+/(api|examples|registry)/$
- ^/docs/collector/registry/$
- ^/docs/languages/net/(metrics-api|traces-api)/
- ^(/zh)?/docs/languages/\w+/(api|examples|registry)/$
- ^(/zh)?/docs/collector/registry/$
- ^(/zh)?/docs/languages/net/(metrics-api|traces-api)/
- ^((/zh)?/docs/migration/)?opencensus/$
- ^/community/end-user/feedback-survey/$
- ^(/docs/migration/)?opencensus/$

- ^https://deploy-preview-\d+--opentelemetry.netlify.app/
- ^https://www\.googletagmanager\.com
Expand Down

0 comments on commit 3a9f4d4

Please sign in to comment.