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 | 7be452031d5aafeb2f8148618829d37eb3250794 (patch) | |
tree | aa2ce1ef554eca16133c1dafd3e8d946909a298e | |
parent | 2d121d3858b5b64514d1ed17dc32c30d5d5ffa5a (diff) |
ZF: add documentation link in all packages
-rw-r--r-- | php-zendframework-zend-paginator.spec | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/php-zendframework-zend-paginator.spec b/php-zendframework-zend-paginator.spec index 2150f8e..0e6f072 100644 --- a/php-zendframework-zend-paginator.spec +++ b/php-zendframework-zend-paginator.spec @@ -94,6 +94,8 @@ Provides: php-composer(%{gh_owner}/%{gh_project}) = %{version} Zend\Paginator is a flexible component for paginating collections of data and presenting that data to users. +Documentation: https://zendframework.github.io/%{gh_project}/ + %prep %setup -q -n %{gh_project}-%{gh_commit} |