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 | d073aff43fe9a3b8119bf61f5c0ea8031d0374bb (patch) | |
tree | 7bf2a8cac7ccea4611c266ae3550e36bee3d2e86 | |
parent | f89c2f1989ba9ff283ed8d1d0a5503cff7fc90e7 (diff) |
ZF: add documentation link in all packages
-rw-r--r-- | php-zendframework-zend-modulemanager.spec | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/php-zendframework-zend-modulemanager.spec b/php-zendframework-zend-modulemanager.spec index 1ef3921..57cf687 100644 --- a/php-zendframework-zend-modulemanager.spec +++ b/php-zendframework-zend-modulemanager.spec @@ -103,6 +103,8 @@ The possibilities are endless. Zend\ModuleManager is the component that enables the design of a module architecture for PHP applcations. +Documentation: https://zendframework.github.io/%{gh_project}/ + %prep %setup -q -n %{gh_project}-%{gh_commit} |