Skip to content

Commit

Permalink
Rename collected ABNF files as per kramdown-rfc 1.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
cabo committed Sep 27, 2023
1 parent 07b73e2 commit 69a28fd
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions draft-ietf-jsonpath-base.md
Original file line number Diff line number Diff line change
Expand Up @@ -2291,7 +2291,7 @@ throughout the document.
syntax of a JSONPath query.

~~~ abnf
{::include sourcecode/abnf/jsonpath_collected_abnf}
{::include sourcecode/abnf/jsonpath-collected.abnf}
~~~
{: #jsonpath-abnf title="Collected ABNF of JSONPath queries"}

Expand All @@ -2300,7 +2300,7 @@ defines the syntax of a JSONPath Normalized Path, while also using the rules
`root-identifier`, `ESC`, `DIGIT`, and `DIGIT1` from {{jsonpath-abnf}}.

~~~ abnf
{::include sourcecode/abnf/normalized_path_collected_abnf}
{::include sourcecode/abnf/normalized-path-collected.abnf}
~~~
{: #normalized-path-abnf title="Collected ABNF of JSONPath Normalized Paths"}

Expand Down
File renamed without changes.

0 comments on commit 69a28fd

Please sign in to comment.