Skip to content

fix: replace broken ContainIQ links with Prometheus official docs#535

Open
Matheus-RR wants to merge 23 commits intoMichaelCade:mainfrom
Matheus-RR:fix-broken-containiq-links
Open

fix: replace broken ContainIQ links with Prometheus official docs#535
Matheus-RR wants to merge 23 commits intoMichaelCade:mainfrom
Matheus-RR:fix-broken-containiq-links

Conversation

@Matheus-RR
Copy link

Summary

The ContainIQ PromQL cheat sheet links (containiq.com/post/promql-cheat-sheet-with-examples) are broken. ContainIQ shut down and the domain is no longer active. All requests time out.

This PR replaces these broken links with the official Prometheus PromQL documentation (prometheus.io/docs/prometheus/latest/querying/basics/), which is the canonical and actively maintained source for PromQL syntax and examples.

Changes

  • Resources.md: Replaced 6 broken ContainIQ PromQL links
  • 2022/Days/day78-83.md: Replaced broken links in all 6 English day files
  • Translated versions (pl, es, vi, ko, zh_cn): Fixed the same broken links across 16 translation files

23 files fixed total.

Verification

$ curl -s -o /dev/null -w "%{http_code}" --max-time 5 https://www.containiq.com/post/promql-cheat-sheet-with-examples
000  # connection timeout - site is dead

$ curl -s -o /dev/null -w "%{http_code}" https://prometheus.io/docs/prometheus/latest/querying/basics/
200  # working

@github-actions
Copy link
Contributor

github-actions bot commented Mar 9, 2026

Our team will soon review your PR. Thanks @Matheus-RR :)

@github-actions
Copy link
Contributor

github-actions bot commented Mar 9, 2026

Hello there, thanks for opening your first Pull Request. Someone will review it soon. Welcome to the #90DaysOfDevOps community!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant