Skip to content

Commit 7a22a33

Browse files
committed
Docs: fix broken links
1 parent 0adda79 commit 7a22a33

File tree

3 files changed

+7
-4
lines changed

3 files changed

+7
-4
lines changed

doc/TOC.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
* [CSS](css.md) — A guide to the default CSS.
1414
* [JavaScript](js.md) — A guide to the default JavaScript.
1515
* [.htaccess](https://github.com/h5bp/server-configs/blob/master/apache/README.md)
16-
— All about the Apache web server config (also see our
16+
— All about the Apache web server configs (also see our
1717
[alternative server configs](https://github.com/h5bp/server-configs)).
1818
* [crossdomain.xml](crossdomain.md) — An introduction to making use of
1919
crossdomain requests.

doc/html.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,8 @@ spec](http://www.whatwg.org/specs/web-apps/current-work/complete/semantics.html#
3838
(4.2.5.5 Specifying the document's character encoding), add your charset
3939
declaration early (before any ASCII art ;) to avoid a potential
4040
[encoding-related security
41-
issue](http://code.google.com/p/doctype/wiki/ArticleUtf7) in IE. It should come
42-
in the first [1024
41+
issue](http://code.google.com/p/doctype-mirror/wiki/ArticleUtf7) in IE. It
42+
should come in the first [1024
4343
bytes](http://www.whatwg.org/specs/web-apps/current-work/multipage/semantics.html#charset).
4444

4545
The charset should also come before the `<title>` tag, due to [potential XSS

doc/usage.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,10 @@ get you started. [About the JavaScript](js.md).
6363

6464
### .htaccess
6565

66-
The default web server config is for Apache. [About the .htaccess](htaccess.md).
66+
The default web server config is for Apache. For more information, please refer
67+
to the [`.htaccess`
68+
documentation](https://github.com/h5bp/server-configs/blob/master/apache/README.md)
69+
in the [server configs](https://github.com/h5bp/server-configs) project.
6770

6871
Host your site on a server other than Apache? You're likely to find the
6972
corresponding configuration file in our [server configs

0 commit comments

Comments
 (0)