From a88a89c4423c2f679f028add4e98d9d811173bee Mon Sep 17 00:00:00 2001 From: Stefan Kalscheuer Date: Sun, 6 Oct 2019 17:32:22 +0200 Subject: [PATCH] update WP Codex and license links [skip ci] --- LICENSE.md | 2 +- README.md | 4 ++-- statify-blacklist.php | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/LICENSE.md b/LICENSE.md index 5544f2d..28fbeca 100644 --- a/LICENSE.md +++ b/LICENSE.md @@ -357,5 +357,5 @@ into proprietary programs. If your program is a subroutine library, you may consider it more useful to permit linking proprietary applications with the library. If this is what you want to do, use the [GNU Lesser General Public -License](http://www.gnu.org/licenses/lgpl.html) instead of this +License](https://www.gnu.org/licenses/lgpl.html) instead of this License. diff --git a/README.md b/README.md index 3dc84e4..db3affb 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ * Requires PHP: 5.5 * Stable tag: 1.4.4 * License: GPLv2 or later -* License URI: http://www.gnu.org/licenses/gpl-2.0.html +* License URI: https://www.gnu.org/licenses/gpl-2.0.html ## Description ## A blacklist extension for the famous [Statify](https://wordpress.org/plugins/statify/) Wordpress plugin. @@ -45,7 +45,7 @@ The plugin is capable of handling multisite installations. * Special Thanks to [pluginkollektiv](https://github.com/pluginkollektiv) for maintaining _Statify_ ## Installation ## -* If you don’t know how to install a plugin for WordPress, [here’s how](http://codex.wordpress.org/Managing_Plugins#Installing_Plugins). +* If you don’t know how to install a plugin for WordPress, [here’s how](https://wordpress.org/support/article/managing-plugins/#installing-plugins). * Make sure _Statify_ plugin is installed and active * Goto _Settings_ -> _Statify Blacklist_ to configure the plugin diff --git a/statify-blacklist.php b/statify-blacklist.php index 02a5c39..f7d5111 100644 --- a/statify-blacklist.php +++ b/statify-blacklist.php @@ -27,7 +27,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with Statify Blacklist. If not, see http://www.gnu.org/licenses/gpl-2.0.html. + * along with Statify Blacklist. If not, see https://www.gnu.org/licenses/gpl-2.0.html. */ // Quit if accessed directly.