diff --git a/controller/forwarding.rst b/controller/forwarding.rst
index b8fb3bf8c63..f1f6f3531da 100644
--- a/controller/forwarding.rst
+++ b/controller/forwarding.rst
@@ -5,7 +5,7 @@ How to Forward Requests to another Controller
 =============================================
 
 Though not very common, you can also forward to another controller internally
-with the :method:`Symfony\\Bundle\\FrameworkBundle\\Controller\\AbstractController::forward`
+with the :method:`Symfony\\Bundle\\FrameworkBundle\\Controller\\ControllerTrait::forward`
 method. Instead of redirecting the user's browser, this makes an "internal"
 sub-request and calls the defined controller. The ``forward()`` method returns
 the :class:`Symfony\\Component\\HttpFoundation\\Response` object that is returned