Index: django/conf/global_settings.py
===================================================================
--- django/conf/global_settings.py	(Revision 5678)
+++ django/conf/global_settings.py	(Arbeitskopie)
@@ -30,7 +30,7 @@
 
 # Language code for this installation. All choices can be found here:
 # http://www.w3.org/TR/REC-html40/struct/dirlang.html#langcodes
-# http://blogs.law.harvard.edu/tech/stories/storyReader$15
+# http://babelwiki.babelzilla.org/index.php?title=Language_codes
 LANGUAGE_CODE = 'en-us'
 
 # Languages we provide translations for, out of the box. The language name
Index: django/conf/project_template/settings.py
===================================================================
--- django/conf/project_template/settings.py	(Revision 5678)
+++ django/conf/project_template/settings.py	(Arbeitskopie)
@@ -25,7 +25,7 @@
 
 # Language code for this installation. All choices can be found here:
 # http://www.w3.org/TR/REC-html40/struct/dirlang.html#langcodes
-# http://blogs.law.harvard.edu/tech/stories/storyReader$15
+# http://babelwiki.babelzilla.org/index.php?title=Language_codes
 LANGUAGE_CODE = 'en-us'
 
 SITE_ID = 1
