Skip to content

Commit 06db8fa

Browse files
authored
Merge pull request #1408 from ghoseb/patch-1
docs: Fix links to ECMA standards in `attributes.md`
2 parents 5262e1c + 9d351cc commit 06db8fa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/attributes.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -275,8 +275,8 @@ The following is an index of all built-in attributes.
275275
- [`debugger_visualizer`] — Embeds a file that specifies debugger output for a type.
276276

277277
[Doc comments]: comments.md#doc-comments
278-
[ECMA-334]: https://www.ecma-international.org/publications/standards/Ecma-334.htm
279-
[ECMA-335]: https://www.ecma-international.org/publications/standards/Ecma-335.htm
278+
[ECMA-334]: https://www.ecma-international.org/publications-and-standards/standards/ecma-334/
279+
[ECMA-335]: https://www.ecma-international.org/publications-and-standards/standards/ecma-335/
280280
[Expression Attributes]: expressions.md#expression-attributes
281281
[IDENTIFIER]: identifiers.md
282282
[RAW_STRING_LITERAL]: tokens.md#raw-string-literals

0 commit comments

Comments
 (0)