Skip to content

Commit 9aa6559

Browse files
committed
rename launch week file and fix broken link in cli tutorial
1 parent bb0fc6e commit 9aa6559

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

blog/2024-12-04-november-update.md renamed to blog/2024-12-04-launch-week.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ tags:
1717
Defang Compose Update,
1818
]
1919
author: Defang Team
20+
image: https://docs.defang.io/img/november-update/launch-week.png
2021
---
2122
import { Button } from '@mui/material';
2223

docs/tutorials/deploy-container-using-the-cli.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ The example above shows a multi-container application with 3 services, `web`, `a
4646
If you wanted to deploy only one container, say `app`, then the example would remain the same, except without the `web` and `redis` services.
4747

4848
# Step 2 - Deploy
49-
Run the following command in the [Defang CLI]((/docs/getting-started#install-the-defang-cli.md)).
49+
Run the following command in the [Defang CLI](/docs/getting-started#install-the-defang-cli).
5050
```text
5151
defang compose up
5252
```

0 commit comments

Comments
 (0)