Skip to content

Commit 5a041d7

Browse files
committed
capitalize page names
1 parent 31d294e commit 5a041d7

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/concepts/networking.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ import TabItem from '@theme/TabItem';
1111
Defang configures Security Groups, deploys applications to a private subnet and uses an Application Load Balancer to route traffic to your services from the public internet only when required.
1212

1313
:::tip
14-
This page is about internal networking only. If you want to configure your services to be accessible from the public internet, check the [domains page](./domains.mdx).
14+
This page is about internal networking only. If you want to configure your services to be accessible from the public internet, check the [Domains page](./domains.mdx).
1515
:::
1616

1717
## Internal Communication
@@ -65,4 +65,4 @@ Internal communication between services in Defang BYOC follows the following pat
6565
http://<service-name>:<port>
6666
```
6767
</TabItem>
68-
</Tabs>
68+
</Tabs>

docs/tutorials/monitoring-your-services.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,6 @@ $ defang logs --type=build
4747
All of the above flags can be combined to get the exact logs you need. See the CLI reference for [`defang tail`](/docs/cli/defang_tail) for more information.
4848

4949
:::info
50-
* To learn more about observability in Defang, check out the [observability page](../concepts/observability.md).
50+
* To learn more about observability in Defang, check out the [Observability page](../concepts/observability.md).
5151
* Note that the Defang Portal only displays services deployed to Defang Playground.
5252
:::

0 commit comments

Comments
 (0)