From 9b1c4b92aef0941583a67ec3b062f3510e3cd70b Mon Sep 17 00:00:00 2001 From: gokakyu Date: Sun, 11 Feb 2024 17:15:22 +0100 Subject: [PATCH] [Container] Missing link RST link begin --- service_container.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/service_container.rst b/service_container.rst index 097cdcd5a60..551ea6f9c8e 100644 --- a/service_container.rst +++ b/service_container.rst @@ -1298,7 +1298,7 @@ and ``site_update_manager.normal_users``. Thanks to the alias, if you type-hint ``SiteUpdateManager`` the first (``site_update_manager.superadmin``) will be passed. If you want to pass the second, you'll need to :ref:`manually wire the service ` -or to create a named ref:`autowiring alias `. +or to create a named :ref:`autowiring alias `. .. caution::