From 059f6ddaa6e9600021d9050501574d918a0b58c8 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-router.spec | 2 ++ 1 file changed, 2 insertions(+) diff --git a/php-zendframework-zend-router.spec b/php-zendframework-zend-router.spec index e8992ce..6414a43 100644 --- a/php-zendframework-zend-router.spec +++ b/php-zendframework-zend-router.spec @@ -98,6 +98,8 @@ and provides capabilities around: Additionally, it supports combinations of different route types in tree structures, allowing for fast, b-tree lookups. +Documentation: https://zendframework.github.io/%{gh_project}/ + %prep %setup -q -n %{gh_project}-%{gh_commit} -- cgit