forked from Pylons/pyramid_mailer
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Michael Merickel
committed
Nov 30, 2011
1 parent
e46fbc5
commit 887cea1
Showing
2 changed files
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
pyramid_mailer is a package for sending email from your Pyramid application. | ||
|
||
See the documentation at | ||
https://docs.pylonsproject.org/projects/pyramid_mailer/dev/ for more info. | ||
http://docs.pylonsproject.org/projects/pyramid_mailer/en/latest/ for more info. | ||
|
||
pyramid_mailer uses code from the Lamson Project (http://lamsonproject.org/) | ||
with permission. See the LICENSE.txt file for more information. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -22,7 +22,7 @@ | |
````` | ||
* `documentation | ||
<http://docs.pylonsproject.org/projects/pyramid_mailer/dev/>`_ | ||
<http://docs.pylonsproject.org/projects/pyramid_mailer/en/latest/>`_ | ||
* `development version | ||
<https://github.com/Pylons/pyramid_mailer>`_ | ||
|
@@ -39,7 +39,7 @@ | |
author_email='[email protected]', | ||
description='Sendmail package for Pyramid', | ||
long_description=__doc__, | ||
url="http://docs.pylonsproject.org/projects/pyramid_mailer/dev/", | ||
url="http://docs.pylonsproject.org/projects/pyramid_mailer/en/latest/", | ||
packages=[ | ||
'pyramid_mailer', | ||
], | ||
|