summaryrefslogtreecommitdiffstats
path: root/docs/content/3.manual/v1.4/manual.yml
diff options
context:
space:
mode:
Diffstat (limited to 'docs/content/3.manual/v1.4/manual.yml')
-rw-r--r--docs/content/3.manual/v1.4/manual.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/content/3.manual/v1.4/manual.yml b/docs/content/3.manual/v1.4/manual.yml
index 3933b4d5..edad0fc6 100644
--- a/docs/content/3.manual/v1.4/manual.yml
+++ b/docs/content/3.manual/v1.4/manual.yml
@@ -1259,12 +1259,12 @@ sections:
escaped. However, all interpolations made inside that string
literal will be escaped. For instance,
- @uri "http://www.google.com/search?q=\(.search)"
+ @uri "https://www.google.com/search?q=\(.search)"
will produce the following output for the input
`{"search":"what is jq?"}`:
- "http://www.google.com/search?q=what%20is%20jq%3f"
+ "https://www.google.com/search?q=what%20is%20jq%3f"
Note that the slashes, question mark, etc. in the URL are
not escaped, as they were part of the string literal.