diff --git a/classes/fields/file.php b/classes/fields/file.php index 98e8f6be7e..43156d35d4 100644 --- a/classes/fields/file.php +++ b/classes/fields/file.php @@ -182,7 +182,7 @@ public function options() { /* WP GALLERY OUTPUT */ static::$type . '_wp_gallery_output' => array( 'label' => __( 'Output as a WP Gallery', 'pods' ), - 'help' => sprintf( __( 'Click here for more info', 'pods' ), 'https://codex.wordpress.org/The_WordPress_Gallery' ), + 'help' => sprintf( __( 'Click here for more info', 'pods' ), 'https://wordpress.org/support/article/inserting-images-into-posts-and-pages/' ), 'depends-on' => array( static::$type . '_type' => 'images' ), 'dependency' => true, 'type' => 'boolean',