From 9b2c67b76b45404aa1277ae315bb14305c578e7f Mon Sep 17 00:00:00 2001 From: Victoria Nduka <122698422+nwanduka@users.noreply.github.com> Date: Thu, 6 Nov 2025 14:10:59 +0100 Subject: [PATCH] Update 2025-10-30-non-code-contribution.md (#2771) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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> --- blog/posts/2025-10-30-non-code-contribution.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/blog/posts/2025-10-30-non-code-contribution.md b/blog/posts/2025-10-30-non-code-contribution.md index a50c4398..d990cbc2 100644 --- a/blog/posts/2025-10-30-non-code-contribution.md +++ b/blog/posts/2025-10-30-non-code-contribution.md @@ -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