Opened 17 years ago

Closed 17 years ago

Last modified 17 years ago

#3628 closed (fixed)

Link to "loading fixtures" from documentation/testing/fixtures is broken

Reported by: Manoj Govindan <egmanoj@…> Owned by: Jacob
Component: Documentation Version: dev
Severity: Keywords:
Cc: egmanoj@… Triage Stage: Unreviewed
Has patch: yes Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

Link to "loading fixtures" from documentation/testing/fixtures is broken.

The link URL is presently

http://www.djangoproject.com/documentation/django-admin/#loaddata-fixture-fixture

This should be

http://www.djangoproject.com/documentation/django_admin/#loaddata-fixture-fixture

Note the underscore instead of hyphen in django_admin.
There is also a typo in the 'fixtures' section.

Attachments (1)

docs.testing.diff (1.0 KB ) - added by Manoj Govindan <egmanoj@…> 17 years ago.
Testing documentation with correct URL for django_admin.

Download all attachments as: .zip

Change History (4)

by Manoj Govindan <egmanoj@…>, 17 years ago

Attachment: docs.testing.diff added

Testing documentation with correct URL for django_admin.

comment:1 by Malcolm Tredinnick, 17 years ago

Resolution: fixed
Status: newclosed

(In [4663]) Fixed #3628 -- Fixed a broken link spotted by Manoj Govindan.

in reply to:  1 comment:2 by Manoj Govindan <egmanoj@…>, 17 years ago

Replying to mtredinnick:

(In [4663]) Fixed #3628 -- Fixed a broken link spotted by Manoj Govindan.

That was fast :)
By the way, I see that the typo is still there: "test vase" rather than "test case".

comment:3 by Malcolm Tredinnick, 17 years ago

Typo fixed in [4664]. Sorry -- I just fixed the bug you reported the first time; didn't read the patch.

Note: See TracTickets for help on using tickets.
Back to Top