diff --git a/README.md b/README.md index c782e2c..8d3682e 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,13 @@ Licensed under [BSD-3](../master/LICENSE). See http://autocmake.org. -### Projects using Autocmake +## Documentation + +- [Latest stable code](http://autocmake.readthedocs.io/en/stable-0.x/) +- [Bleeding edge code](http://autocmake.readthedocs.io/en/latest/) + + +## Projects using Autocmake - [Numgrid](https://github.com/dftlibs/numgrid/) - [XCint](https://github.com/dftlibs/xcint/) 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.yml b/example/autocmake.yml index 3cf4a9f..2a4365d 100644 --- a/example/autocmake.yml +++ b/example/autocmake.yml @@ -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 # adapt the following lines and expand name: myproject min_cmake_version: 2.8