Skip to content

Commit bb6cc34

Browse files
authored
fix(api): fixed link to HSTS docs (#99)
1 parent f62a1b9 commit bb6cc34

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/grader/charts.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ export const TEST_TOPIC_LINKS = new Map([
7575
],
7676
[
7777
"strict-transport-security",
78-
"/en-US/docs/Web/Security/Practical_implementation_guides/TLS#http_strict_transport_security",
78+
"/en-US/docs/Web/Security/Practical_implementation_guides/TLS#http_strict_transport_security_implementation",
7979
],
8080
["subresource-integrity", "/en-US/docs/Web/Security/Subresource_Integrity"],
8181
[

0 commit comments

Comments
 (0)