From 30a46d09326655dd2857b72eddba4ee789a6bf39 Mon Sep 17 00:00:00 2001 From: Christophe Coevoet Date: Tue, 22 Dec 2015 18:37:53 +0100 Subject: [PATCH] Fix the link syntax in the doc --- docs/httplug/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/httplug/index.md b/docs/httplug/index.md index 20994c0..25cbfb1 100644 --- a/docs/httplug/index.md +++ b/docs/httplug/index.md @@ -101,7 +101,7 @@ Nonetheless, we provide particular integration for some popular frameworks: ## History This project has been started by [Eric Geloen](https://github.com/egeloen) as -Ivory Http Adapter](https://github.com/egeloen/ivory-http-adapter). It never made it to a stable release, +[Ivory Http Adapter](https://github.com/egeloen/ivory-http-adapter). It never made it to a stable release, but it relied on PSR-7 which was not stable either that time. Because of the constantly changing PSR-7, Eric had to rewrite the library over and over again (at least the message handling part, which in most cases affected every adapter as well).