summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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]