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 | 255eb4aadf960553d73ed58c5a1c47cc7e67c5b8 (patch) | |
| tree | 5203822670e81cc65610dbbae4b525bdbc372d97 | |
| parent | 984450e20bc3e1df5220a9e5da8627dd80f54e18 (diff) | |
ZF: add documentation link in all packages
| -rw-r--r-- | php-zendframework-zend-authentication.spec | 2 | 
1 files changed, 2 insertions, 0 deletions
| diff --git a/php-zendframework-zend-authentication.spec b/php-zendframework-zend-authentication.spec index a3723f8..a833603 100644 --- a/php-zendframework-zend-authentication.spec +++ b/php-zendframework-zend-authentication.spec @@ -104,6 +104,8 @@ Provides:       php-composer(%{gh_owner}/%{gh_project}) = %{version}  The Zend\Authentication component provides an API for authentication and  includes concrete authentication adapters for common use case scenarios. +Documentation: https://zendframework.github.io/%{gh_project}/ +  %prep  %setup -q -n %{gh_project}-%{gh_commit} | 
