summaryrefslogtreecommitdiffstats
path: root/docs/content/3.manual/v1.3/manual.yml
diff options
context:
space:
mode:
Diffstat (limited to 'docs/content/3.manual/v1.3/manual.yml')
-rw-r--r--docs/content/3.manual/v1.3/manual.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/content/3.manual/v1.3/manual.yml b/docs/content/3.manual/v1.3/manual.yml
index 0f481451..df7b7552 100644
--- a/docs/content/3.manual/v1.3/manual.yml
+++ b/docs/content/3.manual/v1.3/manual.yml
@@ -857,12 +857,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":"jq!"}`:
- http://www.google.com/search?q=jq%21
+ https://www.google.com/search?q=jq%21
Note that the slashes, question mark, etc. in the URL are
not escaped, as they were part of the string literal.