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 | c1df15d1263dc2a4fad8967d07f83b07e58e1298 (patch) | |
tree | 1ae88955b3ac905e42c05418d3fc1dba8f7e0165 | |
parent | 594416d4c05d25e0803ea6cd028eec416cc5733b (diff) |
ZF: add documentation link in all packages
-rw-r--r-- | php-zendframework-zend-loader.spec | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/php-zendframework-zend-loader.spec b/php-zendframework-zend-loader.spec index a9ad0f8..63fcbf8 100644 --- a/php-zendframework-zend-loader.spec +++ b/php-zendframework-zend-loader.spec @@ -51,6 +51,8 @@ Zend\Loader provides different strategies for autoloading PHP classes. You can include %{php_home}/Zend/autoload.php from your application to use the Zend Framework. +Documentation: https://zendframework.github.io/%{gh_project}/ + %prep %setup -q -n %{gh_project}-%{gh_commit} |