aboutsummaryrefslogtreecommitdiff
path: root/docs/source
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:48:20 +0100
commit8583e33bad6db00cfa05fc12fdfc883da52b42f2 (patch)
treed5b447cd58615c28d55d30de1f14b9d3eced3013 /docs/source
parent33a29c833f0227e81d040a6c675db8e63d0fc6bd (diff)
downloadPROJ-8583e33bad6db00cfa05fc12fdfc883da52b42f2.tar.gz
PROJ-8583e33bad6db00cfa05fc12fdfc883da52b42f2.zip
doc: Fix error in previous commit (duplicate link targets)
Diffstat (limited to 'docs/source')
-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::