Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion doc/example_code/how_to_examples/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -433,7 +433,7 @@ Cameras
View Management
---------------

.. _view-examples:
.. _view_examples:

Instruction and Game Over Screens
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Expand Down
2 changes: 1 addition & 1 deletion doc/tutorials/views/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ to. The ``View`` class has methods for ``on_update`` and ``on_draw`` just like
managing what is drawn on the window and handling user input.

If you know ahead of time you want to use views, you can build your code around
the :ref:`view-examples`. However, typically a programmer wants to add these
the :ref:`view_examples`. However, typically a programmer wants to add these
items to a game that already exists.

This tutorial steps you through how to do just that.
Expand Down