branch: externals/polymode commit cea7415de4aab7590b7ba51de2a61e2934b3baa5 Author: Omar Bassam <omar.bassa...@gmail.com> Commit: Vitalie Spinu <spinu...@gmail.com>
use correct paths in screenshots.md --- docs/screenshots.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/screenshots.md b/docs/screenshots.md index 53ba48eb5a..c1476737bc 100644 --- a/docs/screenshots.md +++ b/docs/screenshots.md @@ -3,18 +3,18 @@ ### Markdown -<img src="../img/Rmd.png" width="500px"/> +<img src="./img/Rmd.png" width="500px"/> -<img src="../img/rapport.png" width="500px"/> +<img src="./img/rapport.png" width="500px"/> ### Org mode -<img src="../img/org.png" width="500px"/> +<img src="./img/org.png" width="500px"/> ### Ess-help buffer -<img src="../img/ess-help.png" width="500px"/> +<img src="./img/ess-help.png" width="500px"/> ### C++R -<img src="../img/cppR.png" width="500px"/> +<img src="./img/cppR.png" width="500px"/>