From 5a88641228c6237abef9e075a03ab80112f5d089 Mon Sep 17 00:00:00 2001 From: Duck <31627079+duckboycool@users.noreply.github.com> Date: Thu, 25 Dec 2025 04:59:32 -0700 Subject: [PATCH] Docs: Make image path in contributing absolute (#5790) --- docs/contributing.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/contributing.md b/docs/contributing.md index 06d83bebbc..689c765559 100644 --- a/docs/contributing.md +++ b/docs/contributing.md @@ -20,7 +20,7 @@ game contributions: It is recommended that automated github actions are turned on in your fork to have github run unit tests after pushing. You can turn them on here: - ![Github actions example](./img/github-actions-example.png) + ![Github actions example](/docs/img/github-actions-example.png) * **When reviewing PRs, please leave a message about what was done.** We don't have full test coverage, so manual testing can help.