diff options
author | Ty Dunn <ty@tydunn.com> | 2023-06-29 22:55:07 -0700 |
---|---|---|
committer | Ty Dunn <ty@tydunn.com> | 2023-06-29 22:55:07 -0700 |
commit | 8b0ad79664fd818d514880e30338843f866ee9c6 (patch) | |
tree | 39761040f8904b2a36b463934c77a62b42246983 /extension/react-app/src | |
parent | 658c1c30e103b57f5928b5a26ec1672182a3fada (diff) | |
download | sncontinue-8b0ad79664fd818d514880e30338843f866ee9c6.tar.gz sncontinue-8b0ad79664fd818d514880e30338843f866ee9c6.tar.bz2 sncontinue-8b0ad79664fd818d514880e30338843f866ee9c6.zip |
how to use draft
Diffstat (limited to 'extension/react-app/src')
-rw-r--r-- | extension/react-app/src/tabs/gui.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/extension/react-app/src/tabs/gui.tsx b/extension/react-app/src/tabs/gui.tsx index 292977c7..3e0fce6d 100644 --- a/extension/react-app/src/tabs/gui.tsx +++ b/extension/react-app/src/tabs/gui.tsx @@ -616,7 +616,7 @@ function GUI(props: GUIProps) { > <Trash size="1.6em" /> </HeaderButtonWithText> - <a href="https://continue.dev/docs" className="no-underline"> + <a href="https://continue.dev/docs/how-to-use-continue" className="no-underline"> <HeaderButtonWithText text="Docs"> <BookOpen size="1.6em" /> </HeaderButtonWithText> |