Skip to content

Commit

Permalink
Docs: Link to pages that explain certain concepts
Browse files Browse the repository at this point in the history
Close h5bp#1637
  • Loading branch information
FagnerMartinsBrack authored and alrra committed Nov 21, 2014
1 parent a29246b commit 4101cf8
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
6 changes: 4 additions & 2 deletions doc/css.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,10 @@ HTML5 Boilerplate's CSS includes:
* [Placeholder media queries](#media-queries)
* [Print styles](#print-styles)

This starting CSS does not rely on the presence of conditional class names,
conditional style sheets, or Modernizr, and it is ready to use no matter what
This starting CSS does not rely on the presence of
[conditional class names](http://www.paulirish.com/2008/conditional-stylesheets-vs-css-hacks-answer-neither/),
[conditional style sheets](http://css-tricks.com/how-to-create-an-ie-only-stylesheet/),
or [Modernizr](http://modernizr.com/), and it is ready to use no matter what
your development preferences happen to be.


Expand Down
5 changes: 3 additions & 2 deletions doc/faq.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,9 @@ A list of more complex HTTP servers can be found
### Why don't you automatically load the latest version of jQuery from the Google CDN?

The [file](https://ajax.googleapis.com/ajax/libs/jquery/1/jquery.js) to which
the Google CDN points to is [no longer updated and will stay locked at version
`1.11.1` in order to prevent inadvertent web
the Google [CDN](https://en.wikipedia.org/wiki/Content_delivery_network) points
to is [no longer updated and will stay locked at version `1.11.1` in order to
prevent inadvertent web
breakage](http://blog.jquery.com/2014/07/03/dont-use-jquery-latest-js/).

In general, version updating should be an intentional decision! You shouldn't
Expand Down

0 comments on commit 4101cf8

Please sign in to comment.