From 790a78e3cf1ec8610699ed34255d459f84a92a18 Mon Sep 17 00:00:00 2001 From: Boris Verkhovskiy Date: Mon, 3 Jun 2024 13:31:20 -0600 Subject: Remove bare links --- jq.html.markdown | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'jq.html.markdown') diff --git a/jq.html.markdown b/jq.html.markdown index dded34cb..bfcc9ecc 100644 --- a/jq.html.markdown +++ b/jq.html.markdown @@ -902,9 +902,9 @@ jq -n ' # - `def f($a; $b): ...;` is a shorthand for: `def f(a; b): a as $a | b as $b | ...` ``` - ## Further Reading -- https://stedolan.github.io/jq/manual/ -- https://github.com/stedolan/jq/wiki/jq-Language-Description -- https://github.com/stedolan/jq/wiki/Cookbook -- https://github.com/stedolan/jq/blob/master/src/builtin.jq + +- [jq Manual](https://jqlang.github.io/jq/manual/) +- [Language Description](https://github.com/jqlang/jq/wiki/jq-Language-Description) +- [Cookbook](https://github.com/jqlang/jq/wiki/Cookbook) +- [builtin.jq](https://github.com/jqlang/jq/blob/master/src/builtin.jq) -- cgit v1.2.3