summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/jetpack/_inc/lib/class.jetpack-password-checker.php')
-rw-r--r--plugins/jetpack/_inc/lib/class.jetpack-password-checker.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/jetpack/_inc/lib/class.jetpack-password-checker.php b/plugins/jetpack/_inc/lib/class.jetpack-password-checker.php
index 14de6053..01b9c61c 100644
--- a/plugins/jetpack/_inc/lib/class.jetpack-password-checker.php
+++ b/plugins/jetpack/_inc/lib/class.jetpack-password-checker.php
@@ -518,7 +518,7 @@ class Jetpack_Password_Checker {
* L = String length (the for iterator)
* N = Our charset size, via get_charset_size()
*
- * @see http://en.wikipedia.org/wiki/Password_strength#Random_passwords
+ * @see https://en.wikipedia.org/wiki/Password_strength#Random_passwords
*
* On top of the base formula, we're also multiplying the bits of entropy for every char
* by 1 - (the probabily of it following the previous char)