diff --git a/.jshintrc b/.jshintrc index 8b2a0be485..e0b593edfe 100644 --- a/.jshintrc +++ b/.jshintrc @@ -1,7 +1,7 @@ { // Enforcing options - // http://www.jshint.com/docs/options/#enforcing-options + // http://jshint.com//docs/options/#enforcing-options "bitwise": true, "eqeqeq": true, @@ -16,14 +16,14 @@ // - - - - - - - - - - - - - - - - - - - - - - - - - - - // Relaxing options - // http://www.jshint.com/docs/options/#relaxing-options + // http://jshint.com//docs/options/#relaxing-options "esnext": true, // - - - - - - - - - - - - - - - - - - - - - - - - - - - // Environments - // http://www.jshint.com/docs/options/#environments + // http://jshint.com//docs/options/#environments "browser": true, "jquery": true, diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 20857892c3..878f6eeffc 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -1,6 +1,6 @@ # Contributing to HTML5 Boilerplate -♥ [HTML5 Boilerplate](https://html5boilerplate.com) and want to get involved? +♥ [HTML5 Boilerplate](https://html5boilerplate.com/) and want to get involved? Thanks! There are plenty of ways you can help! Please take a moment to review this document in order to make the contribution diff --git a/README.md b/README.md index 374215ed98..619ceb4f36 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# [HTML5 Boilerplate](https://html5boilerplate.com) +# [HTML5 Boilerplate](https://html5boilerplate.com/) [![Build Status](https://travis-ci.org/h5bp/html5-boilerplate.svg)](https://travis-ci.org/h5bp/html5-boilerplate) [![devDependency Status](https://david-dm.org/h5bp/html5-boilerplate/dev-status.svg)](https://david-dm.org/h5bp/html5-boilerplate#info=devDependencies) @@ -11,7 +11,7 @@ combined community knowledge. It does not impose a specific development philosophy or framework, so you're free to architect your code in the way that you want. -* Homepage: [https://html5boilerplate.com](https://html5boilerplate.com) +* Homepage: [https://html5boilerplate.com/](https://html5boilerplate.com/) * Source: [https://github.com/h5bp/html5-boilerplate](https://github.com/h5bp/html5-boilerplate) * Twitter: [@h5bp](https://twitter.com/h5bp) @@ -22,7 +22,7 @@ Choose one of the following options: 1. Download the latest stable release from [html5boilerplate.com](https://html5boilerplate.com/) or create a - custom build using [Initializr](http://www.initializr.com). + custom build using [Initializr](http://www.initializr.com/). 2. Clone the git repo — `git clone https://github.com/h5bp/html5-boilerplate.git` - and checkout the [tagged release](https://github.com/h5bp/html5-boilerplate/releases) @@ -37,7 +37,7 @@ Choose one of the following options: * [`Normalize.css`](https://necolas.github.com/normalize.css/) for CSS normalizations and common bug fixes * [`jQuery`](https://jquery.com/) via CDN, with a local fallback - * A custom build of [`Modernizr`](https://modernizr.com/) for feature + * A custom build of [`Modernizr`](https://modernizr.com/) for feature detection * [`Apache Server Configs`](https://github.com/h5bp/server-configs-apache) that, among other, improve the web site's performance and security diff --git a/src/404.html b/src/404.html index 8d7925a892..778d7eadbd 100644 --- a/src/404.html +++ b/src/404.html @@ -57,4 +57,4 @@
Sorry, but the page you were trying to view does not exist.