[geany/geany] 592c68: Update some links to HTTPS

Deimos715 git-noreply at xxxxx
Sat Jun 2 22:02:14 UTC 2018


Branch:      refs/heads/master
Author:      Deimos715 <32176134+Deimos715 at users.noreply.github.com>
Committer:   Matthew Brush <matt at geany.org>
Date:        Sat, 02 Jun 2018 22:02:14 UTC
Commit:      592c68b123a5414360581e2552dfcb5749745bee
             https://github.com/geany/geany/commit/592c68b123a5414360581e2552dfcb5749745bee

Log Message:
-----------
Update some links to HTTPS

See also b10b2a716784d7fa3fd953ebde55982c39878313 (PR #1840)

Closes #1868


Modified Paths:
--------------
    README
    src/geany.h

Modified: README
4 lines changed, 2 insertions(+), 2 deletions(-)
===================================================================
@@ -52,7 +52,7 @@ Requirements
 For compiling Geany yourself, you will need the GTK2 (>= 2.24) or
 GTK3 libraries and header files. You will also need its dependency libraries
 and header files, such as Pango, Glib and ATK. All these files are
-available at http://www.gtk.org.
+available at https://www.gtk.org.
 
 Furthermore you need, of course, a C compiler and the Make tool; a C++
 compiler is also needed for the required Scintilla library included. The
@@ -73,7 +73,7 @@ and open the online version instead when requested.
     Building Geany from source on Mac OS and Windows is more complicated
     and is out of scope of this document. For more information on
     building instructions for these platforms, please check the wiki
-    at http://wiki.geany.org/howtos/.
+    at https://wiki.geany.org/howtos/.
 
 Installing from a Git clone
 +++++++++++++++++++++++++++


Modified: src/geany.h
2 lines changed, 1 insertions(+), 1 deletions(-)
===================================================================
@@ -44,7 +44,7 @@ G_BEGIN_DECLS
 #define GEANY_TAGS_SUBDIR				"tags"
 #define GEANY_CODENAME					"Keong"
 #define GEANY_HOMEPAGE					"https://www.geany.org/"
-#define GEANY_WIKI						"http://wiki.geany.org/"
+#define GEANY_WIKI						"https://wiki.geany.org/"
 #define GEANY_BUG_REPORT				"https://www.geany.org/Support/Bugs"
 #define GEANY_DONATE					"https://www.geany.org/service/donate/"
 #define GEANY_STRING_UNTITLED			_("untitled")



--------------
This E-Mail was brought to you by github_commit_mail.py (Source: https://github.com/geany/infrastructure).


More information about the Commits mailing list