aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorGravatar Kiran <75929997+Kiran1689@users.noreply.github.com> 2023-11-21 17:54:20 +0530
committerGravatar GitHub <noreply@github.com> 2023-11-21 13:24:20 +0100
commitd27a5b7f49f2c3aa9772e8a81536c247b2fb8229 (patch)
treee0e036b54430b2bd69ee2db53ab2b280003e8615 /docs
parentInclude poetry install step in dockerless agent setup instructions (#6203) (diff)
downloadAuto-GPT-d27a5b7f49f2c3aa9772e8a81536c247b2fb8229.tar.gz
Auto-GPT-d27a5b7f49f2c3aa9772e8a81536c247b2fb8229.tar.bz2
Auto-GPT-d27a5b7f49f2c3aa9772e8a81536c247b2fb8229.zip
Fix typo and broken link in no-git setup (#6324)
* Fix typo in heading * Update link to system requirements --------- Co-authored-by: Reinier van der Leer <github@pwuts.nl>
Diffstat (limited to 'docs')
-rw-r--r--docs/content/AutoGPT/Setups/nogit-setup.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/content/AutoGPT/Setups/nogit-setup.md b/docs/content/AutoGPT/Setups/nogit-setup.md
index d1333fe5a..021206e20 100644
--- a/docs/content/AutoGPT/Setups/nogit-setup.md
+++ b/docs/content/AutoGPT/Setups/nogit-setup.md
@@ -53,7 +53,7 @@
[Azure OpenAI docs]: https://learn.microsoft.com/en-us/azure/cognitive-services/openai/tutorials/embeddings?tabs=command-line
-### Start AutoGPT In A irtual Environment
+### Start AutoGPT In A Virtual Environment
First we need to create a virtual environment to run in.
@@ -83,4 +83,4 @@ packages and launch AutoGPT.
```
If this gives errors, make sure you have a compatible Python version installed. See also
-the [requirements](./installation.md#requirements).
+the [requirements](/autogpt/setup/#requirements).