New docs URL

This commit is contained in:
Claudio Sanches 2020-05-12 15:16:11 -03:00 committed by GitHub
parent 7ee559004b
commit 8d6e13952a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ $uploads = wp_get_upload_dir();
/* translators: 1: uploads directory URL 2: documentation URL */
__( 'Your store\'s uploads directory is <a href="%1$s">browsable via the web</a>. We strongly recommend <a href="%2$s">configuring your web server to prevent directory indexing</a>.', 'woocommerce' ),
esc_url( $uploads['baseurl'] . '/woocommerce_uploads' ),
'https://docs.woocommerce.com/document/ssl-and-https/'
'https://docs.woocommerce.com/document/digital-downloadable-product-handling/#protecting-your-uploads-directory '
)
);
?>