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)

0001-docs-fix-external-link-to-datetime-documentation.patch (1.0 KB ) - added by Tryphon 14 years ago.

Download all attachments as: .zip

Change History (3)

comment:1 by Tryphon, 14 years ago

Has patch: set

Pretty trivial indeed. Nevertheless, here's a patch that fixes it.

comment:2 by Karen Tracey, 14 years ago

Resolution: fixed
Status: newclosed

(In [13326]) Fixed #13676: Corrected some links into the Python docs. Thanks carljm and Tryphon.

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