From 719c9cedca0e4172a062ffff89c4a0a8d016f39f 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-debug.spec | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/php-zendframework-zend-debug.spec b/php-zendframework-zend-debug.spec index 42e5f02..2ab6405 100644 --- a/php-zendframework-zend-debug.spec +++ b/php-zendframework-zend-debug.spec @@ -75,6 +75,8 @@ prints or returns information about an expression. This simple technique of debugging is common because it is easy to use in an ad hoc fashion and requires no initialization, special tools, or debugging environment. +Documentation: https://zendframework.github.io/%{gh_project}/ + %prep %setup -q -n %{gh_project}-%{gh_commit} @@ -131,4 +133,4 @@ rm -rf %{buildroot} %changelog * Tue Aug 4 2015 Remi Collet - 2.5.1-1 -- initial package \ No newline at end of file +- initial package -- cgit