diff --git a/draft-ietf-jsonpath-base.md b/draft-ietf-jsonpath-base.md index 602be66e..8a460049 100644 --- a/draft-ietf-jsonpath-base.md +++ b/draft-ietf-jsonpath-base.md @@ -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"} @@ -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"} diff --git a/sourcecode/abnf/jsonpath_collected_abnf b/sourcecode/abnf/jsonpath-collected.abnf similarity index 100% rename from sourcecode/abnf/jsonpath_collected_abnf rename to sourcecode/abnf/jsonpath-collected.abnf diff --git a/sourcecode/abnf/normalized_path_collected_abnf b/sourcecode/abnf/normalized-path-collected.abnf similarity index 100% rename from sourcecode/abnf/normalized_path_collected_abnf rename to sourcecode/abnf/normalized-path-collected.abnf