diff options
-rw-r--r-- | php-zendframework-zend-eventmanager.spec | 4 |
1 files changed, 3 insertions, 1 deletions
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 <remi@fedoraproject.org> - 2.5.2-1 -- initial package
\ No newline at end of file +- initial package |