Skip to content

Commit a1fc1ca

Browse files
author
Francois Marier
committed
SRI: fix broken external and internal links (fixes #440)
1 parent 3da32cb commit a1fc1ca

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

specs/subresourceintegrity/spec.markdown

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ from integrity validation. The scheme specified here also applies to `link`
5555
and future versions of the specification are likely to expand this coverage.
5656

5757
[HSTS]: http://tools.ietf.org/html/rfc6797
58-
[pinned public keys]: http://tools.ietf.org/html/draft-ietf-websec-key-pinning
58+
[pinned public keys]: https://tools.ietf.org/html/rfc7469
5959

6060
<section>
6161
### Goals
@@ -127,11 +127,11 @@ The term <dfn>origin</dfn> is defined in the Origin specification.
127127
[[!RFC6454]]
128128

129129
The terms <dfn>secure document</dfn> and
130-
<dfn>secure context</dfn> are defined in [section 2 of the Secure
130+
<dfn>secure context</dfn> are defined in section 2 of the [Secure
131131
Contexts][securecontext] specification. An example of a secure document is a
132132
document loaded over HTTPS. A counterexample is a document loaded over HTTP.
133133

134-
[securecontext]: https://w3c.github.io/webappsec/specs/powerfulfeatures/#terms
134+
[securecontext]: http://www.w3.org/TR/powerful-features/
135135
[secure context]: #dfn-secure-context
136136
[secure document]: #dfn-secure-document
137137

@@ -223,7 +223,7 @@ result of the following command line:
223223

224224
echo -n "alert('Hello, world.');" | openssl dgst -sha256 -binary | openssl enc -base64 -A
225225

226-
[csp2-section42]: http://www.w3.org/TR/CSP11/#source-list-syntax
226+
[csp2-section42]: http://www.w3.org/TR/CSP2/#source-list-syntax
227227
[openssl]: http://www.openssl.org/
228228
</div>
229229

@@ -342,7 +342,7 @@ only deliver integrity metadata on a [potentially secure origin][]. See
342342
{:.note}
343343

344344
[uri-origin]: http://tools.ietf.org/html/rfc6454#section-4
345-
[Non-secure contexts remain non-secure]: #non-secure-contexts-remain-non-secure-1
345+
[Non-secure contexts remain non-secure]: #non-secure-contexts-remain-non-secure
346346

347347
The following algorithm details these restrictions:
348348

@@ -693,7 +693,7 @@ algorithms as defined in [section 5 of the Mixed
693693
Content][mixedcontent-algorithms]
694694
specification.
695695

696-
[Securing the Web]: https://w3ctag.github.io/web-https/
696+
[Securing the Web]: http://www.w3.org/2001/tag/doc/web-https
697697
[mixedcontent-algorithms]: http://www.w3.org/TR/mixed-content/#algorithms
698698
</section><!-- /Security::Non-secure contexts remain non-secure -->
699699

0 commit comments

Comments
 (0)