You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/index.html
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@
3
3
<article class="markdown-body">
4
4
<h1>JSONPath Comparison</h1>
5
5
6
-
<p>See how <a href="https://goessner.net/articles/JsonPath/">JSONPath</a> is implemented across different languages.
6
+
<p>See how <a href="https://www.rfc-editor.org/rfc/rfc9535">JSONPath</a> is implemented across different languages.
7
7
See the <a href="https://github.com/cburgmer/json-path-comparison/blob/master/FAQ.md">FAQ</a> for why we are doing this and where the results come from.</p>
Copy file name to clipboardExpand all lines: src/compile_table.sh
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -163,7 +163,7 @@ header_row() {
163
163
table() {
164
164
echo"<h1>JSONPath Comparison</h1>
165
165
166
-
<p>See how <a href=\"https://goessner.net/articles/JsonPath/\">JSONPath</a> is implemented across different languages.
166
+
<p>See how <a href=\"https://www.rfc-editor.org/rfc/rfc9535\">JSONPath</a> is implemented across different languages.
167
167
See the <a href=\"https://github.com/cburgmer/json-path-comparison/blob/master/FAQ.md\">FAQ</a> for why we are doing this and where the results come from.</p>
0 commit comments