From ed6b516a758df0c6a64738efec82b22556159159 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-soap.spec | 2 ++ 1 file changed, 2 insertions(+) diff --git a/php-zendframework-zend-soap.spec b/php-zendframework-zend-soap.spec index a112e96..0dbb1fc 100644 --- a/php-zendframework-zend-soap.spec +++ b/php-zendframework-zend-soap.spec @@ -92,6 +92,8 @@ Provides: php-composer(%{gh_owner}/%{gh_project}) = %{version} Zend\Soap is a component to manage the SOAP protocol in order to design client or server PHP application. +Documentation: https://zendframework.github.io/%{gh_project}/ + %prep %setup -q -n %{gh_project}-%{gh_commit} -- cgit