aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorGravatar Reinier van der Leer <pwuts@agpt.co> 2023-10-21 15:46:53 -0700
committerGravatar Reinier van der Leer <pwuts@agpt.co> 2023-10-21 15:46:53 -0700
commit16e266c65fb4620a1b1397532c503fa426ec191d (patch)
tree2bdc63b1e00235e98e7a4f122868a7fd5cb979eb /docs
parentbusiness entering the arena (#5861) (diff)
downloadAuto-GPT-16e266c65fb4620a1b1397532c503fa426ec191d.tar.gz
Auto-GPT-16e266c65fb4620a1b1397532c503fa426ec191d.tar.bz2
Auto-GPT-16e266c65fb4620a1b1397532c503fa426ec191d.zip
Set up CI for `development` branch; deprecate `stable` branch
Diffstat (limited to 'docs')
-rw-r--r--docs/content/challenges/building_challenges.md2
-rw-r--r--docs/content/setup.md6
2 files changed, 4 insertions, 4 deletions
diff --git a/docs/content/challenges/building_challenges.md b/docs/content/challenges/building_challenges.md
index d6fd7bf49..74b11323f 100644
--- a/docs/content/challenges/building_challenges.md
+++ b/docs/content/challenges/building_challenges.md
@@ -27,7 +27,7 @@ Output => Artifact (files, image, code, etc, etc...)
## Defining your Agent
-Go to https://github.com/Significant-Gravitas/AutoGPT/blob/master/tests/integration/agent_factory.py
+Go to https://github.com/Significant-Gravitas/AutoGPT/blob/master/autogpts/autogpt/tests/integration/agent_factory.py
Create your agent fixture.
diff --git a/docs/content/setup.md b/docs/content/setup.md
index 77c7af329..19fb7b9b5 100644
--- a/docs/content/setup.md
+++ b/docs/content/setup.md
@@ -96,7 +96,7 @@ Get your OpenAI API key from: [https://platform.openai.com/account/api-keys](htt
1. Clone the repository
```shell
- git clone -b stable https://github.com/Significant-Gravitas/AutoGPT.git
+ git clone https://github.com/Significant-Gravitas/AutoGPT.git
```
2. Navigate to the directory where you downloaded the repository
@@ -110,7 +110,7 @@ Get your OpenAI API key from: [https://platform.openai.com/account/api-keys](htt
!!! warning
We recommend to use Git or Docker, to make updating easier. Also note that some features such as Python execution will only work inside docker for security reasons.
-1. Download `Source code (zip)` from the [latest stable release](https://github.com/Significant-Gravitas/AutoGPT/releases/latest)
+1. Download `Source code (zip)` from the [latest release](https://github.com/Significant-Gravitas/AutoGPT/releases/latest)
2. Extract the zip-file into a folder
@@ -211,7 +211,7 @@ docker run -it --env-file=.env -v $PWD:/app auto-gpt
docker run -it --env-file=.env -v $PWD:/app --rm auto-gpt --gpt3only --continuous
```
-[Docker Compose file]: https://github.com/Significant-Gravitas/AutoGPT/blob/stable/docker-compose.yml
+[Docker Compose file]: https://github.com/Significant-Gravitas/AutoGPT/blob/master/autogpts/autogpt/docker-compose.yml
### Run with Dev Container