aboutsummaryrefslogtreecommitdiff
path: root/docs/source/development/index.rst
diff options
context:
space:
mode:
authorKristian Evers <kristianevers@gmail.com>2020-01-14 12:47:40 +0100
committerKristian Evers <kristianevers@gmail.com>2020-01-14 12:47:40 +0100
commit34ff658696aedebac8e78219b8df5db6716c86de (patch)
tree5362dc678edc5b043506b5d138e759222fe8c62c /docs/source/development/index.rst
parentdae3c4b3b37ac8af71cd2dbd17443526cfca6222 (diff)
downloadPROJ-34ff658696aedebac8e78219b8df5db6716c86de.tar.gz
PROJ-34ff658696aedebac8e78219b8df5db6716c86de.zip
doc: Fix error in previous commit (duplicate link targets)
Diffstat (limited to 'docs/source/development/index.rst')
-rw-r--r--docs/source/development/index.rst9
1 files changed, 4 insertions, 5 deletions
diff --git a/docs/source/development/index.rst b/docs/source/development/index.rst
index f8785e5f..85c10c6d 100644
--- a/docs/source/development/index.rst
+++ b/docs/source/development/index.rst
@@ -20,11 +20,10 @@ 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.
-Find it `here <https://github.com/OSGeo/PROJ>`_. Additionally, a
-collection of PROJ-compatible transformation grids are maintained in
-a separate git repository. Find it
-`here <https://github.com/OSGeo/proj-datumgrid>`_.
+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::