Author: mtredinnick
Date: 2007-04-28 09:32:16 -0500 (Sat, 28 Apr 2007)
New Revision: 5121

Modified:
   django/trunk/docs/email.txt
Log:
Fixed #4181 -- Corrected anchor names in links to settings document. Thanks,
Karen Tracey.


Modified: django/trunk/docs/email.txt
===================================================================
--- django/trunk/docs/email.txt 2007-04-28 14:23:41 UTC (rev 5120)
+++ django/trunk/docs/email.txt 2007-04-28 14:32:16 UTC (rev 5121)
@@ -29,11 +29,11 @@
     The character set of email sent with ``django.core.mail`` will be set to
     the value of your `DEFAULT_CHARSET setting`_.
 
-.. _DEFAULT_CHARSET setting: ../settings/#DEFAULT_CHARSET
-.. _EMAIL_HOST: ../settings/#EMAIL_HOST
-.. _EMAIL_PORT: ../settings/#EMAIL_PORT
-.. _EMAIL_HOST_USER: ../settings/#EMAIL_HOST_USER
-.. _EMAIL_HOST_PASSWORD: ../settings/#EMAIL_HOST_PASSWORD
+.. _DEFAULT_CHARSET setting: ../settings/#default-charset
+.. _EMAIL_HOST: ../settings/#email-host
+.. _EMAIL_PORT: ../settings/#email-port
+.. _EMAIL_HOST_USER: ../settings/#email-host-user
+.. _EMAIL_HOST_PASSWORD: ../settings/#email-host-password
 
 
 send_mail()


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