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 | 992c949b9cc06dd1a2185e768908661ae311d8d5 (patch) | |
tree | 2d72f5d9bd8ab4ed917d1c8b9e55505f538fe349 | |
parent | 2af5735ee89cc5ae856a84f6f5effff5523da1d8 (diff) |
ZF: add documentation link in all packages
-rw-r--r-- | php-zendframework-zend-math.spec | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/php-zendframework-zend-math.spec b/php-zendframework-zend-math.spec index 8600c6d..0758122 100644 --- a/php-zendframework-zend-math.spec +++ b/php-zendframework-zend-math.spec @@ -84,6 +84,8 @@ So far the supported functionalities are: * Zend\Math\Rand, a random number generator; * Zend\Math\BigInteger, a library to manage big integers. +Documentation: https://zendframework.github.io/%{gh_project}/ + %prep %setup -q -n %{gh_project}-%{gh_commit} |