Opened 16 years ago
Closed 16 years ago
#9098 closed (fixed)
link error in tutorial03.txt
Reported by: | Zhe Zhang | Owned by: | nobody |
---|---|---|---|
Component: | Uncategorized | Version: | 1.0 |
Severity: | Keywords: | ||
Cc: | Triage Stage: | Unreviewed | |
Has patch: | no | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description
The link 'http://docs.djangoproject.com/en/dev/ref/settings/#setting-ROOT_URLCONF' intended to link ROOT_URLCONF's reference, but it'd be 'http://docs.djangoproject.com/en/dev/ref/settings/#root-urlconf'
Note:
See TracTickets
for help on using tickets.
(In [9061]) Fixed some misordered markup for the ROOT_URLCONF setting in the docs.
Fixed #9098.