Skip to content

Commit

Permalink
doc: Fix JSON syntax in topics.json
Browse files Browse the repository at this point in the history
  • Loading branch information
cederberg committed Aug 25, 2022
1 parent f206e4e commit fbc6628
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/topics.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
] },
{ "topic": "Plug-In: HTTP", "url": "doc/plugin-http.html", "children": [
{ "topic": "1. Built-in Procedure & Procedure Type", "url": "doc/plugin-http.html#builtins" },
{ "topic": "2. Result Mappings", "url": "doc/plugin-http.html#results" }
{ "topic": "2. Result Mappings", "url": "doc/plugin-http.html#results" },
{ "topic": "3. Parameter Substitution", "url": "doc/plugin-http.html#params" }
] },
{ "topic": "Plug-In: JDBC", "url": "doc/plugin-jdbc.html", "children": [
Expand Down

0 comments on commit fbc6628

Please sign in to comment.