From f62f20fa90a6cc6c9eac76b099ce7e1d7c12c4b2 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-memory.spec | 2 ++ 1 file changed, 2 insertions(+) diff --git a/php-zendframework-zend-memory.spec b/php-zendframework-zend-memory.spec index a845156..5c6a27a 100644 --- a/php-zendframework-zend-memory.spec +++ b/php-zendframework-zend-memory.spec @@ -78,6 +78,8 @@ memory usage to exceed the limit you specify, some managed objects are copied to cache storage outside of memory. In this way, the total memory used by managed objects does not exceed the limit you need to enforce. +Documentation: https://zendframework.github.io/%{gh_project}/ + %prep %setup -q -n %{gh_project}-%{gh_commit} -- cgit