Skip to content

Commit 4ea5250

Browse files
committed
Update docs/operate/control/viam-applications.md
1 parent a907ebe commit 4ea5250

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

docs/operate/control/viam-applications.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -233,8 +233,8 @@ For a React application that shows camera feeds for a machine, see [Viam Camera
233233

234234
### Can I use a custom domain?
235235

236-
Viam does not currently support using custom domains (`www.mycustomdomain.com[/machine/machine-id]`).
237-
You can, however, redirect from your domain to your Viam application (`www.mycustomdomain.com[/machine/machine-id]` -> `your-app-name_your-public-namespace.viamapplications.com[/machine/machine-id]`).
236+
Viam does not currently support using custom domains (`www.mycustomdomain.com[/machine/machine-id]`) to server your Viam application.
237+
You can, however, redirect from your domain to your Viam application (`www.mycustomdomain.com[/machine/machine-id]` -> `your-app-name_your-public-namespace.viamapplications.com[/machine/machine-id]`).
238238
You can set forwarding up with your DNS provider.
239239

240240
To configure an apex domain (`example.com`) and the `www` subdomain, set the following values:

docs/operate/reference/naming-modules.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ Determine the model name you want to use based on these requirements, then proce
9797

9898
## Valid application identifiers
9999

100-
If your module includes a [Viam app](/operate/control/viam-app/), you need to define the application name in your module's `meta.json` file.
100+
If your module includes a [Viam app](/operate/control/viam-applications/), you need to define the application name in your module's `meta.json` file.
101101
Application names have the following requirements:
102102

103103
- Application names must be all-lowercase.
@@ -117,7 +117,7 @@ For example, if your organization namespace is `acme` and your application name
117117
https://dashboard_acme.viamapps.com
118118
```
119119

120-
For more information about Viam apps, see the [Viam apps documentation](/operate/control/viam-app/).
120+
For more information about Viam apps, see the [Viam apps documentation](/operate/control/viam-applications/).
121121

122122
## Create a namespace for your organization
123123

0 commit comments

Comments
 (0)