Skip to content

Commit

Permalink
fix: docs link
Browse files Browse the repository at this point in the history
  • Loading branch information
shhdgit committed Mar 29, 2024
1 parent 7663d6c commit 5f184b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/src/components/Layout/Footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ export const Footer: React.FC = () => {
<Stack gap="xs">
<Box>© 2024 LinguFlow</Box>
<Group mx="-xs" gap="xs">
<Anchor href="https://github.com/pingcap/LinguFlow" target="_blank">
<Anchor href="https://www.linguflow.com/docs/overview/" target="_blank">
<Button variant="subtle" size="compact-lg" color="dark">
Docs
</Button>
Expand Down

0 comments on commit 5f184b1

Please sign in to comment.