diff --git a/src/wp-includes/cache-compat.php b/src/wp-includes/cache-compat.php index a9408ca611..1088f1c74b 100644 --- a/src/wp-includes/cache-compat.php +++ b/src/wp-includes/cache-compat.php @@ -2,7 +2,7 @@ /** * Object Cache API functions missing from 3rd party object caches. * - * @link https://codex.wordpress.org/Class_Reference/WP_Object_Cache + * @link https://developer.wordpress.org/reference/classes/wp_object_cache/ * * @package WordPress * @subpackage Cache diff --git a/src/wp-includes/cache.php b/src/wp-includes/cache.php index 2a2a98f6d3..1999dd00ff 100644 --- a/src/wp-includes/cache.php +++ b/src/wp-includes/cache.php @@ -2,7 +2,7 @@ /** * Object Cache API * - * @link https://codex.wordpress.org/Class_Reference/WP_Object_Cache + * @link https://developer.wordpress.org/reference/classes/wp_object_cache/ * * @package WordPress * @subpackage Cache