diff Sphinx/source/faq/compiling-old.rst @ 25:669ea65ba7fb

fix links
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 20 Jul 2016 09:26:08 +0200
parents 901e8961f46e
children a52f1dc48ebc
line wrap: on
line diff
--- a/Sphinx/source/faq/compiling-old.rst	Mon Jul 18 17:36:02 2016 +0200
+++ b/Sphinx/source/faq/compiling-old.rst	Wed Jul 20 09:26:08 2016 +0200
@@ -77,9 +77,9 @@
 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
 
 You have to build and install `CMake 2.8 from source
-<http://www.cmake.org/cmake/resources/software.html>`_, or you can use
+<https://cmake.org/download/>`_, or you can use
 the cmake28 package from `EPEL
-<https://admin.fedoraproject.org/pkgdb/acls/name/cmake28>`_. The
+<https://admin.fedoraproject.org/pkgdb/package/rpms/cmake28/>`_. The
 ``STATIC_BUILD=ON`` option will then work::
 
     $ /usr/local/bin/cmake -DSTATIC_BUILD:BOOL=ON -DCMAKE_BUILD_TYPE=Debug