@@ -55,21 +55,28 @@ IgnoreURLs: # list of regexs of paths or URLs to be ignored
55
55
# Ignore Docsy-generated GitHub links for now, until
56
56
# https://github.com/google/docsy/issues/1432 is fixed
57
57
- ^https?://github\.com/.*?/.*?/(new|edit|issues/new\?title)/ # view-page, edit-source etc
58
- # Here's an approximate regex to avoid the "View page source" links. TODO: fix this in Docsy
59
- - ^https?://github\.com/open-telemetry/opentelemetry.io/tree/
60
- # FIXME: A patch until we can get Docsy to mark "View page source" links as excluded from link checking,
61
- # Actually, it would be better to pin the version of the OTel spec.
62
- - ^https://github.com/open-telemetry/opentelemetry-specification/tree/main/specification/logs/event-(api|sdk)\.md
58
+ # Ignore "View page source" links, except for spec pages, i.e., links starting with
59
+ # https://github.com/open-telemetry/opentelemetry.io/tree/main/content/en/docs/specs
60
+ - ^https://github\.com/open-telemetry/opentelemetry.io/tree/main/content/[^e]
61
+ - ^https://github\.com/open-telemetry/opentelemetry.io/tree/main/content/es
62
+ - ^https://github\.com/open-telemetry/opentelemetry.io/tree/main/content/en/.*?/_index.md$
63
+ - ^https://github\.com/open-telemetry/opentelemetry.io/tree/main/content/en/[^d]
64
+ - ^https://github\.com/open-telemetry/opentelemetry.io/tree/main/content/en/docs/[^s]
65
+ - ^https://github\.com/open-telemetry/opentelemetry.io/tree/main/content/en/docs/security
63
66
# FIXME: same issue as for the OTel spec mentioned above:
64
67
- ^https://github.com/open-telemetry/semantic-conventions/tree/main
65
68
66
69
# Too many redirects as the server tries to figure out the country and language,
67
70
# e.g.: https://www.microsoft.com/en-ca/sql-server.
68
71
- ^https://www.microsoft.com/sql-server$
69
72
70
- # TODO: drop after fix to https://github.com/rust-lang/crates.io/issues/788
71
- - ^https://crates\.io/crates
72
73
# TODO move into content/en/blog/2023/humans-of-otel.md once https://github.com/open-telemetry/opentelemetry.io/issues/3889 is implemented
73
74
- ^https://shorturl.at/osHRX$
74
75
# TODO move into content/en/blog/2023/contributing-to-otel/index.md once https://github.com/open-telemetry/opentelemetry.io/issues/3889 is implemented
75
76
- ^https://shorturl.at/vLYZ0$
77
+
78
+ # Temporary until semconv is updated to 1.30.0+
79
+ - ^https://cloud.google.com/apis/design/resource_names#full_resource_name
80
+ - ^https://cloud.google.com/functions/docs/concepts/exec#function_scope_versus_global_scope
81
+ - ^https://developer.apple.com/documentation/uikit/uiapplicationdelegate#1656902
82
+ - ^https://docs.docker.com/registry/spec/manifest-v2-2/#example-image-manifest
0 commit comments