Author: jacob
Date: 2008-09-29 10:54:33 -0500 (Mon, 29 Sep 2008)
New Revision: 9096

Modified:
   djangoproject.com/django_website/apps/docs/urls.py
   djangoproject.com/djangodocs/templates/docs/doc.html
Log:
[djangoproject.com] checking in changes from the server. Remember, kids, do 
what I say, not what I do.

Modified: djangoproject.com/django_website/apps/docs/urls.py
===================================================================
--- djangoproject.com/django_website/apps/docs/urls.py  2008-09-29 15:40:49 UTC 
(rev 9095)
+++ djangoproject.com/django_website/apps/docs/urls.py  2008-09-29 15:54:33 UTC 
(rev 9096)
@@ -7,6 +7,6 @@
     (r'^models/(?P<slug>\w+)/$',                        'model_detail'),
     (r'^(?P<version>[\d.]+)/models/$',                  'model_index'),
     (r'^(?P<version>[\d.]+)/models/(?P<slug>\w+)/$',    'model_detail'),
-    (r'^(?P<slug>[\w\.-]+)/$',                          'doc_detail'),
+    #(r'^(?P<slug>[\w\.-]+)/$',                          'doc_detail'),
     (r'^(?P<version>[\d.]+)/(?P<slug>[\w\.-]+)/$',      'doc_detail'),
-)
\ No newline at end of file
+)

Modified: djangoproject.com/djangodocs/templates/docs/doc.html
===================================================================
--- djangoproject.com/djangodocs/templates/docs/doc.html        2008-09-29 
15:40:49 UTC (rev 9095)
+++ djangoproject.com/djangodocs/templates/docs/doc.html        2008-09-29 
15:54:33 UTC (rev 9096)
@@ -46,7 +46,7 @@
   <p>Having trouble? We'd like to help!</p>
   <ul>
     <li>
-      Try the <a href="/faq/">FAQ</a> — it's got answers to many common
+      Try the <a href="/en/dev/faq/">FAQ</a> — it's got answers to many common
       questions.
     </li>
     <li>


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-updates?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to