aboutsummaryrefslogtreecommitdiff
path: root/docs/source/development/index.rst
diff options
context:
space:
mode:
Diffstat (limited to 'docs/source/development/index.rst')
-rw-r--r--docs/source/development/index.rst12
1 files changed, 8 insertions, 4 deletions
diff --git a/docs/source/development/index.rst b/docs/source/development/index.rst
index 2bb5aa1e..85c10c6d 100644
--- a/docs/source/development/index.rst
+++ b/docs/source/development/index.rst
@@ -20,23 +20,27 @@ PROJ project or using the library in their own software.
bindings
migration
+The source code for PROJ is maintained in a
+`git repository on GitHub <https://github.com/OSGeo/PROJ>`_.
+Additionally, a collection of PROJ-compatible transformation grids
+are maintained in a `separate git repository <https://github.com/OSGeo/proj-datumgrid>`_.
.. attention::
The ``projects.h`` header and the functions related to it is considered
- deprecated from version 5.0.0 and onwards. The header will be removed
- from PROJ in version 6.0.0 scheduled for release February 1st 2019.
+ deprecated from version 5.0.0 and onwards. The header has been removed
+ PROJ in version 6.0.0 released February 1st 2019.
.. attention::
- The nmake build system on Windows will not be supported from
+ The nmake build system on Windows is on longer supported in
version 6.0.0 on onwards. Use CMake instead.
.. attention::
The ``proj_api.h`` header and the functions related to it is
considered deprecated from version 5.0.0 and onwards. The header will be
- removed from PROJ in version 7.0.0 scheduled for release February 1st
+ removed from PROJ in version 7.0.0 scheduled for release March 1st
2020.
.. attention::