1
0
mirror of https://github.com/prometheus/docs.git synced 2026-02-05 06:45:01 +01:00

Update 2025-10-30-non-code-contribution.md (#2771)

I noticed that the hyperlink to the blog content guide was leading to a 404 error on the live site, even though it worked correctly on GitHub. I think the issue was caused by using a relative link. I’ve updated the link to use an absolute URL so it resolves properly in the published blog.

Signed-off-by: Victoria Nduka <122698422+nwanduka@users.noreply.github.com>
This commit is contained in:
Victoria Nduka
2025-11-06 14:10:59 +01:00
committed by GitHub
parent fca6b9ba91
commit 9b2c67b76b

View File

@@ -114,7 +114,7 @@ I can tell you from experience that the community is receptive to UX contributio
If you're a technical writer or content creator, the Prometheus blog is a natural entry point. The blog publishes tutorials,
case studies, best practices, community updates, and generally, content that helps users get more value from Prometheus.
Check out the [blog content guide](/blog/README.md) to understand what makes a strong blog proposal and how to publish a post on the blog.
Check out the [blog content guide](https://github.com/prometheus/docs/blob/main/blog/README.md) to understand what makes a strong blog proposal and how to publish a post on the blog.
There's an audience eager to learn from your experience.
### 3. Improve and Maintain Documentation