summaryrefslogtreecommitdiffstats
path: root/share/extensions/launch_webbrowser.py
diff options
context:
space:
mode:
Diffstat (limited to 'share/extensions/launch_webbrowser.py')
-rwxr-xr-xshare/extensions/launch_webbrowser.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/share/extensions/launch_webbrowser.py b/share/extensions/launch_webbrowser.py
index 225484393..fb2ccfd87 100755
--- a/share/extensions/launch_webbrowser.py
+++ b/share/extensions/launch_webbrowser.py
@@ -11,7 +11,7 @@ class VisitWebSiteWithoutLockingInkscape(threading.Thread):
threading.Thread.__init__ (self)
parser = OptionParser()
parser.add_option("-u", "--url", action="store", type="string",
- default="http://www.inkscape.org/",
+ default="https://www.inkscape.org/",
dest="url", help="The URL to open in web browser")
(self.options, args) = parser.parse_args()