From 1f50d15243b2fb57000f4845d2e1e065dcc026ac Mon Sep 17 00:00:00 2001 From: Jorrit Schippers Date: Fri, 21 Feb 2020 17:03:52 +0100 Subject: [PATCH] Update documentation url in fos_elastica.yaml --- .../elastica-bundle/5.0/config/packages/fos_elastica.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/friendsofsymfony/elastica-bundle/5.0/config/packages/fos_elastica.yaml b/friendsofsymfony/elastica-bundle/5.0/config/packages/fos_elastica.yaml index 54f7abd3..a93adb2f 100644 --- a/friendsofsymfony/elastica-bundle/5.0/config/packages/fos_elastica.yaml +++ b/friendsofsymfony/elastica-bundle/5.0/config/packages/fos_elastica.yaml @@ -1,4 +1,4 @@ -# Read the documentation: https://github.com/FriendsOfSymfony/FOSElasticaBundle/blob/master/Resources/doc/setup.md +# Read the documentation: https://github.com/FriendsOfSymfony/FOSElasticaBundle/blob/master/doc/setup.md fos_elastica: clients: default: { url: '%env(ELASTICSEARCH_URL)%' }