Skip to content

Commit

Permalink
Refcache updates 2024-01-18
Browse files Browse the repository at this point in the history
  • Loading branch information
chalin committed Jan 18, 2024
1 parent b56dc6b commit 12513ee
Show file tree
Hide file tree
Showing 3 changed files with 227 additions and 372 deletions.
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

0 comments on commit 12513ee

Please sign in to comment.