summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlf Magnusson <ulfalizer@gmail.com>2017-11-09 18:44:30 +0100
committerGitHub <noreply@github.com>2017-11-09 18:44:30 +0100
commit1c22b7d505e7d3789f5c7e6d669489454631401a (patch)
treeaecbce4d3214fa98324cfe91dce7e3b78c59a2b3
parent7ffd2c68c09cadcc3febc3ac63375de77942ec79 (diff)
Linkify examples/ directory in README
-rw-r--r--README.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.rst b/README.rst
index 7a95e19..f1ceb35 100644
--- a/README.rst
+++ b/README.rst
@@ -156,7 +156,7 @@ Examples
Example scripts
~~~~~~~~~~~~~~~
-The ``examples/`` subdirectory contains some simple example scripts. Among these are the following ones:
+The `examples/ <examples/>`_ subdirectory contains some simple example scripts. Among these are the following ones:
- `allnoconfig.py <examples/allnoconfig.py>`_, `allnoconfig_simpler.py <examples/allnoconfig_simpler.py>`_, and `allyesconfig.py <examples/allyesconfig.py>`_ implement ``make allnoconfig`` and ``make allyesconfig`` in various ways. Demonstrates menu tree walking and value setting.