From 632fc6a6e8425b961bda563203336282cac0c9d5 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-json.spec | 2 ++ 1 file changed, 2 insertions(+) diff --git a/php-zendframework-zend-json.spec b/php-zendframework-zend-json.spec index 6470670..b96c75c 100644 --- a/php-zendframework-zend-json.spec +++ b/php-zendframework-zend-json.spec @@ -88,6 +88,8 @@ Provides: php-composer(%{gh_owner}/%{gh_project}) = %{version} Zend\Json provides convenience methods for serializing native PHP to JSON and decoding JSON to native PHP. +Documentation: https://zendframework.github.io/%{gh_project}/ + %prep %setup -q -n %{gh_project}-%{gh_commit} -- cgit