Author: adrian Date: 2010-01-10 15:48:54 -0600 (Sun, 10 Jan 2010) New Revision: 12200
Modified: djangoproject.com/django_website/templates/homepage.html Log: Fixed #11232 -- Fixed broken doc links on djangoproject.com homepage Modified: djangoproject.com/django_website/templates/homepage.html =================================================================== --- djangoproject.com/django_website/templates/homepage.html 2010-01-10 21:37:20 UTC (rev 12199) +++ djangoproject.com/django_website/templates/homepage.html 2010-01-10 21:48:54 UTC (rev 12200) @@ -42,9 +42,7 @@ <ul class="linklist"> <li><a href="http://docs.djangoproject.com/en/dev/intro/install/">Installation guide</a></li> <li><a href="http://docs.djangoproject.com/en/dev/intro/tutorial01/">Tutorial</a></li> - <li><a href="http://docs.djangoproject.com/en/dev/#using-django">Using Django</a></li> - <li><a href="http://docs.djangoproject.com/en/dev/#reference">Reference</a></li> - <li><a href="http://docs.djangoproject.com/">More...</a></li> + <li><a href="http://docs.djangoproject.com/">Full index...</a></li> </ul> <h2>Sites that use Django</h2> <dl>
-- You received this message because you are subscribed to the Google Groups "Django updates" group. To post to this group, send email to django-upda...@googlegroups.com. To unsubscribe from this group, send email to django-updates+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/django-updates?hl=en.