Skip to content

Commit f405164

Browse files
fix links
1 parent 96083f4 commit f405164

File tree

3 files changed

+11
-11
lines changed

3 files changed

+11
-11
lines changed

docs/tutorials/deploy-to-aws.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ This tutorial will show you how to deploy your services to your own AWS account
1111
## Pre-requisites
1212
* [A Dockerfile in your project](https://docs.docker.com/get-started/docker-concepts/building-images/writing-a-dockerfile/)
1313
* [A `compose.yaml` file in your project](https://docs.docker.com/compose/gettingstarted/)
14-
* [A Defang Account](/getting-started/authenticating)
15-
* [The Defang CLI](/getting-started/installing)
14+
* [A Defang Account](/docs/getting-started/authenticating)
15+
* [The Defang CLI](/docs/getting-started/installing)
1616
* [AWS Account Credentials](https://docs.aws.amazon.com/cli/latest/userguide/cli-chap-authentication.html)
1717

1818
## Deploy your project to AWS
@@ -46,4 +46,4 @@ Defang will provision resources in your AWS account and deploy your services. Yo
4646

4747
***
4848

49-
For a deeper discussion of the Defang AWS Architecture, including a list of the resources we provision in your account, see our [AWS Provider docs](./providers/aws/aws).
49+
For a deeper discussion of the Defang AWS Architecture, including a list of the resources we provision in your account, see our [AWS Provider docs](/docs/providers/aws).

docs/tutorials/deploy-to-digitalocean.mdx

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@ This tutorial will show you how to deploy your services to your own Digital Ocea
1111
## Pre-requisites
1212
* [A Dockerfile in your project](https://docs.docker.com/get-started/docker-concepts/building-images/writing-a-dockerfile/)
1313
* [A `compose.yaml` file in your project](https://docs.docker.com/compose/gettingstarted/)
14-
* [A Defang Account](/getting-started/authenticating)
15-
* [The Defang CLI](/getting-started/installing)
16-
* [Digital Ocean Account Credentials](/providers/digitalocean#getting-started)
17-
* [Digital Ocean Spaces Access Keys](/providers/digitalocean#getting-started)
14+
* [A Defang Account](/docs/getting-started/authenticating)
15+
* [The Defang CLI](/docs/getting-started/installing)
16+
* [Digital Ocean Account Credentials](/docs/providers/digitalocean#getting-started)
17+
* [Digital Ocean Spaces Access Keys](/docs/providers/digitalocean#getting-started)
1818

1919
## Deploy your project to Digital Ocean
2020

@@ -47,4 +47,4 @@ Defang will provision resources in your Digital Ocean account and deploy your se
4747

4848
***
4949

50-
For a deeper discussion of the Defang Digital Ocean Architecture, see our [Digital Ocean Provider docs](./providers/digitalocean/digitalocean).
50+
For a deeper discussion of the Defang Digital Ocean Architecture, see our [Digital Ocean Provider docs](/docs/providers/digitalocean).

docs/tutorials/deploy-to-your-cloud.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,6 @@ This tutorial will show you how to deploy your services to your own cloud accoun
1717

1818
The first step is to choose which cloud provider you want to deploy to. Defang supports the following cloud providers:
1919

20-
* [AWS](./tutorials/deploy-to-aws)
21-
* [DigitalOcean](./tutorials/deploy-to-digitalocean)
22-
* [GCP](./tutorials/deploy-to-gcp)
20+
* [AWS](/docs/tutorials/deploy-to-aws)
21+
* [DigitalOcean](/docs/tutorials/deploy-to-digitalocean)
22+
* [GCP](/docs/tutorials/deploy-to-gcp)

0 commit comments

Comments
 (0)