Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Refcache updates 2024-01-18 #3805

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 10 additions & 3 deletions .htmltest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,15 +24,18 @@ IgnoreURLs: # list of regexs of paths or URLs to be ignored
# OpAMP spec:
- ^https://pdf.sciencedirectassets.com/280203/1-s2.0-S1877050919X0006X/1-s2.0-S1877050919303576/main.pdf\?

# Sites that deny access, always yielding 403 Forbidden (unless mentioned otherwise)
# Sites that deny access, always yielding 401, 403 Forbidden, 406, or other:
- ^https://(www\.)?linkedin\.com\b # 999 Request Denied
- ^https://(www\.)?mvnrepository\.com
- ^https://eng.uber.com/flipr/ # 406
- ^https://twitter.com
- ^https://x.com
- ^https://www.chathamhouse.org
- ^https://www.zocdoc.com
- ^https://x.com
# OTel Google calendar - curl returns 200, but the link checker gets a 401:
- ^https://calendar.google.com/calendar/embed\?src=google.com_b79e3e90j7bbsa2n2p5an5lf60%40group.calendar.google.com

# Ignore Docsy-generated GitHub links:
# Ignore Docsy-generated GitHub links for now
- ^https?://github\.com/.*?/.*?/(new|edit)/ # view-page, edit-source etc
# TODO: drop after fix to https://github.com/google/docsy/issues/1432
- ^https://github.com/open-telemetry/opentelemetry.io/commit/ # last mod
Expand All @@ -50,3 +53,7 @@ IgnoreURLs: # list of regexs of paths or URLs to be ignored
- ^https://micrometer\.io/docs
# TODO: ensure .json isn't set as an alternate in ecosystem/registry/index.html and then drop:
- ^https://opentelemetry.io/ecosystem/registry/index.json
# TODO: drop after fix to https://github.com/open-telemetry/opamp-spec/pull/178 is merged into this repo
- ^https://pwn.recipes
# TODO: drop after fix to https://github.com/open-telemetry/semantic-conventions/pull/645 lands in this repo
- ^http://docs.couchdb.org/en/stable/api/document/common.html#get--db-docid
2 changes: 1 addition & 1 deletion content/en/blog/2023/end-user-q-and-a-03.md
Original file line number Diff line number Diff line change
Expand Up @@ -402,7 +402,7 @@ the [#otel-user-research](https://cloud-native.slack.com/archives/C01RT3MSWGZ)
Slack channel!

She will also be presenting at
[OTel in Practice on June 8th](https://shorturl.at/bqtxO).
[OTel in Practice on June 8th](https://www.meetup.com/opentelemetry-in-practice-meetup-group/).

## Final Thoughts

Expand Down
Loading