summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJaron Kent-Dobias <jaron@kent-dobias.com>2019-12-14 11:34:44 -0500
committerJaron Kent-Dobias <jaron@kent-dobias.com>2019-12-14 11:34:44 -0500
commit91faa327158f989dbfc0cd58709cade06723c486 (patch)
tree1cbb376665b4e3b746d10e44c7f955cf00513cd0
parenta1b737c049bb297d5e4ec80cd5335d1382ce623a (diff)
downloadc++-91faa327158f989dbfc0cd58709cade06723c486.tar.gz
c++-91faa327158f989dbfc0cd58709cade06723c486.tar.bz2
c++-91faa327158f989dbfc0cd58709cade06723c486.zip
fixed url in documentation
-rw-r--r--doc/introduction.rst2
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 ..