Skip to content

Commit 0b15360

Browse files
authored
Bugfix: fix link to wikipedia vector graphics page (#1031)
1 parent 9f8bc68 commit 0b15360

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/source/tutorials/building_blocks.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ to use plain instances of :class:`.Mobject`; instead you will most likely
3636
create instances of its derived classes. One of these derived classes is
3737
:class:`.VMobject`. The ``V`` stands for Vectorized Mobject. In essence, a
3838
vmobject is a mobject that uses vector `vector graphics
39-
<https://en.wikipedia.org/wiki/Vector_graphics/>`_ to be displayed. Most of
39+
<https://en.wikipedia.org/wiki/Vector_graphics>`_ to be displayed. Most of
4040
the time, you will be dealing with vmobjects, though we will continue to use
4141
the term "mobject" to refer to the class of shapes that can be displayed on
4242
screen, as it is more general.

0 commit comments

Comments
 (0)