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 | 5578e123fcf9c27b034416941618776c894466d5 (patch) | |
tree | 62b9e3935bb48d84fbe77cfc6509b627ca22f506 | |
parent | 733e9477be286d78b4be66c8f7df9a5e979d0bb5 (diff) |
ZF: add documentation link in all packages
-rw-r--r-- | php-zendframework-zend-file.spec | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/php-zendframework-zend-file.spec b/php-zendframework-zend-file.spec index c9db174..f2cdae0 100644 --- a/php-zendframework-zend-file.spec +++ b/php-zendframework-zend-file.spec @@ -94,6 +94,8 @@ Provides: php-composer(%{gh_owner}/%{gh_project}) = %{version} %description Zend\File is a component used to manage file transfer and class autoloading. +Documentation: https://zendframework.github.io/%{gh_project}/ + %prep %setup -q -n %{gh_project}-%{gh_commit} |