From dd1356cb2ae9abef4c9d2412fde4d77aac81e6d3 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-dom.spec | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/php-zendframework-zend-dom.spec b/php-zendframework-zend-dom.spec index c99419c..c1f1bc9 100644 --- a/php-zendframework-zend-dom.spec +++ b/php-zendframework-zend-dom.spec @@ -68,6 +68,8 @@ The Zend\Dom component provides tools for working with DOM documents and structures. Currently, we offer Zend\Dom\Query, which provides a unified interface for querying DOM documents utilizing both XPath and CSS selectors. +Documentation: https://zendframework.github.io/%{gh_project}/ + %prep %setup -q -n %{gh_project}-%{gh_commit} @@ -131,4 +133,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