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 | 2d826dae354f90fa4bcdbb2c20fba894708e7004 (patch) | |
tree | 49ff7726e0b73ae29ff4d5e9b52e7dde500f2508 | |
parent | d684318c243064ebd6d11130e93712b77df50055 (diff) |
ZF: add documentation link in all packages
-rw-r--r-- | php-zendframework-zend-stdlib.spec | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/php-zendframework-zend-stdlib.spec b/php-zendframework-zend-stdlib.spec index 9c44595..a122b59 100644 --- a/php-zendframework-zend-stdlib.spec +++ b/php-zendframework-zend-stdlib.spec @@ -109,6 +109,8 @@ class for different scopes like: * string wrappers; * etc. +Documentation: https://zendframework.github.io/%{gh_project}/ + %prep %setup -q -n %{gh_project}-%{gh_commit} |