diff options
author | Remi Collet <fedora@famillecollet.com> | 2016-06-25 07:21:49 +0200 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2016-06-25 07:21:49 +0200 |
commit | 4c0f8b6dc9c77f3c5ee5f2fbd67d20a76341b512 (patch) | |
tree | a61972be23df80525efce591f909da7a140ec1a0 | |
parent | 68072f2f6aa44fd432ec53fb3c2f7a58364b0ca4 (diff) |
ZF: add documentation link in all packages
-rw-r--r-- | php-zendframework-zend-http.spec | 2 |
1 files changed, 2 insertions, 0 deletions
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} |