diff --git a/README.md b/README.md index 6b238f441b46d780fef7f464b8d51c09f75d5ff8..b1bfb26d9c2ade87fd6000cce37aba0bddaec0c6 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 8e27ea82204895a432822adfe16ec9db3c40ed8c..037a5b337cfcc80d7b73cb7826b1dcbd479132db 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 ==