summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlf Magnusson <ulfalizer@gmail.com>2019-05-03 06:14:39 +0200
committerUlf Magnusson <ulfalizer@gmail.com>2019-05-03 06:14:39 +0200
commit36d0734355fc45085af407b0f89c994564d5b53a (patch)
tree55dcfe3ea9af20b462a3822ab267b39ce6e87e5e
parentc5b3aa91399077bc006e42c51b87fe3495d36243 (diff)
Mention where _USE_EMBEDDED_IMAGES is
-rw-r--r--README.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.rst b/README.rst
index 830f470..4c095a2 100644
--- a/README.rst
+++ b/README.rst
@@ -516,8 +516,8 @@ Three configuration interfaces are currently available:
To avoid having to carry around a bunch of GIFs, the image data is embedded
in ``guiconfig.py``. To use separate GIF files instead, change
- ``_USE_EMBEDDED_IMAGES`` to ``False``. The image files can be found in the
- `screenshots
+ ``_USE_EMBEDDED_IMAGES`` to ``False`` in ``guiconfig.py``. The image files
+ can be found in the `screenshots
<https://github.com/ulfalizer/Kconfiglib/tree/screenshots/guiconfig>`_
branch.