aboutsummaryrefslogtreecommitdiff
path: root/docs/source/usage/quickstart.rst
diff options
context:
space:
mode:
authorKristian Evers <kristianevers@gmail.com>2017-11-15 21:52:25 +0100
committerKristian Evers <kristianevers@gmail.com>2017-11-15 21:52:25 +0100
commit082f5aed6ea6a746e73c17e39f8aabb85d840272 (patch)
treeceec40246a6f38181d0a66aa14127436d46c7246 /docs/source/usage/quickstart.rst
parent1f096c9f9cf1ef4c152c53605bf6f6347209b4b5 (diff)
downloadPROJ-082f5aed6ea6a746e73c17e39f8aabb85d840272.tar.gz
PROJ-082f5aed6ea6a746e73c17e39f8aabb85d840272.zip
Fix a few bad links [skip ci]
Diffstat (limited to 'docs/source/usage/quickstart.rst')
-rw-r--r--docs/source/usage/quickstart.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/source/usage/quickstart.rst b/docs/source/usage/quickstart.rst
index d162ace9..96bfbba1 100644
--- a/docs/source/usage/quickstart.rst
+++ b/docs/source/usage/quickstart.rst
@@ -20,7 +20,7 @@ A proj-strings holds the parameters of a given coordinate transformation, e.g.
I.e. a proj-string consists of a projection specifier, ``+proj``, a number of
parameters that applies to the projection and, if needed, a description of a
datum shift. In the example above geodetic coordinates are transformed to
-projected space with the :doc:`Mercator projection<../projections/merc>` with
+projected space with the :doc:`Mercator projection<operations/projections/merc>` with
the latitude of true scale at 56.5 degrees north on the GRS80 ellipsoid. Every
projection in PROJ.4 is identified by a shorthand such as ``merc`` in the above
example.