diff options
-rw-r--r-- | doc/introduction.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/introduction.rst b/doc/introduction.rst index 089aa50..2c8bfee 100644 --- a/doc/introduction.rst +++ b/doc/introduction.rst @@ -24,7 +24,7 @@ The only dependencies are a modern C++ compiler, cmake, and the standard librari .. code-block:: bash - git clone https://git.kent-dobias.com/wolff/ + git clone https://git.kent-dobias.com/research/wolff/code/c++ mkdir wolff/build cd wolff/build cmake .. |