summaryrefslogtreecommitdiff
path: root/doc/userscripts.asciidoc
diff options
context:
space:
mode:
Diffstat (limited to 'doc/userscripts.asciidoc')
-rw-r--r--doc/userscripts.asciidoc4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/userscripts.asciidoc b/doc/userscripts.asciidoc
index 804ef5a34..747340454 100644
--- a/doc/userscripts.asciidoc
+++ b/doc/userscripts.asciidoc
@@ -76,13 +76,13 @@ you should append to the file (`>>` in bash) rather than overwrite it (`>`).
Examples
--------
-Opening the currently selected word on http://www.dict.cc/[dict.cc]:
+Opening the currently selected word on https://www.dict.cc/[dict.cc]:
[source,bash]
----
#!/bin/bash
-echo "open -t http://www.dict.cc/?s=$QUTE_SELECTED_TEXT" >> "$QUTE_FIFO"
+echo "open -t https://www.dict.cc/?s=$QUTE_SELECTED_TEXT" >> "$QUTE_FIFO"
----
Libraries