diff --git a/src/app/features/errors/app-error-boundary.tsx b/src/app/features/errors/app-error-boundary.tsx index 08a49ca0ecd..3972cc49647 100644 --- a/src/app/features/errors/app-error-boundary.tsx +++ b/src/app/features/errors/app-error-boundary.tsx @@ -28,11 +28,7 @@ function ErroBoundaryBody() { textStyle="label.02" > Leather has crashed. If this problem persists, contact our{' '} - + { - openInNewTab('https://leather.gitbook.io/guides/installing/contact-support'); + openInNewTab('https://leather.io/support'); }} > } textStyle="label.02"> diff --git a/tests/specs/settings/settings.spec.ts b/tests/specs/settings/settings.spec.ts index 8f3efd061ae..da70265eb69 100644 --- a/tests/specs/settings/settings.spec.ts +++ b/tests/specs/settings/settings.spec.ts @@ -19,9 +19,7 @@ test.describe('Settings menu', () => { page.getByTestId(SettingsSelectors.GetSupportMenuItem).click(), ]); - await test - .expect(supportPage) - .toHaveURL('https://leather.gitbook.io/guides/installing/contact-support'); + await test.expect(supportPage).toHaveURL('https://leather.io/contact'); }); test('that menu item can perform sign out', async ({ homePage, onboardingPage }) => {