From 0a5e0ab562b12c517420e16912975ec4a33d9f91 Mon Sep 17 00:00:00 2001 From: Nathan Schneider Date: Thu, 29 Sep 2022 18:19:01 +0000 Subject: [PATCH] Correction on Contributing --- files/docs/about/contributing.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/docs/about/contributing.md b/files/docs/about/contributing.md index 7a25e18..90a7a82 100644 --- a/files/docs/about/contributing.md +++ b/files/docs/about/contributing.md @@ -48,7 +48,7 @@ To create a new Story: Make and save your changes: * Make the changes you would like to see, in one file or multiple files. -* To add images, upload files to the `files/docs/img/` folder and reference them in the text with `![CAPTION]../img/FILE.NAME` +* To add images, upload files to the `files/docs/img/` folder and reference them in the text with `![CAPTION](../img/FILE.NAME)` * When you're finished, press the "Create commit..." button under the file listing on the left. * Enter some text as a commit message that summarizes what you did. * Choose "Create a new branch" and leave "Start a new merge request" checked, and press "Commit."