diff options
author | Remi Collet <fedora@famillecollet.com> | 2016-06-25 07:21:49 +0200 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2016-06-25 07:21:49 +0200 |
commit | 9bc3dc63b2083f03a9303eeae7774f5dd2f26d12 (patch) | |
tree | da1cfec823de5bdbb504ebf3ced37fd10bb7f770 | |
parent | 75f179b48b3ef5a7133f972e5b5a0977d3573ebd (diff) |
ZF: add documentation link in all packages
-rw-r--r-- | php-zendframework-zend-di.spec | 2 |
1 files changed, 2 insertions, 0 deletions
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} |