aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--docs/using-testeth.rst6
1 files changed, 5 insertions, 1 deletions
diff --git a/docs/using-testeth.rst b/docs/using-testeth.rst
index b725b8746..1395447ad 100644
--- a/docs/using-testeth.rst
+++ b/docs/using-testeth.rst
@@ -4,7 +4,11 @@ Test Creation
Instructions on how to create tests and how to use the cpp-client ``testeth`` tool
can be found in the c++ documentation
-`test generation chapter <https://github.com/ethereum/cpp-ethereum/blob/develop/doc/generating_tests.rst>`_.
+`test generation chapter <https://github.com/ethereum/aleth/blob/master/doc/generating_tests.rst>`_.
+
+Since docker images pointed to in the test generation docs are often outdated, you will probably
+have to rely on your own `source build <https://github.com/ethereum/aleth/#building-from-source>`_ of the Aleth C++
+Ethereum client for generating tests (start this early on since this is taking some time).