Skip to content

Commit

Permalink
Merge pull request #3748 from 10up/chore/update-troubleshooting-link
Browse files Browse the repository at this point in the history
Update troubleshooting link
  • Loading branch information
felipeelia authored Nov 1, 2023
2 parents 0b5e7f6 + 1b1b71b commit 41b9891
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions assets/js/sync/src/hooks.js
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ export const useIndex = (apiUrl, nonce) => {
*/
throw new Error(
__(
'Something went wrong. Find troubleshooting steps at https://elasticpress.zendesk.com/hc/en-us/sections/360010868652-Troubleshooting.',
'Something went wrong. Find troubleshooting steps at https://elasticpress.zendesk.com/hc/en-us/articles/20857557098125/.',
'elasticpress',
),
);
Expand All @@ -91,7 +91,7 @@ export const useIndex = (apiUrl, nonce) => {
*/
throw new Error(
__(
'Unable to parse response. Find troubleshooting steps at https://elasticpress.zendesk.com/hc/en-us/sections/360010868652-Troubleshooting.',
'Unable to parse response. Find troubleshooting steps at https://elasticpress.zendesk.com/hc/en-us/articles/20857557098125/.',
'elasticpress',
),
);
Expand Down

0 comments on commit 41b9891

Please sign in to comment.