From af233de62602f44c228744681dd97336c3b3450c Mon Sep 17 00:00:00 2001 From: Guilliam Xavier Date: Fri, 3 Aug 2018 14:34:24 +0200 Subject: [PATCH] fix link: add missing colon after ":doc" --- setup/upgrade_patch.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup/upgrade_patch.rst b/setup/upgrade_patch.rst index 8a2e80867d4..17541af1e75 100644 --- a/setup/upgrade_patch.rst +++ b/setup/upgrade_patch.rst @@ -10,7 +10,7 @@ version is *really* easy. To upgrade to a new "patch" release, read the :doc:`Upgrading a Minor Version ` article. Thanks to -Symfony's :doc`backwards compatibility promise `, it's +Symfony's :doc:`backwards compatibility promise `, it's always safe to upgrade to the latest "minor" version. .. tip::