Author: mtredinnick
Date: 2008-12-09 01:13:49 -0600 (Tue, 09 Dec 2008)
New Revision: 9621

Modified:
   django/trunk/docs/ref/forms/fields.txt
Log:
Fixed #9772 -- Fixed a couple of broken links and pointed them to a more
appropriate section. Thanks, Ramiro Morales.


Modified: django/trunk/docs/ref/forms/fields.txt
===================================================================
--- django/trunk/docs/ref/forms/fields.txt      2008-12-09 07:03:52 UTC (rev 
9620)
+++ django/trunk/docs/ref/forms/fields.txt      2008-12-09 07:13:49 UTC (rev 
9621)
@@ -520,7 +520,7 @@
 documentation <topics-http-file-uploads>`.
 
 When you use a ``FileField`` in a form, you must also remember to
-:ref:`bind the file data to the form <topics-file-uploads>`.
+:ref:`bind the file data to the form <binding-uploaded-files>`.
 
 ``FilePathField``
 ~~~~~~~~~~~~~~~~~
@@ -587,7 +587,7 @@
 Using an ImageField requires that the `Python Imaging Library`_ is installed.
 
 When you use an ``ImageField`` on a form, you must also remember to
-:ref:`bind the file data to the form <topics-file-uploads>`.
+:ref:`bind the file data to the form <binding-uploaded-files>`.
 
 .. _Python Imaging Library: http://www.pythonware.com/products/pil/
 


--~--~---------~--~----~------------~-------~--~----~
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