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 | b382a7ba7aa6886f4975664832db5da32200bd60 (patch) | |
tree | 8e59e1af9075eb4e42d6f29a2ca00fcc08329cb0 | |
parent | 2aec5d9337d69a12293ae63667261a0da0ae6cda (diff) |
ZF: add documentation link in all packages
-rw-r--r-- | php-zendframework-zend-code.spec | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/php-zendframework-zend-code.spec b/php-zendframework-zend-code.spec index c6f3fc7..2cc7456 100644 --- a/php-zendframework-zend-code.spec +++ b/php-zendframework-zend-code.spec @@ -88,6 +88,8 @@ PHP code, you can easily extend the base class in order to provide code generation for other tasks: JavaScript, configuration files, apache vhosts, etc. +Documentation: https://zendframework.github.io/%{gh_project}/ + %prep %setup -q -n %{gh_project}-%{gh_commit} |