From 4c0f8b6dc9c77f3c5ee5f2fbd67d20a76341b512 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Sat, 25 Jun 2016 07:21:49 +0200 Subject: ZF: add documentation link in all packages --- php-zendframework-zend-http.spec | 2 ++ 1 file changed, 2 insertions(+) diff --git a/php-zendframework-zend-http.spec b/php-zendframework-zend-http.spec index c07babc..2f443d1 100644 --- a/php-zendframework-zend-http.spec +++ b/php-zendframework-zend-http.spec @@ -95,6 +95,8 @@ Since much of what PHP does is web-based, specifically HTTP, it makes sense to have a performant, extensible, concise and consistent API to do all things HTTP. +Documentation: https://zendframework.github.io/%{gh_project}/ + %prep %setup -q -n %{gh_project}-%{gh_commit} -- cgit