Skip to content

Commit 3392b36

Browse files
committed
Fix link checking, ignore top-level /api alias
1 parent 1da510c commit 3392b36

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.htmltest.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ IgnoreDirs:
2525
IgnoreInternalURLs: # list of paths
2626
IgnoreURLs: # list of regexs of paths or URLs to be ignored
2727
- /index.xml$ # Ignore rel="alternative" links to RSS feeds
28-
- ^/api$
28+
- ^/api/?$
2929
- ^((/..)?/docs/languages/\w+|\.\.)/(api|examples|registry)/$
3030
- ^(/..)?/docs/collector/registry/$
3131
- ^(/..)?/docs/languages/net/(metrics-api|traces-api)/

0 commit comments

Comments
 (0)