aboutsummaryrefslogtreecommitdiff
path: root/docs/source/development
diff options
context:
space:
mode:
Diffstat (limited to 'docs/source/development')
-rw-r--r--docs/source/development/api.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/source/development/api.rst b/docs/source/development/api.rst
index 5b915edf..356f32b5 100644
--- a/docs/source/development/api.rst
+++ b/docs/source/development/api.rst
@@ -143,7 +143,7 @@ definition into a projPJ object suitable for use with other API
functions. On failure the function will return NULL and set pj_errno.
The definition should be of the general form
``+proj=tmerc +lon_0 +datum=WGS84``. Refer to PROJ.4 documentation and
-the :ref:`parameters` notes for additional detail.
+the :ref:`transformation` notes for additional detail.
Coordinate system objects allocated with ``pj_init_plus()`` should be
deallocated with ``pj_free()``.