aboutsummaryrefslogtreecommitdiff
path: root/doc/tips/html5.mdwn
diff options
context:
space:
mode:
authorhttps://www.google.com/accounts/o8/id?id=AItOawnfAvT2c50LDmXkgCPJ6KmPLt8CiEIa96w <Alberto@web>2012-02-05 09:45:57 -0400
committeradmin <admin@branchable.com>2012-02-05 09:45:57 -0400
commit69d3b14f14d836c0c0cf8cec7c1d67e7b8ce0111 (patch)
treebfc0f59d17b99f5150db6bdeb4f0dd4fa186491f /doc/tips/html5.mdwn
parent65b021268bd600561e30110b6dc1a453f3d52557 (diff)
downloadikiwiki-69d3b14f14d836c0c0cf8cec7c1d67e7b8ce0111.tar
ikiwiki-69d3b14f14d836c0c0cf8cec7c1d67e7b8ce0111.tar.gz
Diffstat (limited to 'doc/tips/html5.mdwn')
-rw-r--r--doc/tips/html5.mdwn2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/tips/html5.mdwn b/doc/tips/html5.mdwn
index cb71c0887..b47c3fe39 100644
--- a/doc/tips/html5.mdwn
+++ b/doc/tips/html5.mdwn
@@ -14,7 +14,7 @@ The html5 support is still experimental, and may break in some browsers.
No care is taken to add backwards compatibility hacks for browsers that
are not html5 aware (like MSIE). If you want to include the javascript with
those hacks, you can edit `page.tmpl` to do so.
-[Dive Into HTML5](http://diveintohtml5.org/) is a good reference for
+[Dive Into HTML5](http://diveintohtml5.info/) is a good reference for
current compatability issues and workarounds with html5. And a remotely-loadable
JS shiv for enabling HTML5 elements in IE is available through [html5shiv at Google Code](http://code.google.com/p/html5shiv/).