Skip to content

Commit 23d39ac

Browse files
committed
docs(README): fix SABNF link
1 parent 4498f0f commit 23d39ac

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
@@ -63,7 +63,7 @@ You can install `openapi-path-templating` using `npm`:
6363
### Usage
6464

6565
`openapi-path-templating` currently supports **parsing**, **validation** and **resolution**.
66-
Both parser and validator are based on a superset of [ABNF](https://www.rfc-editor.org/rfc/rfc5234) ([SABNF](https://cs.github.com/ldthomas/apg-js2/blob/master/SABNF.md))
66+
Both parser and validator are based on a superset of [ABNF](https://www.rfc-editor.org/rfc/rfc5234) ([SABNF](https://github.com/ldthomas/apg-js2/blob/master/SABNF.md))
6767
and use [apg-lite](https://github.com/ldthomas/apg-lite) parser generator.
6868

6969
#### Parsing

0 commit comments

Comments
 (0)