0
0
mirror of https://github.com/PHPMailer/PHPMailer.git synced 2024-09-20 10:02:14 +02:00

Fixed some Markdown formatting

- Wrapped the "git remote set-url" command in Markdown code quotes
 - Added a link directly to the Changelog
This commit is contained in:
Jacob Roeland 2013-08-04 02:50:01 -05:00
parent 6c1cfe587e
commit 33f0ae3f86

View File

@ -107,13 +107,13 @@ We're particularly interested in fixing edge-cases, expanding test coverage and
With the move to the PHPMailer GitHub organisation, you'll need to update any remote URLs referencing the old GitHub location with a command like this from within your clone: With the move to the PHPMailer GitHub organisation, you'll need to update any remote URLs referencing the old GitHub location with a command like this from within your clone:
git remote set-url upstream https://github.com/PHPMailer/PHPMailer.git `git remote set-url upstream https://github.com/PHPMailer/PHPMailer.git`
Please *don't* use the SourceForge or Google Code projects any more. Please *don't* use the SourceForge or Google Code projects any more.
## Changelog ## Changelog
See changelog.md See [changelog.md](changelog.md)
## History ## History
- PHPMailer was originally written in 2001 by Brent R. Matzelle as a [SourceForge project](http://sourceforge.net/projects/phpmailer/). - PHPMailer was originally written in 2001 by Brent R. Matzelle as a [SourceForge project](http://sourceforge.net/projects/phpmailer/).