summary refs log tree commit diff stats
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/contributing.rst2
-rw-r--r--doc/koch.rst2
2 files changed, 2 insertions, 2 deletions
diff --git a/doc/contributing.rst b/doc/contributing.rst
index 72c3ed807..c9dbc0d3f 100644
--- a/doc/contributing.rst
+++ b/doc/contributing.rst
@@ -109,7 +109,7 @@ only want to see the output of failing tests, go for
 
 You can also run only a single category of tests. A category is a subdirectory
 in the ``tests`` directory. There are a couple of special categories; for a
-list of these, see ``tests/testament/categories.nim``, at the bottom.
+list of these, see ``testament/categories.nim``, at the bottom.
 
 ::
 
diff --git a/doc/koch.rst b/doc/koch.rst
index 35cf9d8b6..2140a05f2 100644
--- a/doc/koch.rst
+++ b/doc/koch.rst
@@ -61,7 +61,7 @@ test command
 ------------
 
 The `test`:idx: command can also be invoked with the alias ``tests``. This
-command will compile and run ``tests/testament/tester.nim``, which is the main
+command will compile and run ``testament/tester.nim``, which is the main
 driver of Nim's test suite. You can pass options to the ``test`` command,
 they will be forwarded to the tester. See its source code for available
 options.