Most URLs just needed to prefixed with https. Some other URLs were outdated or broken and got updated to the recent location. You can view, comment on, or merge this pull request online at:
https://github.com/geany/geany/pull/3583
-- Commit Summary --
* Update URLs to use https consistenly
-- File Changes --
M HACKING (10) M README.I18N (8) M data/filedefs/filetypes.Clojure.conf (2) M data/filedefs/filetypes.Groovy.conf (4) M data/filedefs/filetypes.julia (2) M data/templates/files/main.md (4) M data/ui_toolbar.xml (2) M doc/geany.txt (16) M doc/plugins.dox (4) M doc/pluginsignals.c (2) M geany.nsi.in (4) M geany_private.rc (2) M plugins/demoplugin.c (2) M scripts/create_py_tags.py (2) M scripts/gen-api-gtkdoc.py (2) M src/editor.c (2) M src/geanywraplabel.c (2) M src/keybindings.c (2) M src/sciwrappers.c (6) M src/tagmanager/tm_source_file.c (4) M src/toolbar.c (2) M src/ui_utils.c (2)
-- Patch Links --
https://github.com/geany/geany/pull/3583.patch https://github.com/geany/geany/pull/3583.diff
I stumbled upon some http-URL by accident and thought "let's change it'. Then got surprised how many there still are :(.
Interestingly, I left out the most user visible one: https://github.com/geany/geany/blob/master/src/about.c#L453
This would cause a fuzzy translation in each language file. In theory, we could remove the fuzzy marker and update the translated version in each language file. But I would do this rather *after* the next release to not unnecessarily bother translators who are currently at updating their language.
Good catch, LGBI
@elextr approved this pull request.
Merged #3583 into master.
github-comments@lists.geany.org