diff --git a/app/javascript/packages/document-capture/components/in-person-troubleshooting-options.tsx b/app/javascript/packages/document-capture/components/in-person-troubleshooting-options.tsx index 0da747a9983..12a5b37c601 100644 --- a/app/javascript/packages/document-capture/components/in-person-troubleshooting-options.tsx +++ b/app/javascript/packages/document-capture/components/in-person-troubleshooting-options.tsx @@ -33,7 +33,7 @@ function InPersonTroubleshootingOptions({ { url: getHelpCenterURL({ category: 'verify-your-identity', - article: 'how-to-verify-in-person', + article: 'verify-your-identity-in-person', location, }), text: t('idv.troubleshooting.options.learn_more_verify_in_person'), diff --git a/app/services/marketing_site.rb b/app/services/marketing_site.rb index 11dad835cdc..58faf797208 100644 --- a/app/services/marketing_site.rb +++ b/app/services/marketing_site.rb @@ -9,7 +9,7 @@ class MarketingSite signing-in/what-is-a-hardware-security-key verify-your-identity/accepted-state-issued-identification verify-your-identity/how-to-add-images-of-your-state-issued-id - verify-your-identity/how-to-verify-in-person + verify-your-identity/verify-your-identity-in-person verify-your-identity/phone-number-and-phone-plan-in-your-name verify-your-identity/verify-your-address-by-mail get-started/authentication-options diff --git a/app/views/idv/in_person/address.html.erb b/app/views/idv/in_person/address.html.erb index 0aea9ce4067..642650f0ba6 100644 --- a/app/views/idv/in_person/address.html.erb +++ b/app/views/idv/in_person/address.html.erb @@ -12,7 +12,7 @@ t('in_person_proofing.body.address.learn_more'), MarketingSite.help_center_article_url( category: 'verify-your-identity', - article: 'how-to-verify-in-person', + article: 'verify-your-identity-in-person', ), ) %>

diff --git a/app/views/idv/in_person/ready_to_verify/show.html.erb b/app/views/idv/in_person/ready_to_verify/show.html.erb index 20d83074778..71ff6114e88 100644 --- a/app/views/idv/in_person/ready_to_verify/show.html.erb +++ b/app/views/idv/in_person/ready_to_verify/show.html.erb @@ -64,7 +64,7 @@ t('in_person_proofing.body.barcode.learn_more'), MarketingSite.help_center_article_url( category: 'verify-your-identity', - article: 'how-to-verify-in-person', + article: 'verify-your-identity-in-person', ), ) %>

diff --git a/app/views/user_mailer/in_person_ready_to_verify.html.erb b/app/views/user_mailer/in_person_ready_to_verify.html.erb index 4fa023a4c67..8c986695cb3 100644 --- a/app/views/user_mailer/in_person_ready_to_verify.html.erb +++ b/app/views/user_mailer/in_person_ready_to_verify.html.erb @@ -67,7 +67,7 @@ t('in_person_proofing.body.barcode.learn_more'), MarketingSite.help_center_article_url( category: 'verify-your-identity', - article: 'how-to-verify-in-person', + article: 'verify-your-identity-in-person', ), ) %>