Skip to content

Commit 859f275

Browse files
authored
Merge pull request #2168 from h5bp/minor-docs-link-updates
HTTPS link to www.robotstxt.org and remove repeat links to normalize.css
2 parents 1cdbbd1 + 666c6fd commit 859f275

File tree

4 files changed

+8
-12
lines changed

4 files changed

+8
-12
lines changed

dist/doc/css.md

+3-5
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,7 @@ your development preferences happen to be.
1818
## Normalize.css
1919

2020
In order to make browsers render all elements more consistently and in line
21-
with modern standards, we include
22-
[Normalize.css](https://necolas.github.io/normalize.css/) — a modern, HTML5-ready
21+
with modern standards, we include Normalize.css — a modern, HTML5-ready
2322
alternative to CSS resets.
2423

2524
As opposed to CSS resets, Normalize.css:
@@ -32,8 +31,7 @@ As opposed to CSS resets, Normalize.css:
3231
* has better documentation
3332

3433
For more information about Normalize.css, please refer to its [project
35-
page](https://necolas.github.com/normalize.css/), as well as this
36-
[blog post](http://nicolasgallagher.com/about-normalize-css/).
34+
page](https://necolas.github.io/normalize.css/).
3735

3836

3937
## main.css
@@ -48,4 +46,4 @@ styles:
4846
* style the prompt that is displayed to users using an outdated browser
4947
* and more...
5048

51-
These styles are included in [main.css](https://github.com/h5bp/html5-boilerplate/blob/master/dist/css/main.css). See the [main.css](https://github.com/h5bp/main.css) project [documentation](https://github.com/h5bp/main.css/blob/master/README.md#features) for a full discussion of these styles.
49+
These styles are included in [main.css](https://github.com/h5bp/html5-boilerplate/blob/master/dist/css/main.css). See the [main.css](https://github.com/h5bp/main.css) project [documentation](https://github.com/h5bp/main.css/blob/master/README.md#features) for a full discussion of these styles.

dist/doc/misc.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ you want to block access to private content, use proper authentication instead.
137137

138138
For more information about `robots.txt`, please see:
139139

140-
* [robotstxt.org](http://www.robotstxt.org/)
140+
* [robotstxt.org](https://www.robotstxt.org/)
141141
* [How Google handles the `robots.txt` file](https://developers.google.com/webmasters/control-crawl-index/docs/robots_txt)
142142

143143
## humans.txt

src/doc/css.md

+3-5
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,7 @@ your development preferences happen to be.
1818
## Normalize.css
1919

2020
In order to make browsers render all elements more consistently and in line
21-
with modern standards, we include
22-
[Normalize.css](https://necolas.github.io/normalize.css/) — a modern, HTML5-ready
21+
with modern standards, we include Normalize.css — a modern, HTML5-ready
2322
alternative to CSS resets.
2423

2524
As opposed to CSS resets, Normalize.css:
@@ -32,8 +31,7 @@ As opposed to CSS resets, Normalize.css:
3231
* has better documentation
3332

3433
For more information about Normalize.css, please refer to its [project
35-
page](https://necolas.github.com/normalize.css/), as well as this
36-
[blog post](http://nicolasgallagher.com/about-normalize-css/).
34+
page](https://necolas.github.io/normalize.css/).
3735

3836

3937
## main.css
@@ -48,4 +46,4 @@ styles:
4846
* style the prompt that is displayed to users using an outdated browser
4947
* and more...
5048

51-
These styles are included in [main.css](https://github.com/h5bp/html5-boilerplate/blob/master/dist/css/main.css). See the [main.css](https://github.com/h5bp/main.css) project [documentation](https://github.com/h5bp/main.css/blob/master/README.md#features) for a full discussion of these styles.
49+
These styles are included in [main.css](https://github.com/h5bp/html5-boilerplate/blob/master/dist/css/main.css). See the [main.css](https://github.com/h5bp/main.css) project [documentation](https://github.com/h5bp/main.css/blob/master/README.md#features) for a full discussion of these styles.

src/doc/misc.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ you want to block access to private content, use proper authentication instead.
137137

138138
For more information about `robots.txt`, please see:
139139

140-
* [robotstxt.org](http://www.robotstxt.org/)
140+
* [robotstxt.org](https://www.robotstxt.org/)
141141
* [How Google handles the `robots.txt` file](https://developers.google.com/webmasters/control-crawl-index/docs/robots_txt)
142142

143143
## humans.txt

0 commit comments

Comments
 (0)