Skip to content

Commit

Permalink
Update doc link
Browse files Browse the repository at this point in the history
Signed-off-by: Wei-Chun, Chang <[email protected]>
  • Loading branch information
wcchang1115 committed Jan 3, 2025
1 parent f4217d3 commit 9f41793
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion js/src/components/lineage/PreviewChangeView.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,8 @@ export function PreviewChangeView({
const { guideToast: prepareEnvToast, closeGuideToast } = useGuideToast({
guideId: localStorageKeys.prepareEnvGuideID,
description: "Want to compare data changes with production data?",
externalLink: "https://datarecce.io/docs",
externalLink:
"https://datarecce.io/docs/get-started/#prepare-dbt-artifacts",
externalLinkText: "Learn how.",
});

Expand Down
2 changes: 1 addition & 1 deletion js/src/components/onboarding-guide/OnboardingGuide.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ const SingleEnvGuide = ({ isGuideOpen, closeGuide }: GuideProps) => {
<Link
textDecor="underline"
isExternal
href="https://datarecce.io/docs"
href="https://datarecce.io/docs/get-started/#prepare-dbt-artifacts"
>
Learn how.
</Link>
Expand Down

0 comments on commit 9f41793

Please sign in to comment.