Skip to content

Commit c4f0567

Browse files
committed
Merge pull request #599 from nabijaczleweli/patch-1
Fixed CMake link in README.rst
2 parents 26fcc03 + 40740b3 commit c4f0567

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,12 +86,12 @@ If you want to run the tests that come with cpp-netlib, there are a few things
8686
you will need. These are:
8787

8888
* A compiler (GCC 4.x, Clang 2.8, MSVC 2008)
89-
* A build tool (CMake [#]_ recommended, Boost.Build also an option)
89+
* A build tool (CMake_ recommended, Boost.Build also an option)
9090
* OpenSSL headers (optional)
9191

9292
.. note:: This assumes that you have cpp-netlib at the top-level of
9393
your home directory.
94-
[#] http://www.cmake.org/
94+
.. _CMake: https://cmake.org/
9595

9696
Hacking on cpp-netlib
9797
---------------------

0 commit comments

Comments
 (0)