diff options
author | Nate Sesti <sestinj@gmail.com> | 2023-06-04 18:10:55 -0400 |
---|---|---|
committer | Nate Sesti <sestinj@gmail.com> | 2023-06-04 18:10:55 -0400 |
commit | d1ccdb83c546710f0438798bf67168be2cf65ca6 (patch) | |
tree | 111810733e05c8def59cb41e8311f7bbbcb214c9 /extension/README.md | |
parent | 08d1d790eecc10fd4eaa250cd2682fa936a45ef8 (diff) | |
download | sncontinue-d1ccdb83c546710f0438798bf67168be2cf65ca6.tar.gz sncontinue-d1ccdb83c546710f0438798bf67168be2cf65ca6.tar.bz2 sncontinue-d1ccdb83c546710f0438798bf67168be2cf65ca6.zip |
netlify docs link to continue.dev/docs
Diffstat (limited to 'extension/README.md')
-rw-r--r-- | extension/README.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/extension/README.md b/extension/README.md index 12e25417..624ccdae 100644 --- a/extension/README.md +++ b/extension/README.md @@ -1,6 +1,6 @@ # Continue -**[Continue](https://continuedev.netlify.app/docs) is the open-source library for accelerating software development with language models** +**[Continue](https://continue.dev/docs) is the open-source library for accelerating software development with language models** The Continue VS Code extension lets you make edits with natural langauge, ask questions of your codebase, automatically generate unit tests, and more. Beyond the built-in functionality, you can easily write your own recipes to automate the most repetitive sequences of tasks in your workflow. @@ -15,7 +15,7 @@ To test a few common recipes, open a blank python file and try the following: - /pytest to write Pytest unit tests in a separate file - Ask in natural language for a new method -See [here](https://continuedev.netlify.app/docs/concepts/recipe) for the full list of recipes currently available to use. +See [here](https://continue.dev/docs/docs/concepts/recipe) for the full list of recipes currently available to use. You can find the Continue GitHub repo [here](https://github.com/continuedev/continue) |