Skip to content

Commit 9b2c67b

Browse files
authored
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>
1 parent fca6b9b commit 9b2c67b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

blog/posts/2025-10-30-non-code-contribution.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ I can tell you from experience that the community is receptive to UX contributio
114114
If you're a technical writer or content creator, the Prometheus blog is a natural entry point. The blog publishes tutorials,
115115
case studies, best practices, community updates, and generally, content that helps users get more value from Prometheus.
116116

117-
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.
117+
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.
118118
There's an audience eager to learn from your experience.
119119

120120
### 3. Improve and Maintain Documentation

0 commit comments

Comments
 (0)