From 1c12ead019a21d5abba973af171fd2dc4292c58d 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-eventmanager.spec | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/php-zendframework-zend-eventmanager.spec b/php-zendframework-zend-eventmanager.spec index 40ad272..c367989 100644 --- a/php-zendframework-zend-eventmanager.spec +++ b/php-zendframework-zend-eventmanager.spec @@ -73,6 +73,8 @@ The basic architecture allows you to attach and detach listeners to named events, both on a per-instance basis as well as via shared collections; trigger events; and interrupt execution of listeners. +Documentation: https://zendframework.github.io/%{gh_project}/ + %prep %setup -q -n %{gh_project}-%{gh_commit} @@ -136,4 +138,4 @@ rm -rf %{buildroot} - update to 2.6.2 * Tue Aug 4 2015 Remi Collet - 2.5.2-1 -- initial package \ No newline at end of file +- initial package -- cgit