From e7d68c67a1b3cd23dc64303655b8726beaf9941f 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-console.spec | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/php-zendframework-zend-console.spec b/php-zendframework-zend-console.spec index 5ea0776..814897e 100644 --- a/php-zendframework-zend-console.spec +++ b/php-zendframework-zend-console.spec @@ -87,6 +87,8 @@ Provides: php-composer(%{gh_owner}/%{gh_project}) = %{version} %description Zend\Console is a component to design and implement console applications in PHP. +Documentation: https://zendframework.github.io/%{gh_project}/ + %prep %setup -q -n %{gh_project}-%{gh_commit} @@ -146,4 +148,4 @@ rm -rf %{buildroot} - fix description * Tue Aug 4 2015 Remi Collet - 2.5.1-1 -- initial package \ No newline at end of file +- initial package -- cgit