Skip to content

Commit 3348e24

Browse files
use absolute link paths in FAQ
1 parent c79e699 commit 3348e24

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

docs/faq/questions.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -11,29 +11,29 @@ import {Button, ButtonGroup, FormGroup, FormLabel} from "@mui/material"
1111

1212
### Which cloud/region is the app being deployed to?
1313

14-
- In the [Defang Playground](../concepts/defang-playground.md), the app is deployed to AWS `us-west-2`. In the [Defang BYOC](../concepts/defang-byoc.md) model, the region is determined by your [Defang BYOC Provider](/docs/category/providers) settings.
14+
- In the [Defang Playground](/docs/concepts/defang-playground), the app is deployed to AWS `us-west-2`. In the [Defang BYOC](/docs/concepts/defang-byoc) model, the region is determined by your [Defang BYOC Provider](/docs/category/providers) settings.
1515

1616
### Can I bring my own AWS or other cloud account?
1717

18-
- Yes! Defang makes it easy to deploy your application to your own cloud account. Please check out the [Defang BYOC](../concepts/defang-byoc.md) documentation for more information.
18+
- Yes! Defang makes it easy to deploy your application to your own cloud account. Please check out the [Defang BYOC](/docs/concepts/defang-byoc) documentation for more information.
1919

2020
### On AWS, can I deploy to services such as EC2, EKS, or Lambda?
2121

2222
- The current release includes support for containers only, deployed to ECS. We are still exploring how to support additional execution models such as VMs and functions-as-a-service. However, using our Pulumi provider, it is possible to combine Defang services with other native AWS resources.
2323

2424
### Can I access AWS storage services such as S3 or database services such as RDS? How?
2525

26-
- Yes! You can access AWS services in the AWS Dashboard as you normally would when you are [deploying to your AWS account](../providers/aws) using Defang. In fact, you can access whatever other resources exist in the cloud account you are using for [Defang BYOC](../concepts/defang-byoc.md).
26+
- Yes! You can access AWS services in the AWS Dashboard as you normally would when you are [deploying to your AWS account](/docs/providers/aws) using Defang. In fact, you can access whatever other resources exist in the cloud account you are using for [Defang BYOC](/docs/concepts/defang-byoc).
2727

2828
### Do you plan to support other clouds?
2929

30-
- While we currently support [AWS](../concepts/defang-byoc#aws) for production and [DigitalOcean](../concepts/defang-byoc#digitalocean) in preview, we plan to support other clouds in future releases, such as [GCP](../providers/gcp.md) and [Azure](../providers/azure.md).
30+
- While we currently support [AWS](/docs/providers/aws) for production and [DigitalOcean](/docs/providers/digitalocean) in preview, we plan to support other clouds in future releases, such as [GCP](/docs/providers/gcp) and [Azure](/docs/providers/azure).
3131

3232
## Deployment Process
3333

3434
### Can I run production apps with Defang?
3535

36-
- Yes! Defang makes it easy to deploy your app on production-ready infrastructure in your own cloud account. For example, you can deploy your app to AWS with `defang compose up --provider=aws --mode=production`. Check out your preferred cloud provider on [Defang BYOC](../concepts/defang-byoc.md).
36+
- Yes! Defang makes it easy to deploy your app on production-ready infrastructure in your own cloud account. For example, you can deploy your app to AWS with `defang compose up --provider=aws --mode=production`. Check out your preferred cloud provider on [Defang BYOC](/docs/concepts/defang-byoc).
3737

3838
### Does Defang support blue/green deployments?
3939

@@ -62,13 +62,13 @@ import {Button, ButtonGroup, FormGroup, FormLabel} from "@mui/material"
6262
## Feature Comparisons
6363

6464
### Is Defang a run-time platform?
65-
- No. Defang is not a run-time platform. Instead, it lets you host and run your application on a [cloud provider](../category/providers) of your choice. You can think of it as a tool that makes it way easier to deploy to that cloud provider.
65+
- No. Defang is not a run-time platform. Instead, it lets you host and run your application on a [cloud provider](/docs/category/providers) of your choice. You can think of it as a tool that makes it way easier to deploy to that cloud provider.
6666

6767
### What is the difference between Defang and platforms such as Vercel, fly.io, and Railway?
68-
- Defang is a tool that helps you get your application deployed to a [cloud provider](../category/providers) of your choice, and it is not a platform. Unlike platforms, Defang does not host your application. We do provide [Defang Playground](../concepts/defang-playground), but it is meant to be used as a testing environment only.
68+
- Defang is a tool that helps you get your application deployed to a [cloud provider](/docs/category/providers) of your choice, and it is not a platform. Unlike platforms, Defang does not host your application. We do provide [Defang Playground](/docs/concepts/defang-playground), but it is meant to be used as a testing environment only.
6969

7070
### What is the difference between Defang and tools such as SST?
71-
- Defang is cloud-agnostic and language-agnostic, meaning that it is designed to work with different [cloud providers](../category/providers), and programming languages. Since Defang is not tied to just one cloud or language, this allows for greater flexibility in a wide range of cases. Another difference is that Defang follows the [Compose specification](https://docs.docker.com/compose/compose-file/), allowing it to work smoothly with various container platforms such as Docker.
71+
- Defang is cloud-agnostic and language-agnostic, meaning that it is designed to work with different [cloud providers](/docs/category/providers), and programming languages. Since Defang is not tied to just one cloud or language, this allows for greater flexibility in a wide range of cases. Another difference is that Defang follows the [Compose specification](https://docs.docker.com/compose/compose-file/), allowing it to work smoothly with various container platforms such as Docker.
7272

7373
## Troubleshooting
7474

@@ -82,4 +82,4 @@ import {Button, ButtonGroup, FormGroup, FormLabel} from "@mui/material"
8282

8383
### I'm getting a warning/error. What does it mean?
8484

85-
- Please see the [Common Error Messages](./warnings-errors.md) page.
85+
- Please see the [Common Error Messages](/docs/faq/warnings-errors) page.

0 commit comments

Comments
 (0)