From f1daa340b995653a05669a93cc99ae4122aa6fab Mon Sep 17 00:00:00 2001 From: danbjoseph Date: Thu, 23 Jul 2020 12:07:56 -0400 Subject: [PATCH] add img to readme --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index eca4374c1..11c9d0c9f 100644 --- a/README.md +++ b/README.md @@ -185,7 +185,9 @@ Warning, treated as error: Look at the source file and line that is mentioned. In this case the file is `source/multispectral.rst` and the line is the number after the colon after the filename (`25`). Looking at the file we see that line 25 is the last line and the "Help edit these docs!" link. -Go to Transifex, go to the resource, and got to the string. The warning/error message should help you understand what went wrong. In this case the link syntax wasn't matched correctly. Fix and save the translation. +Go to Transifex, go to the resource, and go to the string. The warning/error message should help you understand what went wrong. In this case the link syntax wasn't matched correctly. Fix and save the translation. + +![Transifex screen grab](https://raw.githubusercontent.com/OpenDroneMap/docs/publish/readme-img/reST_syntax_err_transifex.png) Pull the language down (e.g. `tx pull -l sw`) and then try the build again. Unfortunately, if there is more than one error, you'll have to fix them one at a time.