Skip to content

Commit b628176

Browse files
committed
fix links
1 parent 4dbcecc commit b628176

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/intro/features.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Defang provides a streamlined experience to develop, deploy, observe, and update
1010

1111
- Support for [various types of applications](/docs/intro/use-cases): Web services and APIs, mobile app backends, ML services, hosting LLMs, etc.
1212
- Support for your programming [language of choice](/docs/samples): Node.js, Python, Golang, or anything else you can package in a Dockerfile.
13-
- Built-in AI agent to go [from natural language prompt to an outline project](/docs/concepts/generate)
13+
- Built-in AI agent to go [from natural language prompt to an outline project](/docs/tutorials/generate-new-code-using-ai)
1414
- Built-in AI agent to help you [debug your cloud applications](/docs/concepts/debug)
1515
- Automated [Dockerfile builds](/docs/concepts/deployments)
1616
- Support for [pre-built Docker containers](/docs/tutorials/deploy-container-using-the-cli), from public or private image registries

docs/intro/what-is-defang.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Defang can automatically build and deploy your project with a single command.
2626
* [DigitalOcean](/docs/tutorials/deploy-to-digitalocean)
2727
* [Google Cloud Platform (GCP)](/docs/tutorials/deploy-to-gcp)
2828
- 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).
29-
- If you want, you can also [bring your own domain name](docs/tutorials/use-your-own-domain-name) for your deployment.
29+
- If you want, you can also [bring your own domain name](/docs/tutorials/use-your-own-domain-name) for your deployment.
3030

3131
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.
3232
It also allows you to easily [publish updates](/docs/concepts/deployments.md#deploying-updates) to your deployed application with zero downtime.

0 commit comments

Comments
 (0)