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 | 8551e46491d84623559f536415f5e6aa46cda6af (patch) | |
tree | 503c3d364e5bbc105c868f783cf4ee9e68794bbb /extension | |
parent | 4f94cb960626a06a2cfd982327c39d91ecb65d71 (diff) | |
download | sncontinue-8551e46491d84623559f536415f5e6aa46cda6af.tar.gz sncontinue-8551e46491d84623559f536415f5e6aa46cda6af.tar.bz2 sncontinue-8551e46491d84623559f536415f5e6aa46cda6af.zip |
how to use draft
Diffstat (limited to 'extension')
-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> |