Skip to content

Commit 747d7ba

Browse files
authored
update invalid link of PEGjs on README
1 parent ba195a8 commit 747d7ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ Allows you to edit xcodeproject files and write them back out.
4747

4848
If there's a problem parsing, you will want to edit the grammar under
4949
`lib/parser/pbxproj.pegjs`. You can test it online with the PEGjs online thingy
50-
at http://pegjs.majda.cz/online - I have had some mixed results though.
50+
at https://pegjs.org/online - I have had some mixed results though.
5151

5252
Tests under the `test/parser` directory will compile the parser from the
5353
grammar. Other tests will use the prebuilt parser (`lib/parser/pbxproj.js`).

0 commit comments

Comments
 (0)