summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlf Magnusson <ulfalizer@gmail.com>2018-06-05 21:21:55 +0200
committerUlf Magnusson <ulfalizer@gmail.com>2018-06-05 21:21:55 +0200
commitddcdd44b3586f6e8549653d9c7e13ebfb530c603 (patch)
tree3bc241fe4da542505ae9aea73d402803ab19f39b
parent3610c73fcbb819bd6d6b233f2e8d523c08598ad1 (diff)
Fix links to all{no,yes,mod}config scripts
-rw-r--r--README.rst6
1 files changed, 3 insertions, 3 deletions
diff --git a/README.rst b/README.rst
index 474ad2f..abe4e98 100644
--- a/README.rst
+++ b/README.rst
@@ -42,11 +42,11 @@ executables. All but one mirror functionality available in the C tools.
- `alldefconfig <https://github.com/ulfalizer/Kconfiglib/blob/master/alldefconfig.py>`_
- - `allnoconfig <https://github.com/ulfalizer/Kconfiglib/blob/master/alldefconfig.py>`_
+ - `allnoconfig <https://github.com/ulfalizer/Kconfiglib/blob/master/allnoconfig.py>`_
- - `allmodconfig <https://github.com/ulfalizer/Kconfiglib/blob/master/alldefconfig.py>`_
+ - `allmodconfig <https://github.com/ulfalizer/Kconfiglib/blob/master/allmodconfig.py>`_
- - `allyesconfig <https://github.com/ulfalizer/Kconfiglib/blob/master/alldefconfig.py>`_
+ - `allyesconfig <https://github.com/ulfalizer/Kconfiglib/blob/master/allyesconfig.py>`_
- `genconfig <https://github.com/ulfalizer/Kconfiglib/blob/master/genconfig.py>`_