From 58c4506f7a365aeadf29b3e9ded1b4ac635f27c6 Mon Sep 17 00:00:00 2001 From: Erick Hitter <git-contrib@ethitter.com> Date: Sat, 25 Jun 2022 16:15:52 -0700 Subject: [PATCH] SSL everything! --- README.md | 2 +- readme.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6b238f4..b1bfb26 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ WordPress 3.0 introduced a native shortlinks feature, which builds URLs using qu Posts and pages are supported by default, while filters make it possible to support other post types. -For example, http://example.com/?p=123 becomes http://example.com/p/123/. +For example, https://example.com/?p=123 becomes https://example.com/p/123/. ## Installation ## diff --git a/readme.txt b/readme.txt index 8e27ea8..037a5b3 100644 --- a/readme.txt +++ b/readme.txt @@ -16,7 +16,7 @@ WordPress 3.0 introduced a native shortlinks feature, which builds URLs using qu Posts and pages are supported by default, while filters make it possible to support other post types. -For example, http://example.com/?p=123 becomes http://example.com/p/123/. +For example, https://example.com/?p=123 becomes https://example.com/p/123/. == Installation == -- GitLab