Opened 14 years ago
Closed 14 years ago
#13676 closed (fixed)
broken hash in link to Python strftime docs, in settings doc
Reported by: | Carl Meyer | Owned by: | nobody |
---|---|---|---|
Component: | Documentation | Version: | dev |
Severity: | Keywords: | ||
Cc: | Triage Stage: | Unreviewed | |
Has patch: | yes | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description
This is about as minor as a doc bug can be, but: the TIME_INPUT_FORMATS documentation links to the strftime documentation in the Python docs at this URL: http://docs.python.org/library/datetime.html#strftime-behavior
This link works, but the hashtag is no longer correct, so you have to scroll and find the strftime info manually. The correct URL for the strftime details is now: http://docs.python.org/library/datetime.html#strftime-strptime-behavior
Either the hashtag should be removed from this link as too fragile, or it should be updated.
Attachments (1)
Change History (3)
by , 14 years ago
Attachment: | 0001-docs-fix-external-link-to-datetime-documentation.patch added |
---|
comment:1 by , 14 years ago
Has patch: | set |
---|
comment:2 by , 14 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Pretty trivial indeed. Nevertheless, here's a patch that fixes it.