From ce354883ad5344e47f7dd42e538e0960d53ab232 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-cache.spec | 2 ++ 1 file changed, 2 insertions(+) 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} -- cgit