Skip to content

Commit 47c6c39

Browse files
remove file extension from links
1 parent 0213924 commit 47c6c39

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/tutorials/migrating-from-heroku.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ If you're deploying to AWS, you'll need to invoke `defang compose up` with your
173173
AWS_REGION=us-west-2 AWS_PROFILE=default defang compose up --provider aws
174174
```
175175
176-
See our full tutorial on [deploying to AWS](/docs/tutorials/deploy-to-aws.mdx).
176+
See our full tutorial on [deploying to AWS](/docs/tutorials/deploy-to-aws).
177177
178178
### Deploying to GCP
179179
@@ -183,7 +183,7 @@ If you're deploying to GCP, you'll need to invoke `defang compose up` with your
183183
GCP_PROJECT_ID=my-project-123 defang compose up --provider gcp
184184
```
185185
186-
See our full tutorial on [deploying to GCP](/docs/tutorials/deploy-to-gcp.mdx).
186+
See our full tutorial on [deploying to GCP](/docs/tutorials/deploy-to-gcp).
187187
188188
189189
### Deploying to DigitalOcean
@@ -194,7 +194,7 @@ If you're deploying to DigitalOcean, you'll need to invoke `defang compose up` w
194194
DIGITALOCEAN_TOKEN=my-token-123 SPACES_ACCESS_KEY_ID=my-access-key-id SPACES_SECRET_ACCESS_KEY=my-access-key-secret defang compose up --provider digitalocean
195195
```
196196
197-
See our full tutorial on [deploying to DigitalOcean](/docs/tutorials/deploy-to-digitalocean.mdx).
197+
See our full tutorial on [deploying to DigitalOcean](/docs/tutorials/deploy-to-digitalocean).
198198
199199
## Step 3 - Migrating your data
200200

0 commit comments

Comments
 (0)