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 | ce354883ad5344e47f7dd42e538e0960d53ab232 (patch) | |
tree | 55a2912fe600e841e3a4d2f5fb085c0896a2bb91 /php-zendframework-zend-cache.spec | |
parent | b5a1a9678cb2243086c71d7f4c853967236deaa0 (diff) |
ZF: add documentation link in all packages
Diffstat (limited to 'php-zendframework-zend-cache.spec')
-rw-r--r-- | php-zendframework-zend-cache.spec | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/php-zendframework-zend-cache.spec b/php-zendframework-zend-cache.spec index 32c99ff..cd8cec0 100644 --- a/php-zendframework-zend-cache.spec +++ b/php-zendframework-zend-cache.spec @@ -116,6 +116,8 @@ The Zend\Cache component is able to cache different patterns (class, object, output, etc) using different storage adapters (DB, File, Memcache, etc). +Documentation: https://zendframework.github.io/%{gh_project}/ + %prep %setup -q -n %{gh_project}-%{gh_commit} |