From 7be452031d5aafeb2f8148618829d37eb3250794 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Sat, 25 Jun 2016 07:21:49 +0200 Subject: ZF: add documentation link in all packages --- php-zendframework-zend-paginator.spec | 2 ++ 1 file changed, 2 insertions(+) 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} -- cgit