We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ba195a8 + 747d7ba commit fadff44Copy full SHA for fadff44
README.md
@@ -47,7 +47,7 @@ Allows you to edit xcodeproject files and write them back out.
47
48
If there's a problem parsing, you will want to edit the grammar under
49
`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.
+at https://pegjs.org/online - I have had some mixed results though.
51
52
Tests under the `test/parser` directory will compile the parser from the
53
grammar. Other tests will use the prebuilt parser (`lib/parser/pbxproj.js`).
0 commit comments