From fb9d6676fe7f3462c28d767440b506c1b35894d6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Enrico=20Tr=C3=B6ger?= Date: Sun, 8 Oct 2023 15:39:48 +0200 Subject: [PATCH] Update URLs to use https consistenly Most URLs just needed to prefixed with https. Some other URLs were outdated or broken and got updated to the recent location. --- HACKING | 10 +++++----- README.I18N | 8 ++++---- data/filedefs/filetypes.Clojure.conf | 2 +- data/filedefs/filetypes.Groovy.conf | 4 ++-- data/filedefs/filetypes.julia | 2 +- data/templates/files/main.md | 4 ++-- data/ui_toolbar.xml | 2 +- doc/geany.txt | 16 ++++++++-------- doc/plugins.dox | 4 ++-- doc/pluginsignals.c | 2 +- geany.nsi.in | 4 ++-- geany_private.rc | 2 +- plugins/demoplugin.c | 2 +- scripts/create_py_tags.py | 2 +- scripts/gen-api-gtkdoc.py | 2 +- src/editor.c | 2 +- src/geanywraplabel.c | 2 +- src/keybindings.c | 2 +- src/sciwrappers.c | 6 +++--- src/tagmanager/tm_source_file.c | 4 ++-- src/toolbar.c | 2 +- src/ui_utils.c | 2 +- 22 files changed, 43 insertions(+), 43 deletions(-) diff --git a/HACKING b/HACKING index af5ea9e08e..ed06ef3345 100644 --- a/HACKING +++ b/HACKING @@ -98,10 +98,10 @@ See `Committing`_ for more information. Windows tools ------------- -* Git: http://git-scm.com/ and http://msysgit.github.io/ -* diff, grep, etc: http://mingw.org/ or http://unxutils.sourceforge.net/ +* Git: https://git-scm.com/ and https://gitforwindows.org/ +* diff, grep, etc: https://www.msys2.org/ or https://unxutils.sourceforge.net/ -See also the 'Building on Windows' document on the website. +See also the Geany wiki on how to build Geany on Windows at https://wiki.geany.org/howtos/win32/msys2. File organization ----------------- @@ -494,7 +494,7 @@ Libraries --------- We try to use an unmodified version of Scintilla - any new lexers or other changes should be passed on to the maintainers at -http://scintilla.org. We normally update to a new Scintilla release +https://scintilla.org. We normally update to a new Scintilla release shortly after one is made. See also scintilla/README. We use an unmodified subset of universal-ctags sources @@ -536,7 +536,7 @@ first (scintilla or ctags). If you want to reuse an existing lexer and/or tag parser, making a custom filetype is probably easier - it doesn't require any changes to the source code. Follow instructions in the manual: -http://geany.org/manual/index.html#custom-filetypes. Don't forget to +https://geany.org/manual/index.html#custom-filetypes. Don't forget to update the ``[Groups]`` section in ``filetype_extensions.conf``. .. warning:: diff --git a/README.I18N b/README.I18N index 279b4b263d..c30d68cfcb 100644 --- a/README.I18N +++ b/README.I18N @@ -74,7 +74,7 @@ translation issues and will contact the maintainer of the translation you want to update to avoid any conflicts. Some translation statistics can be found at: -http://i18n.geany.org/ +https://i18n.geany.org/ I18n mailing list @@ -84,7 +84,7 @@ There is also a mailing list dedicated to translation issues. Please visit https://www.geany.org/Support/MailingList#geany-i18 for more information. -[1] http://i18n.geany.org/ -[2] http://www.poedit.net/ -[3] https://www.geany.org/Support/MailingList#geany-i18 +[1] https://i18n.geany.org/ +[2] https://www.poedit.net/ +[3] https://www.geany.org/support/mailing-lists/#geany-i18n [4] Frank Lanitz diff --git a/data/filedefs/filetypes.Clojure.conf b/data/filedefs/filetypes.Clojure.conf index 07d56269ce..9645e5e71d 100644 --- a/data/filedefs/filetypes.Clojure.conf +++ b/data/filedefs/filetypes.Clojure.conf @@ -30,7 +30,7 @@ comment_single=; comment_use_indent=true # context action command (please see Geany's main documentation for details) -context_action_cmd=xdg-open "http://clojure.github.com/clojure/clojure.core-api.html#clojure.core/%s" +context_action_cmd=xdg-open "https://clojure.github.io/clojure/clojure.core-api.html#clojure.core/%s" [indentation] width=2 diff --git a/data/filedefs/filetypes.Groovy.conf b/data/filedefs/filetypes.Groovy.conf index 000854080c..9d6db2bc35 100644 --- a/data/filedefs/filetypes.Groovy.conf +++ b/data/filedefs/filetypes.Groovy.conf @@ -2,9 +2,9 @@ stringeol=string_1 [keywords] -# http://docs.groovy-lang.org/docs/next/html/documentation/#_keywords +# https://docs.groovy-lang.org/docs/next/html/documentation/#_keywords primary=as assert break case catch class const continue def default do else enum extends false finally for goto if implements import in instanceof interface new null package return super switch this throw throws trait true try while -# http://groovy-lang.org/objectorientation.html#_primitive_types +# https://groovy-lang.org/objectorientation.html#_primitive_types secondary=boolean byte char double float int long short void # documentation keywords for javadoc doccomment=author deprecated exception param return see serial serialData serialField since throws todo version diff --git a/data/filedefs/filetypes.julia b/data/filedefs/filetypes.julia index ffd8f431ed..b0581a2dff 100644 --- a/data/filedefs/filetypes.julia +++ b/data/filedefs/filetypes.julia @@ -2,7 +2,7 @@ # # For complete documentation of this file, please see Geany's main documentation # -# Keywords from pygment lexer (http://pygments.org/) +# Keywords from pygment lexer (https://pygments.org/) # and from vim parser (https://github.com/JuliaEditorSupport/julia-vim/) # diff --git a/data/templates/files/main.md b/data/templates/files/main.md index 3acf3aef13..529acd3431 100644 --- a/data/templates/files/main.md +++ b/data/templates/files/main.md @@ -43,9 +43,9 @@ Use either one of this methods: # Using hyperlinks -This is [an example](http://example.com/ "Title") inline link. +This is [an example](https://example.com/ "Title") inline link. -[This link](http://example.net/) has no title attribute. +[This link](https://example.net/) has no title attribute. # References diff --git a/data/ui_toolbar.xml b/data/ui_toolbar.xml index b82bfc81c6..11144abc87 100644 --- a/data/ui_toolbar.xml +++ b/data/ui_toolbar.xml @@ -2,7 +2,7 @@