From 39e2baa74125fa71c5164a87daec2edc42f3bb3f Mon Sep 17 00:00:00 2001 From: icecream17 Date: Thu, 1 Jun 2023 12:22:16 -0500 Subject: [PATCH] fix links the second "spec" link is still invalid because of https://github.com/yaml/yaml-grammar/commit/7bc2eabfc4312c13686d02cca6dd9e56c265c029 --- ReadMe.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ReadMe.md b/ReadMe.md index 0f46b94..65aaf88 100644 --- a/ReadMe.md +++ b/ReadMe.md @@ -33,11 +33,11 @@ module in every programming language. At the moment we have YAML 1.2 reference parsers in these languages: * [CoffeeScript]( - https://github.com/yaml/yaml-grammar/tree/master/parser/coffeescript/lib/grammar.coffee) + https://github.com/yaml/yaml-reference-parser/blob/main/parser-1.2/coffeescript/lib/grammar.coffee) * [JavaScript]( - https://github.com/yaml/yaml-grammar/tree/master/parser/javascript/lib/grammar.js) + https://github.com/yaml/yaml-reference-parser/blob/main/parser-1.2/javascript/lib/grammar.js) * [Perl]( - https://github.com/yaml/yaml-grammar/tree/master/parser/perl/lib/Grammar.pm) + https://github.com/yaml/yaml-reference-parser/blob/main/parser-1.2/perl/lib/Grammar.pm) The parsers pass 100% of the [YAML Test Suite]( https://github.com/yaml/yaml-test-suite/)!