summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAnne Jan Brouwer <annejan@noprotocol.com>2015-11-03 15:01:29 +0100
committerAnne Jan Brouwer <annejan@noprotocol.com>2015-11-03 15:01:29 +0100
commit87774a3c9572b26dca1bc3ca2483a9ebfdc34dbb (patch)
tree5cf9ee476e7fdba29aef71021645b4fa788511d2
parentfe977815729b8d2bd08cd85fd6f723f8d0be7bbe (diff)
Consistensy in httpsv1.0.4
-rw-r--r--README.md2
-rw-r--r--qtpass.iss2
2 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index feee5883..d6efc0e8 100644
--- a/README.md
+++ b/README.md
@@ -69,6 +69,6 @@ Further reading
---------------
[FAQ](FAQ.md) and [CONTRIBUTING](CONTRIBUTING.md) documentation.
-[Documentation](http://qtpass.org/)
+[Documentation](https://qtpass.org/)
[Source code](https://github.com/IJHack/qtpass)
diff --git a/qtpass.iss b/qtpass.iss
index cc9b4491..444ce72a 100644
--- a/qtpass.iss
+++ b/qtpass.iss
@@ -4,7 +4,7 @@
#define MyAppName "QtPass"
#define MyAppVersion "1.0.4"
#define MyAppPublisher "IJhack"
-#define MyAppURL "http://qtpass.org/"
+#define MyAppURL "https://qtpass.org/"
#define MyAppExeName "qtpass.exe"
[Setup]