summaryrefslogtreecommitdiff
path: root/SetupConfig.py
diff options
context:
space:
mode:
authorR. Tyler Ballance <tyler@slide.com>2009-06-01 22:12:48 -0700
committerR. Tyler Ballance <tyler@slide.com>2009-06-01 22:12:48 -0700
commit80bc4b8601cdf757742cce761961568d33c23ca3 (patch)
tree7dc8abc3da484651e03973bf67d6152f8cea2f0c /SetupConfig.py
parent732a134a96fd6ab00bef73622aa49e698d988414 (diff)
parent56c8db9bc8e41b50e649ed4f9510a6be0d96eab6 (diff)
downloadpython-cheetah-80bc4b8601cdf757742cce761961568d33c23ca3.tar.gz
Merge branch 'master' of git@github.com:rtyler/cheetah into next
Diffstat (limited to 'SetupConfig.py')
-rw-r--r--SetupConfig.py8
1 files changed, 4 insertions, 4 deletions
diff --git a/SetupConfig.py b/SetupConfig.py
index 0e3f12f..3445fdd 100644
--- a/SetupConfig.py
+++ b/SetupConfig.py
@@ -4,7 +4,7 @@ from src.Version import Version as version
maintainer = "R. Tyler Ballance"
author = "Tavis Rudd"
author_email = "cheetahtemplate-discuss@lists.sf.net"
-url = "http://www.communitycheetah.org/"
+url = "http://www.cheetahtemplate.org/"
packages = ['Cheetah',
'Cheetah.Macros',
'Cheetah.Templates',
@@ -65,7 +65,7 @@ used to generate C++ game code, Java, sql, form emails and even Python code.
Documentation
================================================================================
For a high-level introduction to Cheetah please refer to the User\'s Guide
-at http://www.communitycheetah.org/learn.html
+at http://www.cheetahtemplate.org/learn.html
Mailing list
================================================================================
@@ -74,10 +74,10 @@ Subscribe at http://lists.sourceforge.net/lists/listinfo/cheetahtemplate-discuss
Credits
================================================================================
-http://www.communitycheetah.org/credits.html
+http://www.cheetahtemplate.org/credits.html
Recent Changes
================================================================================
-See http://www.communitycheetah.org/CHANGES.txt for full details
+See http://www.cheetahtemplate.org/CHANGES.txt for full details
'''