fix: broken links (#6686)

* Update broken link index.tsx

* Update broken link  index.tsx
This commit is contained in:
youyyytrok 2025-02-24 20:09:45 +03:00 committed by GitHub
commit 122bc99119
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View file

@ -501,7 +501,7 @@ export const MenuBar = ({}: {}): JSX.Element => {
</h2>
<p className="text-muted-foreground">
<a
href="https://docs.langflow.org/configuration-auto-saving"
href="https://docs.langflow.org/configuration-auto-save"
className="text-primary underline"
>
Enable auto-saving

View file

@ -59,7 +59,7 @@ export function SaveChangesModal({
<a
target="_blank"
className="underline"
href="https://docs.langflow.org/configuration-auto-saving"
href="https://docs.langflow.org/configuration-auto-save"
>
Enable auto-saving
</a>{" "}