From 297b8aaf01aa16329ed299b7b02fe5efcb72af39 Mon Sep 17 00:00:00 2001
From: timothycarambat <rambat1010@gmail.com>
Date: Thu, 12 Sep 2024 16:12:36 -0700
Subject: [PATCH] update doc links and readme

---
 README.md                                                      | 3 ++-
 .../src/components/LLMSelection/AwsBedrockLLMOptions/index.jsx | 2 +-
 frontend/src/pages/FineTuning/Steps/Confirmation/index.jsx     | 2 +-
 frontend/src/pages/FineTuning/Steps/OrderPlaced/index.jsx      | 2 +-
 4 files changed, 5 insertions(+), 4 deletions(-)

diff --git a/README.md b/README.md
index e07633266..aa36f8bb8 100644
--- a/README.md
+++ b/README.md
@@ -55,7 +55,8 @@ AnythingLLM divides your documents into objects called `workspaces`. A Workspace
 
 ## Cool features of AnythingLLM
 
-- 🆕 **Multi-modal support (both closed and open-source LLMs!)**
+- 🆕 [**Custom AI Agents**](https://docs.anythingllm.com/agent/custom/introduction)
+- 🖼️ **Multi-modal support (both closed and open-source LLMs!)**
 - 👤 Multi-user instance support and permissioning _Docker version only_
 - 🦾 Agents inside your workspace (browse the web, run code, etc)
 - 💬 [Custom Embeddable Chat widget for your website](./embed/README.md) _Docker version only_
diff --git a/frontend/src/components/LLMSelection/AwsBedrockLLMOptions/index.jsx b/frontend/src/components/LLMSelection/AwsBedrockLLMOptions/index.jsx
index 20686f2e1..00f44a35f 100644
--- a/frontend/src/components/LLMSelection/AwsBedrockLLMOptions/index.jsx
+++ b/frontend/src/components/LLMSelection/AwsBedrockLLMOptions/index.jsx
@@ -12,7 +12,7 @@ export default function AwsBedrockLLMOptions({ settings }) {
               You should use a properly defined IAM user for inferencing.
               <br />
               <a
-                href="https://docs.useanything.com/setup/llm-configuration/cloud/aws-bedrock"
+                href="https://docs.anythingllm.com/setup/llm-configuration/cloud/aws-bedrock"
                 target="_blank"
                 className="underline flex gap-x-1 items-center"
               >
diff --git a/frontend/src/pages/FineTuning/Steps/Confirmation/index.jsx b/frontend/src/pages/FineTuning/Steps/Confirmation/index.jsx
index cfb8d9709..8e0253e8d 100644
--- a/frontend/src/pages/FineTuning/Steps/Confirmation/index.jsx
+++ b/frontend/src/pages/FineTuning/Steps/Confirmation/index.jsx
@@ -70,7 +70,7 @@ export default function Confirmation({ settings, setSettings, setStep }) {
             Below are your fine-tuning order details. If you have any questions
             before or after ordering your fine-tune you can checkout the{" "}
             <a
-              href="https://docs.useanything.com/fine-tuning/overview"
+              href="https://docs.anythingllm.com/fine-tuning/overview"
               target="_blank"
               rel="noreferrer"
               className="underline text-sky-400"
diff --git a/frontend/src/pages/FineTuning/Steps/OrderPlaced/index.jsx b/frontend/src/pages/FineTuning/Steps/OrderPlaced/index.jsx
index 8d0b1f01d..e537bdaa0 100644
--- a/frontend/src/pages/FineTuning/Steps/OrderPlaced/index.jsx
+++ b/frontend/src/pages/FineTuning/Steps/OrderPlaced/index.jsx
@@ -49,7 +49,7 @@ export default function OrderPlaced({ settings }) {
 
             <div className="flex flex-col items-left gap-x-4 text-xs">
               <a
-                href="https://docs.useanything.com/fine-tuning/overview"
+                href="https://docs.anythingllm.com/fine-tuning/overview"
                 target="_blank"
                 rel="noreferrer"
                 className="text-sky-400 hover:underline hover:cursor-pointer"
-- 
GitLab