diff --git a/examples/tutorials/basics/polygons.py b/examples/tutorials/basics/polygons.py index e1f57352f3b..34f83f12d5c 100644 --- a/examples/tutorials/basics/polygons.py +++ b/examples/tutorials/basics/polygons.py @@ -51,9 +51,7 @@ fig.show() # %% -# Use the ``fill`` parameter to fill the polygon with a color or pattern. -# For the patterns avilable in GMT see the Technical Reference at -# https://www.pygmt.org/dev/techref/patterns.html. +# Use the ``fill`` parameter to fill the polygon with a color or :doc:`pattern `. fig = pygmt.Figure() fig.basemap(region=[-5, 5, -5, 5], projection="X5c", frame=True)