From 2a4c0a111a21c982cd85b1ad0ae0ba797cfa759d Mon Sep 17 00:00:00 2001
From: Thomas P <ScullWM@users.noreply.github.com>
Date: Mon, 5 Mar 2018 15:06:38 +0100
Subject: [PATCH] Fix Symfony PSR7 link

Previous URL no longer exist and return a 404.
I've update the url to https://symfony.com/doc/current/components/psr7.html
---
 docs/executing-queries.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/executing-queries.md b/docs/executing-queries.md
index 0a00e0d..c356391 100644
--- a/docs/executing-queries.md
+++ b/docs/executing-queries.md
@@ -87,7 +87,7 @@ $psrResponse = new SomePsr7ResponseImplementation(json_encode($result));
 PSR-7 is useful when you want to integrate the server into existing framework:
 
 - [PSR-7 for Laravel](https://laravel.com/docs/5.1/requests#psr7-requests)
-- [Symfony PSR-7 Bridge](https://symfony.com/doc/current/request/psr7.html)
+- [Symfony PSR-7 Bridge](https://symfony.com/doc/current/components/psr7.html)
 - [Slim](https://www.slimframework.com/docs/concepts/value-objects.html)
 - [Zend Expressive](http://zendframework.github.io/zend-expressive/)