From 23f012dbfad47849ef6c8d9bf3181eb29cacb3e9 Mon Sep 17 00:00:00 2001 From: Jacob Kaplan-Moss Date: Tue, 2 Sep 2008 16:42:13 +0000 Subject: Cleaned up a bunch of minor doc stuff: * Removed flatpages/redirects README; no other contrib apps have those. * Cleaned up top-level README to be more readable. * Removed outdated references to old docs (Fixes #8701) git-svn-id: http://code.djangoproject.com/svn/django/trunk@8857 bcc190cf-cafb-0310-a4f2-bffc1f526a37 --- docs/man/daily_cleanup.1 | 2 +- docs/man/django-admin.1 | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'docs/man') diff --git a/docs/man/daily_cleanup.1 b/docs/man/daily_cleanup.1 index 9186dd67d6..444d4d0e6e 100644 --- a/docs/man/daily_cleanup.1 +++ b/docs/man/daily_cleanup.1 @@ -22,7 +22,7 @@ It should be in Python-import form, e.g. "myproject.settings". .SH "SEE ALSO" The sessions documentation: .sp -.I http://www.djangoproject.com/documentation/sessions/ +.I http://docs.djangoproject.com/en/dev/topics/http/sessions/ .SH "AUTHORS/CREDITS" Originally developed at World Online in Lawrence, Kansas, USA. Refer to the diff --git a/docs/man/django-admin.1 b/docs/man/django-admin.1 index 7f65fd0644..6407ee5e1d 100644 --- a/docs/man/django-admin.1 +++ b/docs/man/django-admin.1 @@ -168,7 +168,7 @@ It should be in Python-import form, e.g. "myproject.settings". Full descriptions of all these options, with examples, as well as documentation for the rest of the Django framework, can be found on the Django site: .sp -.I http://www.djangoproject.com/documentation/ +.I http://docs.djangoproject.com/en/dev/ .sp or in the distributed documentation. .SH "AUTHORS/CREDITS" -- cgit v1.3