From 48cd36f4564882d75556946a3f15ea9ea5384e03 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Sat, 25 Jun 2016 07:21:49 +0200 Subject: ZF: add documentation link in all packages --- php-zendframework-zend-mail.spec | 2 ++ 1 file changed, 2 insertions(+) diff --git a/php-zendframework-zend-mail.spec b/php-zendframework-zend-mail.spec index 8190e82..8f4f0cc 100644 --- a/php-zendframework-zend-mail.spec +++ b/php-zendframework-zend-mail.spec @@ -101,6 +101,8 @@ via the Mail\Transport\Sendmail, Mail\Transport\Smtp or the Mail\Transport\File transport. Of course, you can also implement your own transport by implementing the Mail\Transport\TransportInterface. +Documentation: https://zendframework.github.io/%{gh_project}/ + %prep %setup -q -n %{gh_project}-%{gh_commit} -- cgit