| @@ -28,9 +28,9 @@ | ||
| 28 | 28 | add_filter( 'plugin_action_links_' . plugin_basename( PARSELY_FILE ), array( $this, 'add_plugin_meta_links' ) ); |
| 29 | 29 | } |
| 30 | 30 | |
| 31 | 31 | /** |
| 32 | - * Adds a 'Settings' action link to the Plugins screen in wp-admin. | |
| 32 | + * Adds a 'Settings' action link to the Plugins screen in WP admin. | |
| 33 | 33 | * |
| 34 | 34 | * @param array<string, mixed> $actions An array of plugin action links. By default, this can include 'activate', |
| 35 | 35 | * 'deactivate', and 'delete'. With Multisite active this can also include |
| 36 | 36 | * 'network_active' and 'network_only' items. |
| @@ -53,9 +53,9 @@ | ||
| 53 | 53 | ); |
| 54 | 54 | |
| 55 | 55 | $actions['documentation'] = sprintf( |
| 56 | 56 | $link_pattern, |
| 57 | - 'https://docs.parse.ly/wordpress-plugin-setup/', | |
| 57 | + 'https://www.parse.ly/help/integration/wordpress', | |
| 58 | 58 | esc_html__( 'Documentation', 'wp-parsely' ) |
| 59 | 59 | ); |
| 60 | 60 | |
| 61 | 61 | return $actions; |