Skip to content

Commit be83d1d

Browse files
authored
Fix broken pyglet windowing links (#2599)
1 parent b3db2db commit be83d1d

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

arcade/application.py

+2-4
Original file line numberDiff line numberDiff line change
@@ -82,10 +82,8 @@ class Window(pyglet.window.Window):
8282
multiple windows, consider using multiple views or divide the window
8383
into sections.
8484
85-
.. _pyglet_pg_window_size_position:
86-
.. https://pyglet.readthedocs.io/en/latest/programming_guide/windowing.html#size-and-position
87-
.. _pyglet_pg_window_style:
88-
.. https://pyglet.readthedocs.io/en/latest/programming_guide/windowing.html#window-style
85+
.. _pyglet_pg_window_size_position: https://pyglet.readthedocs.io/en/latest/programming_guide/windowing.html#size-and-position
86+
.. _pyglet_pg_window_style: https://pyglet.readthedocs.io/en/latest/programming_guide/windowing.html#window-style
8987
9088
Args:
9189
width (optional):

0 commit comments

Comments
 (0)