From b6281763e42f46727358c0f3ec2aaf18f1487b1a Mon Sep 17 00:00:00 2001 From: commit111 Date: Wed, 4 Dec 2024 11:49:38 -0800 Subject: [PATCH] fix links --- docs/intro/features.mdx | 2 +- docs/intro/what-is-defang.mdx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/intro/features.mdx b/docs/intro/features.mdx index 982022b9a..d76bf375d 100644 --- a/docs/intro/features.mdx +++ b/docs/intro/features.mdx @@ -10,7 +10,7 @@ Defang provides a streamlined experience to develop, deploy, observe, and update - Support for [various types of applications](/docs/intro/use-cases): Web services and APIs, mobile app backends, ML services, hosting LLMs, etc. - Support for your programming [language of choice](/docs/samples): Node.js, Python, Golang, or anything else you can package in a Dockerfile. -- Built-in AI agent to go [from natural language prompt to an outline project](/docs/concepts/generate) +- Built-in AI agent to go [from natural language prompt to an outline project](/docs/tutorials/generate-new-code-using-ai) - Built-in AI agent to help you [debug your cloud applications](/docs/concepts/debug) - Automated [Dockerfile builds](/docs/concepts/deployments) - Support for [pre-built Docker containers](/docs/tutorials/deploy-container-using-the-cli), from public or private image registries diff --git a/docs/intro/what-is-defang.mdx b/docs/intro/what-is-defang.mdx index 316700ce8..00aa49e4e 100644 --- a/docs/intro/what-is-defang.mdx +++ b/docs/intro/what-is-defang.mdx @@ -26,7 +26,7 @@ Defang can automatically build and deploy your project with a single command. * [DigitalOcean](/docs/tutorials/deploy-to-digitalocean) * [Google Cloud Platform (GCP)](/docs/tutorials/deploy-to-gcp) - To support stateful workloads, we've got managed storage options such as [Managed Postgres](/docs/concepts/managed-storage/managed-postgres) and [Managed Redis](/docs/concepts/managed-storage/managed-redis). - - If you want, you can also [bring your own domain name](docs/tutorials/use-your-own-domain-name) for your deployment. + - If you want, you can also [bring your own domain name](/docs/tutorials/use-your-own-domain-name) for your deployment. Defang takes care of all the heavy lifting such as configuring networking, security, [observability](/docs/concepts/observability.md) and all the other details that usually slow down the average cloud developer. It also allows you to easily [publish updates](/docs/concepts/deployments.md#deploying-updates) to your deployed application with zero downtime.