diff --git a/direct/src/actor/Actor.py b/direct/src/actor/Actor.py index 1d3fd2b0c4..27708c6889 100644 --- a/direct/src/actor/Actor.py +++ b/direct/src/actor/Actor.py @@ -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'] diff --git a/direct/src/actor/__init__.py b/direct/src/actor/__init__.py index 14d116777f..191aacd08f 100644 --- a/direct/src/actor/__init__.py +++ b/direct/src/actor/__init__.py @@ -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. """