diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md index 6431b4efad..2fd6697e10 100644 --- a/.github/CONTRIBUTING.md +++ b/.github/CONTRIBUTING.md @@ -130,7 +130,7 @@ included in the project: ``` 4. Commit your changes in logical chunks. Please adhere to these [git commit - message guidelines](http://tbaggery.com/2008/04/19/a-note-about-git-commit-messages.html) + message guidelines](https://tbaggery.com/2008/04/19/a-note-about-git-commit-messages.html) or your code is unlikely be merged into the main project. Use Git's [interactive rebase](https://help.github.com/articles/about-git-rebase/) feature to tidy up your commits before making them public. diff --git a/CHANGELOG.md b/CHANGELOG.md index 14a4446e3d..ba7b1b3bb4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -219,7 +219,7 @@ * Update to Modernizr 2.5.3. -### 3.0.1 (February 08, 2012). +### 3.0.1 (February 08, 2012) * Update to Modernizr 2.5.2 (includes html5shiv 3.3). @@ -280,7 +280,7 @@ * Remove `handheld.css` as it has very poor device support. * Remove touch-icon `link` elements from the HTML and include improved touch-icon support. -* Remove the cache-busting query paramaters from files references in +* Remove the cache-busting query parameters from files references in the HTML. * Remove IE6 PNGFix. diff --git a/dist/doc/css.md b/dist/doc/css.md index ac853ef84a..031a2aa16c 100644 --- a/dist/doc/css.md +++ b/dist/doc/css.md @@ -72,7 +72,7 @@ visually, while still have its content accessible to screen readers. See also: * [CSS in Action: Invisible Content Just for Screen Reader - Users](http://webaim.org/techniques/css/invisiblecontent/) + Users](https://webaim.org/techniques/css/invisiblecontent/) * [Hiding content for accessibility](https://snook.ca/archives/html_and_css/hiding-content-for-accessibility) * [HTML5 Boilerplate - Issue #194](https://github.com/h5bp/html5-boilerplate/issues/194). @@ -108,8 +108,8 @@ we use the [micro clearfix](http://nicolasgallagher.com/micro-clearfix-hack/). ## Media Queries HTML5 Boilerplate makes it easy for you to get started with a -[_mobile first_](http://www.lukew.com/presos/preso.asp?26) and [_responsive web -design_](http://alistapart.com/article/responsive-web-design) approach to +[_mobile first_](https://www.lukew.com/presos/preso.asp?26) and [_responsive web +design_](https://alistapart.com/article/responsive-web-design) approach to development. But it's worth remembering that there are [no silver bullets](https://cloudfour.com/thinks/css-media-query-for-mobile-is-fools-gold/). diff --git a/dist/doc/html.md b/dist/doc/html.md index 0b3b802493..ae925f789c 100644 --- a/dist/doc/html.md +++ b/dist/doc/html.md @@ -23,7 +23,7 @@ FOUC](https://www.paulirish.com/2009/avoiding-the-fouc-v3/). ## Language Attribute -Please consider specifying the language of your content by adding a [value](http://www.iana.org/assignments/language-subtag-registry/language-subtag-registry) to the `lang` +Please consider specifying the language of your content by adding a [value](https://www.iana.org/assignments/language-subtag-registry/language-subtag-registry) to the `lang` attribute in the `` as in this example: ```html diff --git a/src/doc/css.md b/src/doc/css.md index ac853ef84a..031a2aa16c 100644 --- a/src/doc/css.md +++ b/src/doc/css.md @@ -72,7 +72,7 @@ visually, while still have its content accessible to screen readers. See also: * [CSS in Action: Invisible Content Just for Screen Reader - Users](http://webaim.org/techniques/css/invisiblecontent/) + Users](https://webaim.org/techniques/css/invisiblecontent/) * [Hiding content for accessibility](https://snook.ca/archives/html_and_css/hiding-content-for-accessibility) * [HTML5 Boilerplate - Issue #194](https://github.com/h5bp/html5-boilerplate/issues/194). @@ -108,8 +108,8 @@ we use the [micro clearfix](http://nicolasgallagher.com/micro-clearfix-hack/). ## Media Queries HTML5 Boilerplate makes it easy for you to get started with a -[_mobile first_](http://www.lukew.com/presos/preso.asp?26) and [_responsive web -design_](http://alistapart.com/article/responsive-web-design) approach to +[_mobile first_](https://www.lukew.com/presos/preso.asp?26) and [_responsive web +design_](https://alistapart.com/article/responsive-web-design) approach to development. But it's worth remembering that there are [no silver bullets](https://cloudfour.com/thinks/css-media-query-for-mobile-is-fools-gold/). diff --git a/src/doc/html.md b/src/doc/html.md index 0b3b802493..ae925f789c 100644 --- a/src/doc/html.md +++ b/src/doc/html.md @@ -23,7 +23,7 @@ FOUC](https://www.paulirish.com/2009/avoiding-the-fouc-v3/). ## Language Attribute -Please consider specifying the language of your content by adding a [value](http://www.iana.org/assignments/language-subtag-registry/language-subtag-registry) to the `lang` +Please consider specifying the language of your content by adding a [value](https://www.iana.org/assignments/language-subtag-registry/language-subtag-registry) to the `lang` attribute in the `` as in this example: ```html