-
-
Notifications
You must be signed in to change notification settings - Fork 224
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature/1479 fix ecma url #1487
Conversation
✅ Deploy Preview for js-primer ready!
To edit notification comments on pull requests, go to your Netlify site settings. |
.textlintrc.js
Outdated
// .es が正式なのか不明であるため | ||
// https://github.com/tc39/ecma262/pull/1576 | ||
"https:/tc39.github.io/**" | ||
"https://tc39.es/ecma262/**" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
これはリダイレクトの検知防止なので単純に https:/tc39.github.io/**
を削除で大丈夫だと思います。
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This reverts commit d56ad16.
@@ -40,7 +40,7 @@ ES5.1からES2015がでるまで4年もの歳月がかかっているのに対 | |||
## Living StandardとなるECMAScript {#living-standard} | |||
|
|||
現在、ECMAScriptの仕様書のドラフトはGitHub上の[tc39/ecma262][]で管理されており、日々更新されています。 | |||
そのため、本当の意味での最新のECMAScript仕様は<https://tc39.github.io/ecma262/>となります。 | |||
そのため、本当の意味での最新のECMAScript仕様は<https://tc39.es/ecma262/>となります。 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
📝 本文的な変更箇所
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM.
ありがとうございました!
#1479
使用されている箇所は https://tc39.es/ecma262/ に変更しました!
ご確認お願いします。(READMEのみでよければ別途その変更のみのprを作ります)