diff --git a/src/components/FooterMenu.tsx b/src/components/FooterMenu.tsx
index ae20e6b6..afb80428 100644
--- a/src/components/FooterMenu.tsx
+++ b/src/components/FooterMenu.tsx
@@ -20,7 +20,7 @@ export const FooterMenu = () => {
id: 'learn',
title: 'About this addon',
icon: ,
- href: 'https://www.chromatic.com/docs/visual-testing-addon',
+ href: 'https://www.chromatic.com/docs/visual-tests-addon/',
target: '_blank',
},
{
diff --git a/src/screens/LinkProject/LinkingProjectFailed.tsx b/src/screens/LinkProject/LinkingProjectFailed.tsx
index 3f4cda76..4222e46b 100644
--- a/src/screens/LinkProject/LinkingProjectFailed.tsx
+++ b/src/screens/LinkProject/LinkingProjectFailed.tsx
@@ -30,7 +30,8 @@ const CodeWrapper = styled.div(({ theme }) => ({
},
}));
-const configureDocsLink = 'https://www.chromatic.com/docs/visual-tests-addon/#configure';
+const configureDocsLink =
+ 'https://www.chromatic.com/docs/visual-tests-addon#addon-configuration-options';
export function LinkingProjectFailed({ projectId, configFile }: LinkingProjectFailedProps) {
useTelemetry('LinkProject', 'LinkingProjectFailed');
diff --git a/src/screens/VisualTests/BuildResults.tsx b/src/screens/VisualTests/BuildResults.tsx
index 92797fc1..76320746 100644
--- a/src/screens/VisualTests/BuildResults.tsx
+++ b/src/screens/VisualTests/BuildResults.tsx
@@ -155,7 +155,7 @@ export const BuildResults = ({