Skip to content

Commit ecaab8f

Browse files
Figure.text: Fix link to "Technical Reference/Supported Encodings..." (#3354)
1 parent e67cd66 commit ecaab8f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pygmt/src/text.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ def text_( # noqa: PLR0912
6363
The text strings passed via the ``text`` parameter can contain ASCII characters and
6464
non-ASCII characters defined in the Adobe ISOLatin1+, Adobe Symbol, Adobe
6565
ZapfDingbats and ISO-8859-x (x can be 1-11, 13-16) encodings. Refer to
66-
:doc:`techref/encodings` for the full list of supported non-ASCII characters.
66+
:doc:`/techref/encodings` for the full list of supported non-ASCII characters.
6767
6868
Full option list at :gmt-docs:`text.html`.
6969

0 commit comments

Comments
 (0)