diff --git a/src/Cache_Command.php b/src/Cache_Command.php index 74311b0f..f4a5e396 100644 --- a/src/Cache_Command.php +++ b/src/Cache_Command.php @@ -10,7 +10,7 @@ * request (and is emptied at the end). Use a persistent object cache drop-in * to persist the object cache between requests. * - * [Read the codex article](https://codex.wordpress.org/Class_Reference/WP_Object_Cache) + * [Read the documentation](https://developer.wordpress.org/reference/classes/wp_object_cache) * for more detail. * * ## EXAMPLES