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 | 7bb4cc79d41fffb3ffb260310e819226460b3828 (patch) | |
tree | 36de80f523a55ecf95290b1bc4e9e65fa16fa1b4 | |
parent | 8236e79fc7fcc4c8da106f3c6b8e5c76051d53fe (diff) |
ZF: add documentation link in all packages
-rw-r--r-- | php-zendframework-zend-db.spec | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/php-zendframework-zend-db.spec b/php-zendframework-zend-db.spec index e3eb59c..77a42f1 100644 --- a/php-zendframework-zend-db.spec +++ b/php-zendframework-zend-db.spec @@ -87,6 +87,8 @@ oriented API to build the queries. Zend\Db consumes different storage adapters to access different database vendors such as MySQL, PostgreSQL, Oracle, IBM DB2, Microsoft Sql Server, PDO, etc. +Documentation: https://zendframework.github.io/%{gh_project}/ + %prep %setup -q -n %{gh_project}-%{gh_commit} |