Skip to content

Commit 823535d

Browse files
committed
Better link to the Datetime Design Pattern for microformats
1 parent 12b57d3 commit 823535d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ <h3>Why?</h3>
6969
<ul>
7070
<li>Avoid timestamps dated "1 minute ago" even though the page was opened 10 minutes ago; <em>timeago refreshes automatically</em>.</li>
7171
<li>You can <em>take full advantage of page caching</em> in your web applications, because the timestamps aren't calculated on the server.</li>
72-
<li>You get to <em>use <a href="http://microformats.org/">microformats</a></em> like the cool kids.</li>
72+
<li>You get to <em>use <a href="http://microformats.org/wiki/datetime-design-pattern">microformats</a></em> like the cool kids.</li>
7373
</ul>
7474

7575
<h3>How?</h3>

0 commit comments

Comments
 (0)