From b1ec3ebc5028c7955ce8ad10c2e32a4f73e17221 Mon Sep 17 00:00:00 2001 From: Marcus Bointon Date: Sun, 1 May 2016 17:02:40 +0200 Subject: [PATCH] Docs --- docs/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/README.md b/docs/README.md index 4bd2b452..25f11ac1 100644 --- a/docs/README.md +++ b/docs/README.md @@ -1,7 +1,7 @@ # PHPMailer Documentation -Pre-built PHPMailer documentation is not provided with the PHP classes, but you can generate API documentation by running the `generatedocs.sh` shell script in this folder. You will need to have [phpDocumentor](https://www.phpdoc.org) installed. This documentation is also [available online](http://phpmailer.github.io/PHPMailer/), though it may not be quite up to date or match your version. +Pre-built PHPMailer API documentation is not provided with the PHP classes, but you can generate API documentation by running the `generatedocs.sh` shell script in this folder. You will need to have [phpDocumentor](https://www.phpdoc.org) installed. This documentation is also [available online](http://phpmailer.github.io/PHPMailer/), though it may not be quite up to date or match your version. -Further help and information is available in the top-level README file, the examples folder, and in [the GitHub wiki](https://github.com/PHPMailer/PHPMailer/wiki). +Further help and information is available in [the PHPMailer README](https://github.com/PHPMailer/PHPMailer/blob/master/README.md), [the examples folder](https://github.com/PHPMailer/PHPMailer/tree/master/examples), and in [the GitHub wiki](https://github.com/PHPMailer/PHPMailer/wiki). Fixes and additions to documentation are welcome - please submit pull requests or improve wiki pages. \ No newline at end of file