From bdbef03e26047a1f59152f97d23663cf93a7108e Mon Sep 17 00:00:00 2001 From: armoha Date: Wed, 5 Jan 2022 09:56:22 +0900 Subject: [PATCH] Fix broken link in `optional-semicolons-prototype` (#2028) --- resources/optional-semicolons-prototype.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/optional-semicolons-prototype.md b/resources/optional-semicolons-prototype.md index cab6e7d257..f70d6a87aa 100644 --- a/resources/optional-semicolons-prototype.md +++ b/resources/optional-semicolons-prototype.md @@ -1,7 +1,7 @@ This is a quick write-up of the investigation I did around optional semicolons after writing the [Terminating Tokens][] proposal. -[terminating tokens]: https://github.com/dart-lang/language/tree/master/working/terminating-tokens +[terminating tokens]: https://github.com/dart-lang/language/tree/master/inactive/terminating-tokens.md That proposal was a thorough experiment to see if it's possible to make semicolons optional with a minimum of breakage to existing code. I think the