Skip to content

Commit

Permalink
s/http/https/g
Browse files Browse the repository at this point in the history
  • Loading branch information
andreldm committed Aug 7, 2019
1 parent abd4ede commit 6de3f21
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion README
Original file line number Diff line number Diff line change
Expand Up @@ -42,5 +42,5 @@ How to report bugs?
===================

Bugs should be reported to the Xfce bug tracking system
(http://bugzilla.xfce.org, product Mousepad). You will need to create
(https://bugzilla.xfce.org, product Mousepad). You will need to create
an account for yourself.
2 changes: 1 addition & 1 deletion autogen.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ mkdir -p m4/ || exit $?
autogen.sh: You don't seem to have the Xfce development tools installed on
your system, which are required to build this software.
Please install the xfce4-dev-tools package first, it is available
from http://www.xfce.org/.
from https://www.xfce.org/.
EOF
exit 1
}
Expand Down
2 changes: 1 addition & 1 deletion configure.ac.in
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ dnl *** Initialize autoconf ***
dnl ***************************
AC_COPYRIGHT([Copyright (c) 2007-2010
The Xfce development team. All rights reserved.])
AC_INIT([Mousepad], [mousepad_version], [http://bugzilla.xfce.org/], [mousepad])
AC_INIT([Mousepad], [mousepad_version], [https://bugzilla.xfce.org/], [mousepad])
AC_PREREQ([2.50])
AC_CONFIG_MACRO_DIR([m4])
AC_CANONICAL_TARGET()
Expand Down
4 changes: 2 additions & 2 deletions mousepad/mousepad-dialogs.c
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ mousepad_dialogs_show_about (GtkWindow *parent)
"program-name", PACKAGE_NAME,
"version", PACKAGE_VERSION,
"translator-credits", _("translator-credits"),
"website", "http://www.xfce.org/",
"website", "https://www.xfce.org/",
NULL);
}

Expand Down Expand Up @@ -95,7 +95,7 @@ mousepad_dialogs_show_help (GtkWindow *parent,
else
screen = gdk_screen_get_default ();

uri = "http://docs.xfce.org";
uri = "https://docs.xfce.org";

/* try to run the documentation browser */
if (!gtk_show_uri (screen, uri, gtk_get_current_event_time (), &error))
Expand Down
4 changes: 2 additions & 2 deletions org.xfce.mousepad.policy.in.in
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE policyconfig PUBLIC
"-//freedesktop//DTD PolicyKit Policy Configuration 1.0//EN"
"http://www.freedesktop.org/standards/PolicyKit/1/policyconfig.dtd">
"https://www.freedesktop.org/standards/PolicyKit/1/policyconfig.dtd">
<policyconfig>

<!--
Expand All @@ -11,7 +11,7 @@
-->

<vendor>Mousepad</vendor>
<vendor_url>http://xfce.org/</vendor_url>
<vendor_url>https://xfce.org/</vendor_url>
<icon_name>accessories-text-editor</icon_name>


Expand Down

0 comments on commit 6de3f21

Please sign in to comment.