From 91faa327158f989dbfc0cd58709cade06723c486 Mon Sep 17 00:00:00 2001 From: Jaron Kent-Dobias Date: Sat, 14 Dec 2019 11:34:44 -0500 Subject: fixed url in documentation --- doc/introduction.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 .. -- cgit v1.2.3-54-g00ecf