summaryrefslogtreecommitdiff
path: root/extension/README.md
diff options
context:
space:
mode:
authorNate Sesti <sestinj@gmail.com>2023-06-03 18:10:40 -0400
committerNate Sesti <sestinj@gmail.com>2023-06-03 18:10:40 -0400
commit9a58717ef218f65157a38dd5519fdc6a1fddd996 (patch)
tree439f7f1f181db6351629fe834edb08a68bec5ac6 /extension/README.md
parent2f9abc7b147bd94a2c24f1b07786571b79e469bb (diff)
downloadsncontinue-9a58717ef218f65157a38dd5519fdc6a1fddd996.tar.gz
sncontinue-9a58717ef218f65157a38dd5519fdc6a1fddd996.tar.bz2
sncontinue-9a58717ef218f65157a38dd5519fdc6a1fddd996.zip
docs to netlify link temporarily
Diffstat (limited to 'extension/README.md')
-rw-r--r--extension/README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/extension/README.md b/extension/README.md
index 73f2df3e..7fa8022b 100644
--- a/extension/README.md
+++ b/extension/README.md
@@ -1,6 +1,6 @@
# Continue
-**[Continue](https://continue.dev/docs) is the open-source library for accelerating software development with language models**
+**[Continue](https://continuedev.netlify.app/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://continue.dev/docs/concepts/recipe) for the full list of recipes currently available to use.
+See [here](https://continuedev.netlify.app/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)