Skip to content

Commit

Permalink
Use the expected HTTPS anchor
Browse files Browse the repository at this point in the history
  • Loading branch information
csmcneill committed May 25, 2024
1 parent 1658c29 commit fd5e86c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ class WC_Payments_Notes_Set_Https_For_Checkout {
/**
* Name of the note for use in the database.
*/
const NOTE_DOCUMENTATION_URL = 'https://woocommerce.com/document/ssl-and-https/#how-to-set-up-ssl-with-woocommerce';
const NOTE_DOCUMENTATION_URL = 'https://woocommerce.com/document/ssl-and-https/#woocommerce-force-ssl-setting';

/**
* Checks if a note can and should be added.
Expand Down

0 comments on commit fd5e86c

Please sign in to comment.