From b91c7d527a4c617ab27373f6edb7f00aac0ef2af Mon Sep 17 00:00:00 2001 From: Leo Feyer Date: Thu, 30 Aug 2018 11:35:42 +0200 Subject: [PATCH] Add a link to the documentation --- contao/core-bundle/4.6/config/packages/contao_core.yaml | 1 + contao/core-bundle/4.6/post-install.txt | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/contao/core-bundle/4.6/config/packages/contao_core.yaml b/contao/core-bundle/4.6/config/packages/contao_core.yaml index 202e4ced..8e665be6 100644 --- a/contao/core-bundle/4.6/config/packages/contao_core.yaml +++ b/contao/core-bundle/4.6/config/packages/contao_core.yaml @@ -1,2 +1,3 @@ +# See https://github.com/contao/core-bundle contao: web_dir: "%kernel.project_dir%/public" diff --git a/contao/core-bundle/4.6/post-install.txt b/contao/core-bundle/4.6/post-install.txt index a2f27911..627ec044 100644 --- a/contao/core-bundle/4.6/post-install.txt +++ b/contao/core-bundle/4.6/post-install.txt @@ -5,7 +5,7 @@ * Enable ESI in the config/packages/framework.yaml file. * Add the Contao routes to your config/routing.yaml file and - make sure that they will be loaded at the very end. + make sure they are loaded at the very end. * Edit your config/security.yaml file and include all the necessary providers, firewalls and access control sections.