summaryrefslogtreecommitdiffhomepage
path: root/jq.html.markdown
diff options
context:
space:
mode:
authorBoris Verkhovskiy <boris.verk@gmail.com>2024-06-03 13:31:20 -0600
committerBoris Verkhovskiy <boris.verk@gmail.com>2024-06-03 13:31:20 -0600
commit790a78e3cf1ec8610699ed34255d459f84a92a18 (patch)
treea62702ae158c36167e3047f7be5d16197cff0859 /jq.html.markdown
parent29bf4c1b9f353fa3321f663dc52c1b227a1ed9e5 (diff)
Remove bare links
Diffstat (limited to 'jq.html.markdown')
-rw-r--r--jq.html.markdown10
1 files changed, 5 insertions, 5 deletions
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)