Skip to content

Commit a49976f

Browse files
fix a few broken links
1 parent 54dd802 commit a49976f

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

cli-index.mdx

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,26 +14,26 @@ The Defang CLI takes your app from Docker Compose to a secure and scalable deplo
1414
items={[
1515
{
1616
type: "link",
17-
href: "/docs/cli/compose-up",
17+
href: "/docs/cli/defang_compose_up",
1818
label: "defang compose up",
1919
description: "Learn how to deploy your application",
2020
},
2121
{
2222
type: "link",
23-
href: "/docs/cli/config-set",
23+
href: "/docs/cli/defang_config_set",
2424
label: "defang config set",
2525
description: "Learn how to set configuration values for your deployment",
2626
},
2727
{
2828
type: "link",
29-
href: "/docs/cli/compose-logs",
29+
href: "/docs/cli/defang_compose_logs",
3030
label: "defang compose logs",
3131
description: "Learn how to view your application logs",
3232
},
3333
{
3434
type: "link",
35-
href: "/docs/cli/compose-services",
36-
label: "defang compose services",
35+
href: "/docs/cli/defang_compose_ps",
36+
label: "defang compose ps",
3737
description: "Learn how to view your deployed services",
3838
},
3939
]}

docs/concepts/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ import DocCardList from "@docusaurus/theme-classic/lib/theme/DocCardList";
1212
items={[
1313
{
1414
type: "link",
15-
href: "/docs/concepts/managed-llms",
15+
href: "/docs/concepts/managed-llms/managed-language-models",
1616
label: "Managed LLMs",
1717
description: "Learn about how Defang makes it easy to use Managed LLMs",
1818
},

0 commit comments

Comments
 (0)