diff Sphinx/source/faq/compiling-old.rst @ 358:011b01ccf52d

fixing external hyperlinks
author Sebastien Jodogne <s.jodogne@gmail.com>
date Mon, 30 Mar 2020 18:47:35 +0200
parents a52f1dc48ebc
children d217af5e6cb3
line wrap: on
line diff
--- a/Sphinx/source/faq/compiling-old.rst	Mon Mar 30 07:59:50 2020 +0200
+++ b/Sphinx/source/faq/compiling-old.rst	Mon Mar 30 18:47:35 2020 +0200
@@ -61,7 +61,7 @@
     $ cmake -DSTATIC_BUILD:BOOL=OFF -DSTANDALONE_BUILD:BOOL=ON -DUSE_DYNAMIC_JSONCPP:BOOL=ON -DDEBIAN_USE_GTEST_SOURCE_PACKAGE:BOOL=ON -DCMAKE_BUILD_TYPE=Debug -DDCMTK_LIBRARIES="wrap;oflog"
 
 This is the configuration from the `official Debian package
-<http://anonscm.debian.org/cgit/debian-med/orthanc.git/tree/debian/orthanc.init>`_.
+<https://salsa.debian.org/med-team/orthanc/-/blob/master/debian/orthanc.init>`_.
 
 Dynamic Linking on Fedora 18 and 19
 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
@@ -71,15 +71,14 @@
     $ cmake -DSTATIC_BUILD:BOOL=OFF -DSTANDALONE_BUILD:BOOL=ON -DUSE_DYNAMIC_GOOGLE_LOG:BOOL=ON -DUSE_DYNAMIC_JSONCPP:BOOL=ON -DCMAKE_BUILD_TYPE=Debug
 
 This is the configuration from the `official Fedora package
-<http://pkgs.fedoraproject.org/cgit/orthanc.git/tree/orthanc.spec?h=f18>`_.
+<https://src.fedoraproject.org/rpms/orthanc/blob/master/f/orthanc.spec>`_.
 
 Static Linking on CentOS 6.3 and 6.4
 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
 
 You have to build and install `CMake 2.8 from source
-<https://cmake.org/download/>`_, or you can use
-the cmake28 package from `EPEL
-<https://admin.fedoraproject.org/pkgdb/package/rpms/cmake28/>`_. The
+<https://cmake.org/download/>`_, or you can use the cmake28 package
+from `EPEL <https://src.fedoraproject.org/rpms/cmake28>`_. The
 ``STATIC_BUILD=ON`` option will then work::
 
     $ /usr/local/bin/cmake -DSTATIC_BUILD:BOOL=ON -DCMAKE_BUILD_TYPE=Debug