fix: broken links (#6686)
* Update broken link index.tsx * Update broken link index.tsx
This commit is contained in:
parent
c18f65cac9
commit
122bc99119
2 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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>{" "}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue