Skip to content

Commit f6622f8

Browse files
committed
Update references in examples
1 parent e0e507d commit f6622f8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

examples/gallery/lines/vectors.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
55
The :meth:`pygmt.Figure.plot` method can plot Cartesian, circular, and geographic vectors.
66
The ``style`` parameter controls vector attributes. See also
7-
:doc:`Vector attributes documentation </gallery/line/vector-heads-tails>`.
7+
:doc:`Vector attributes documentation </gallery/lines/vector_heads_tails>`.
88
99
"""
1010
import numpy as np

examples/tutorials/lines.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@
125125
# example below, the line width is set to ``7p``, the color is set to ``green``, and the
126126
# line style is ``-.-`` (*dash dot dash*).
127127
#
128-
# For a gallery showing other ``pen`` settings, see :doc:`/gallery/line/linestyles`.
128+
# For a gallery showing other ``pen`` settings, see :doc:`/gallery/lines/linestyles`.
129129

130130
fig = pygmt.Figure()
131131
fig.plot(

0 commit comments

Comments
 (0)