X-Git-Url: https://sipb.mit.edu/gitweb.cgi/ikiwiki.git/blobdiff_plain/d336d18607bbbe42f887796d57c4e426fd82318f..4638aff119e1b5a959cc02fdc8dbe6f8728c7f48:/doc/tips/html5.mdwn 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/).