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."