actor: Fix deadlinks to renamed manual page in API reference

This commit is contained in:
rdb 2021-12-04 20:37:50 +01:00
parent 985ec3061c
commit 6419acb56f
2 changed files with 4 additions and 4 deletions

View File

@ -1,7 +1,7 @@
"""Actor module: contains the Actor class.
See the :ref:`models-and-actors` page in the Programming Guide to learn
more about loading models and animated actors.
See the :ref:`loading-actors-and-animations` page in the Programming Guide
to learn more about loading animated models.
"""
__all__ = ['Actor']

View File

@ -5,6 +5,6 @@ the lower-level :class:`panda3d.core.Character` implementation.
It loads and controls an animated character and manages the animations
playing on it.
See the :ref:`models-and-actors` page in the Programming Guide to learn
more about loading models and animated actors.
See the :ref:`loading-actors-and-animations` page in the Programming Guide
to learn more about loading animated models.
"""