Skip to content

Commit

Permalink
geanyctags, projectorganizer, vimode: Use https in URLs
Browse files Browse the repository at this point in the history
  • Loading branch information
techee committed May 5, 2024
1 parent bdb0f78 commit 2a8f159
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions geanyctags/README
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ GeanyCtags adds a simple support for generating and querying ctags files for a G
project. It requires that the ctags command is installed in a system path. On
unix systems, distributions usually provide the ctags package; on Windows, the
ctags binary can be found in the zip Windows distribution from the ctags home
page (http://ctags.sourceforge.net).
page (https://ctags.sourceforge.net).

Even though Geany supports symbol definition searching by itself within the open files
(and with a plugin support within the whole project), tag regeneration can become
Expand Down Expand Up @@ -97,7 +97,7 @@ Downloads

GeanyCtags is part of the combined Geany Plugins release.
For more information and downloads, please visit
http://plugins.geany.org/geany-plugins/
https://plugins.geany.org/geany-plugins/

Development Code
================
Expand Down
2 changes: 1 addition & 1 deletion projectorganizer/README
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@ Downloads

Project Organizer is part of the combined Geany Plugins release.
For more information and downloads, please visit
http://plugins.geany.org/geany-plugins/
https://plugins.geany.org/geany-plugins/

Development Code
================
Expand Down
2 changes: 1 addition & 1 deletion projectorganizer/src/prjorg-main.c
Original file line number Diff line number Diff line change
Expand Up @@ -223,5 +223,5 @@ void plugin_cleanup(void)

void plugin_help (void)
{
utils_open_browser("http://plugins.geany.org/projectorganizer.html");
utils_open_browser("https://plugins.geany.org/projectorganizer.html");
}
4 changes: 2 additions & 2 deletions vimode/README
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ This is an incomplete list of known limitations of the plugin:
* only the 'g' flag is supported in the substitute command
* in search and substitute the regular expressions are based on Scintilla regular
expressions which differ from Vim. Check the Scintilla documentation at
http://www.scintilla.org/ScintillaDoc.html#Searching for more details.
https://www.scintilla.org/ScintillaDoc.html#Searching for more details.
In addition, \c is also supported to allow case-insensitive search.

FAQ
Expand Down Expand Up @@ -200,7 +200,7 @@ Downloads
=========

Vimode is part of the combined Geany Plugins release. For more information and
downloads, please visit http://plugins.geany.org/geany-plugins/
downloads, please visit https://plugins.geany.org/geany-plugins/

Source Code
===========
Expand Down
2 changes: 1 addition & 1 deletion vimode/src/backends/backend-geany.c
Original file line number Diff line number Diff line change
Expand Up @@ -337,5 +337,5 @@ void plugin_cleanup(void)

void plugin_help(void)
{
utils_open_browser("http://plugins.geany.org/vimode.html");
utils_open_browser("https://plugins.geany.org/vimode.html");
}

0 comments on commit 2a8f159

Please sign in to comment.