javascript-tutorial / en.javascript.info

Modern JavaScript Tutorial
https://javascript.info
Other
23.05k stars 3.82k forks source link

fix link to ECMA-262 specification #3691

Open sneeed opened 2 months ago

sneeed commented 2 months ago

old link was broken

CLAassistant commented 2 months ago

CLA assistant check
All committers have signed the CLA.

slevithan commented 3 weeks ago

This PR is incorrect. It arbitrarily links to the ancient v5.1 of the spec.

The current link is fine. It just redirects to https://ecma-international.org/publications-and-standards/standards/ecma-262/

Three options:

  1. Keep the current link, which redirects.
  2. Update to the new URL (redirect target).
  3. Use https://tc39.es/ecma262/ which is always the most up-to-date ECMAScript spec (including any finished proposals).

Any of the above seem okay, but not accepting this PR as is.

javascript-translate-bot commented 3 weeks ago

Please make the requested changes. After it, add a comment "/done".
Then I'll ask for a new review :ghost:

sneeed commented 3 weeks ago

/done

Thanks for the feedback.

I think your option 3 would be best and changed it accordingly.