Correcting path for images

This commit is contained in:
2022-09-29 18:39:53 +00:00
parent 9612624ee6
commit 160910dc0b
2 changed files with 2 additions and 2 deletions

View File

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