Skip to content

Commit

Permalink
fix(dashboard): create workflow docs link
Browse files Browse the repository at this point in the history
  • Loading branch information
ChmaraX committed Nov 11, 2024
1 parent c69e175 commit 4baffa2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/dashboard/src/components/create-workflow-button.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ export const CreateWorkflowButton = (props: CreateWorkflowButtonProps) => {
</SheetDescription>
<Link
target="_blank"
to="https://docs.novu.co/api-reference/workflows/create-workflow"
to="https://docs.novu.co/concepts/workflows"
className="text-foreground-400 flex items-center text-sm underline"
>
Learn more <RiExternalLinkLine className="inline size-4" />
Expand Down

0 comments on commit 4baffa2

Please sign in to comment.