From 4c84350e41fe0ee68029cdc37e746ba7a31ab647 Mon Sep 17 00:00:00 2001 From: Mahmoud Mabrouk Date: Fri, 10 May 2024 22:53:22 +0200 Subject: [PATCH] rest --- docs/depractated/quickstart/installation.mdx | 4 ++-- docs/reference/cli/install.mdx | 4 ++-- docs/self-host/host-locally.mdx | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/depractated/quickstart/installation.mdx b/docs/depractated/quickstart/installation.mdx index 3cc8db76f0..5f1ac9838b 100644 --- a/docs/depractated/quickstart/installation.mdx +++ b/docs/depractated/quickstart/installation.mdx @@ -28,7 +28,7 @@ Use pip to install the SDK and CLI easily: pip install agenta ``` -Please see [contributing](/developer_guides/contributing/development-mode) for more information on how to install the SDK and CLI in developement mode. +Please see [contributing](/misc/contributing/development-mode) for more information on how to install the SDK and CLI in developement mode. Agenta is under continuous developement, don't forget to always upgrade to the latest version of agenta using `pip install -U agenta`. @@ -57,6 +57,6 @@ Open your browser and go to [http://localhost](http://localhost). If you see the ## What's next? You're all set to start using Agenta! - + Click here to build your first LLM app in just 1 minute. \ No newline at end of file diff --git a/docs/reference/cli/install.mdx b/docs/reference/cli/install.mdx index 2e4ad384e9..cca0b9e948 100644 --- a/docs/reference/cli/install.mdx +++ b/docs/reference/cli/install.mdx @@ -14,10 +14,10 @@ pip install -U agenta # Quick usage guide - + Get an overview of the main commands and capabilities of agenta CLI - + Jump into a tutorial deploying an LLM app from code using agenta CLI diff --git a/docs/self-host/host-locally.mdx b/docs/self-host/host-locally.mdx index 208eedeb93..dcd092b6b4 100644 --- a/docs/self-host/host-locally.mdx +++ b/docs/self-host/host-locally.mdx @@ -50,6 +50,6 @@ Open your browser and go to [http://localhost](http://localhost). If you see the ## What's next? You're all set to start using Agenta! - + Click here to build your first LLM app in just 1 minute.