Skip to content

Commit

Permalink
Merge pull request #336 from chromaui/chore_update_chromatic_links
Browse files Browse the repository at this point in the history
Chore: Adjust Chromatic documentation links
  • Loading branch information
jonniebigodes committed Sep 12, 2024
2 parents cf5adb3 + 61d71eb commit 8429f46
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 8 deletions.
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#ignore-stories"
href="https://www.chromatic.com/docs/ignoring-elements#with-storybook"
target="_new"
>
<DocumentIcon />
Expand Down
8 changes: 2 additions & 6 deletions src/screens/VisualTests/Configuration.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -307,11 +307,7 @@ export const Configuration = ({ onClose }: ConfigurationProps) => {
<PageDescription>
This is a read-only representation of the Chromatic configuration options found in{" "}
<Code>{configFile}</Code>. Changes to the config file will be reflected here.{" "}
<Link
href="https://www.chromatic.com/docs/cli/#configuration-options"
target="_blank"
withArrow
>
<Link href="https://www.chromatic.com/docs/configure/" target="_blank" withArrow>
Learn more
</Link>
</PageDescription>
Expand All @@ -320,7 +316,7 @@ export const Configuration = ({ onClose }: ConfigurationProps) => {
To configure this addon, create <Code>chromatic.config.json</Code> in your project's
root directory.{" "}
<Link
href="https://www.chromatic.com/docs/cli/#configuration-options"
href="https://www.chromatic.com/docs/cli#chromatic-config-file"
target="_blank"
withArrow
>
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 @@ -150,7 +150,7 @@ export const NoBuild = ({

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

0 comments on commit 8429f46

Please sign in to comment.