Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/components/FooterMenu.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ export const FooterMenu = () => {
id: 'learn',
title: 'About this addon',
icon: <QuestionIcon aria-hidden />,
href: 'https://www.chromatic.com/docs/visual-testing-addon',
href: 'https://www.chromatic.com/docs/visual-tests-addon/',
target: '_blank',
},
{
Expand Down
3 changes: 2 additions & 1 deletion src/screens/LinkProject/LinkingProjectFailed.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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');
Expand Down
2 changes: 1 addition & 1 deletion src/screens/VisualTests/BuildResults.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ export const BuildResults = ({
</div>
<Button asChild size="medium" variant="outline">
<a
href="https://www.chromatic.com/docs/ignoring-elements#with-storybook"
href="https://www.chromatic.com/docs/disable-snapshots#with-storybook"
target="_new"
>
<DocumentIcon />
Expand Down
2 changes: 1 addition & 1 deletion src/screens/VisualTests/NoBuild.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ export const NoBuild = ({

<ButtonStackLink
withArrow
href="https://www.chromatic.com/docs/ignoring-elements#with-storybook"
href="https://www.chromatic.com/docs/disable-snapshots#with-storybook"
target="_blank"
>
Read more
Expand Down
Loading