diff options
author | Nate Sesti <sestinj@gmail.com> | 2023-06-30 00:09:54 -0700 |
---|---|---|
committer | Nate Sesti <sestinj@gmail.com> | 2023-06-30 00:09:54 -0700 |
commit | 53981dc70b404e98239cdce1e2e59b86927c5fd3 (patch) | |
tree | f29b258d1fba48ddaf3cad8620bd65aa84c2b819 /extension/react-app/src | |
parent | 9427f07d6c60749205922d0f4cab5de73dec438b (diff) | |
parent | 323c21b36ebee30bceb73578ae40a306360b1475 (diff) | |
download | sncontinue-53981dc70b404e98239cdce1e2e59b86927c5fd3.tar.gz sncontinue-53981dc70b404e98239cdce1e2e59b86927c5fd3.tar.bz2 sncontinue-53981dc70b404e98239cdce1e2e59b86927c5fd3.zip |
Merge branch 'main' of https://github.com/continuedev/continue
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> |