From 971adde2b7c7cba5c6fb9bf108b11db1ab1e5a09 Mon Sep 17 00:00:00 2001 From: Oskar Stark Date: Fri, 22 Feb 2019 10:11:40 +0100 Subject: [PATCH] remove obsolete internal references --- best_practices/configuration.rst | 4 ---- 1 file changed, 4 deletions(-) diff --git a/best_practices/configuration.rst b/best_practices/configuration.rst index 33a781edef3..d5d0f443673 100644 --- a/best_practices/configuration.rst +++ b/best_practices/configuration.rst @@ -6,8 +6,6 @@ and security credentials) and different environments (development, production). That's why Symfony recommends that you split the application configuration into three parts. -.. _config-parameters.yml: - Infrastructure-Related Configuration ------------------------------------ @@ -53,8 +51,6 @@ To override these variables with machine-specific or sensitive values, create a environment variables, exposing sensitive information such as the database credentials. -.. _best-practices-canonical-parameters: - Canonical Parameters ~~~~~~~~~~~~~~~~~~~~