From 9bc3dc63b2083f03a9303eeae7774f5dd2f26d12 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-di.spec | 2 ++ 1 file changed, 2 insertions(+) diff --git a/php-zendframework-zend-di.spec b/php-zendframework-zend-di.spec index 03d425e..872cf40 100644 --- a/php-zendframework-zend-di.spec +++ b/php-zendframework-zend-di.spec @@ -84,6 +84,8 @@ IoC containers are widely used to create object instances that have all dependencies resolved and injected. Dependency Injection containers are one form of IoC – but not the only form. +Documentation: https://zendframework.github.io/%{gh_project}/ + %prep %setup -q -n %{gh_project}-%{gh_commit} -- cgit