From f711c057da87be413b0e218424bb224bae1d7358 Mon Sep 17 00:00:00 2001 From: Reinier van der Leer <pwuts@agpt.co> Date: Fri, 20 Sep 2024 14:09:01 +0200 Subject: [PATCH] unbreak links in README --- README.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 29192282ddc4..9393a5ca0639 100644 --- a/README.md +++ b/README.md @@ -55,15 +55,16 @@ Be part of the revolution! **AutoGPT** is here to stay, at the forefront of AI i ## 🤖 AutoGPT Classic > Below is information about the classic version of AutoGPT. -**🛠️ [Build your own Agent - Quickstart](FORGE-QUICKSTART.md)** +**🛠️ [Build your own Agent - Quickstart](classic/FORGE-QUICKSTART.md)** + ### 🏗️ Forge -**Forge your own agent!** – Forge is a ready-to-go template for your agent application. All the boilerplate code is already handled, letting you channel all your creativity into the things that set *your* agent apart. All tutorials are located [here](https://medium.com/@aiedge/autogpt-forge-e3de53cc58ec). Components from the [`forge.sdk`](/forge/sdk) can also be used individually to speed up development and reduce boilerplate in your agent project. +**Forge your own agent!** – Forge is a ready-to-go toolkit to build your own agent application. It handles most of the boilerplate code, letting you channel all your creativity into the things that set *your* agent apart. All tutorials are located [here](https://medium.com/@aiedge/autogpt-forge-e3de53cc58ec). Components from [`forge`](/classic/forge/) can also be used individually to speed up development and reduce boilerplate in your agent project. 🚀 [**Getting Started with Forge**](https://github.com/Significant-Gravitas/AutoGPT/blob/master/classic/forge/tutorials/001_getting_started.md) – This guide will walk you through the process of creating your own agent and using the benchmark and user interface. -📘 [Learn More](https://github.com/Significant-Gravitas/AutoGPT/tree/master/forge) about Forge +📘 [Learn More](https://github.com/Significant-Gravitas/AutoGPT/tree/master/classic/forge) about Forge ### 🎯 Benchmark @@ -83,7 +84,7 @@ This guide will walk you through the process of creating your own agent and usin The frontend works out-of-the-box with all agents in the repo. Just use the [CLI] to run your agent of choice! -📘 [Learn More](https://github.com/Significant-Gravitas/AutoGPT/tree/master/frontend) about the Frontend +📘 [Learn More](https://github.com/Significant-Gravitas/AutoGPT/tree/master/classic/frontend) about the Frontend ### ⌨️ CLI