From f4eea743db2ae1fd8cc2ce80488462e1657435be Mon Sep 17 00:00:00 2001 From: Justin Mayer Date: Tue, 31 Jul 2012 09:41:45 -0700 Subject: [PATCH] Update Pelican project domain in a few more places --- README.rst | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index 5012bb9c..ba227805 100644 --- a/README.rst +++ b/README.rst @@ -28,7 +28,7 @@ Pelican currently supports: * Import from WordPress, Dotclear, or RSS feeds * Integration with external tools: Twitter, Google Analytics, etc. (optional) -Have a look at `the documentation `_ for +Have a look at `the documentation `_ for more information. Why the name "Pelican"? diff --git a/setup.py b/setup.py index b48757d6..96d7b8e6 100755 --- a/setup.py +++ b/setup.py @@ -20,7 +20,7 @@ entry_points = { setup( name = "pelican", version = "3.0", - url = 'http://pelican.notmyidea.org/', + url = 'http://getpelican.com/', author = 'Alexis Metaireau', author_email = 'alexis@notmyidea.org', description = "A tool to generate a static blog from reStructuredText or Markdown input files.",