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 | 99d0cf12dcd1481e719e78483fc7df080dc95954 (patch) | |
tree | 0a6ffa5955aa5bb4df683d5441dd30ff884fa6a9 /extension | |
parent | 897279d79739711ad75e18ccb409e1671aa159f7 (diff) | |
download | sncontinue-99d0cf12dcd1481e719e78483fc7df080dc95954.tar.gz sncontinue-99d0cf12dcd1481e719e78483fc7df080dc95954.tar.bz2 sncontinue-99d0cf12dcd1481e719e78483fc7df080dc95954.zip |
netlify docs link to continue.dev/docs
Diffstat (limited to 'extension')
-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) |