From 13d13e6985429e9407247e9893c1301f4d1b22a4 Mon Sep 17 00:00:00 2001 From: Oskar Stark Date: Wed, 14 Aug 2019 11:46:25 +0200 Subject: [PATCH] Move anchor above correct heading --- translation.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/translation.rst b/translation.rst index 4682fddf059..a7d7f697e04 100644 --- a/translation.rst +++ b/translation.rst @@ -44,8 +44,6 @@ to learn even more. Overall, the process has several steps: for the request and optionally :doc:`on the user's entire session `. -.. _translation-configuration: - Installation ------------ @@ -55,6 +53,8 @@ First, run this command to install the translator before using it: $ composer require symfony/translation +.. _translation-configuration: + Configuration -------------