diff --git a/doc/contributors/doc.rst b/doc/contributors/doc.rst index 4e7eaeb..2cdfd7c 100644 --- a/doc/contributors/doc.rst +++ b/doc/contributors/doc.rst @@ -9,7 +9,7 @@ This documentation is refreshed upon each push to the central repository. The module reference documentation is generated from the module sources using ``#.rst:`` tags (compare for instance -http://autocmake.readthedocs.org/en/latest/module-reference.html#cc-cmake with +http://autocmake.readthedocs.io/en/latest/module-reference.html#cc-cmake with https://github.com/coderefinery/autocmake/blob/master/modules/cc.cmake). Please note that the lines following ``# autocmake.cfg configuration::`` are diff --git a/example/autocmake.cfg b/example/autocmake.cfg index cb9b3db..211d3e5 100644 --- a/example/autocmake.cfg +++ b/example/autocmake.cfg @@ -1,5 +1,5 @@ # CMakeLists.txt and setup script will be generated from this file -# see: http://autocmake.readthedocs.org/en/latest/developers/configuration.html +# see: http://autocmake.readthedocs.io/en/latest/developers/configuration.html # uncomment the following three lines and set the project name # [project]