From 9d351cc1d87816c0550bbf7627baf37bbc33ff27 Mon Sep 17 00:00:00 2001 From: Baishampayan Ghose Date: Tue, 26 Sep 2023 14:23:35 +0530 Subject: [PATCH] docs: Fix links to ECMA standards in `attributes.md` The links to the ECMA-334 and ECMA-335 were broken, I have updated those to working links. --- src/attributes.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/attributes.md b/src/attributes.md index 92ce1cd09..a1ad5c60c 100644 --- a/src/attributes.md +++ b/src/attributes.md @@ -275,8 +275,8 @@ The following is an index of all built-in attributes. - [`debugger_visualizer`] — Embeds a file that specifies debugger output for a type. [Doc comments]: comments.md#doc-comments -[ECMA-334]: https://www.ecma-international.org/publications/standards/Ecma-334.htm -[ECMA-335]: https://www.ecma-international.org/publications/standards/Ecma-335.htm +[ECMA-334]: https://www.ecma-international.org/publications-and-standards/standards/ecma-334/ +[ECMA-335]: https://www.ecma-international.org/publications-and-standards/standards/ecma-335/ [Expression Attributes]: expressions.md#expression-attributes [IDENTIFIER]: identifiers.md [RAW_STRING_LITERAL]: tokens.md#raw-string-literals