Skip to content

Commit

Permalink
Link to Python 3 strftime docs
Browse files Browse the repository at this point in the history
  • Loading branch information
mccutchen committed Dec 1, 2019
1 parent 271f7d8 commit 05c1ac3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/index.html
Expand Up @@ -192,7 +192,7 @@ <h1>Python's <code>strftime</code> directives</h1>

<p class="source"><strong>Source:</strong>
<a href="http://www.python.org/">Python</a>&#8217;s
<code><a href="http://docs.python.org/2/library/datetime.html#strftime-and-strptime-behavior" target="_blank">strftime</a></code>
<code><a href="https://docs.python.org/3/library/datetime.html#strftime-and-strptime-format-codes" target="_blank">strftime</a></code>
documentation.
</p>

Expand Down
2 changes: 1 addition & 1 deletion templates/index.html.mustache
Expand Up @@ -44,7 +44,7 @@

<p class="source"><strong>Source:</strong>
<a href="http://www.python.org/">Python</a>&#8217;s
<code><a href="http://docs.python.org/2/library/datetime.html#strftime-and-strptime-behavior" target="_blank">strftime</a></code>
<code><a href="https://docs.python.org/3/library/datetime.html#strftime-and-strptime-format-codes" target="_blank">strftime</a></code>
documentation.
</p>

Expand Down

0 comments on commit 05c1ac3

Please sign in to comment.