Replace Dive into HTML5 link (#2758)

* Replace Dive into HTML5 link

The old link (http://diveintohtml5.info/) returns Access Denied.

* remove trailing slash
This commit is contained in:
Raphael P.F 2018-03-07 14:52:18 -03:00 committed by eshellman
parent cc73e6305b
commit c42b08cac3
1 changed files with 1 additions and 1 deletions

View File

@ -1269,7 +1269,7 @@ Kerridge (PDF) (Just fill the fields with any values)
* [An advanced guide to HTML&CSS](http://learn.shayhowe.com/advanced-html-css/)
* [Canvassing](http://learnjs.io/canvassing/read)
* [Code Guide: Standards for developing flexible, durable, and sustainable HTML and CSS](http://mdo.github.io/code-guide/) - Mark Otto
* [Dive Into HTML5](http://diveintohtml5.info) - Mark Pilgrim ([PDF](http://mislav.net/2011/10/dive-into-html5/))
* [Dive Into HTML5](http://diveinto.html5doctor.com) - Mark Pilgrim ([PDF](http://mislav.net/2011/10/dive-into-html5/))
* [GA Dash](https://dash.generalassemb.ly)
* [Google's HTML/CSS Style Guide](https://google.github.io/styleguide/htmlcssguide.xml)
* [How to Code in HTML5 and CSS3](http://howtocodeinhtml.com)