Skip to content

Commit 1fd56bd

Browse files
committed
fix docs/admin links
1 parent 399c830 commit 1fd56bd

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

cli/server.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -813,7 +813,7 @@ func (r *RootCmd) Server(newAPI func(context.Context, *coderd.Options) (*coderd.
813813
}
814814
defer options.Telemetry.Close()
815815
} else {
816-
logger.Warn(ctx, fmt.Sprintf(`telemetry disabled, unable to notify of security issues. Read more: %s/admin/telemetry`, vals.DocsURL.String()))
816+
logger.Warn(ctx, fmt.Sprintf(`telemetry disabled, unable to notify of security issues. Read more: %s/admin/setup/telemetry`, vals.DocsURL.String()))
817817
}
818818

819819
// This prevents the pprof import from being accidentally deleted.

docs/admin/templates/extending-templates/web-ides.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -255,7 +255,7 @@ resource "coder_app" "rstudio" {
255255
```
256256

257257
If you cannot enable a
258-
[wildcard subdomain](https://coder.com/docs/admin/configure#wildcard-access-url),
258+
[wildcard subdomain](https://coder.com/docs/admin/setup#wildcard-access-url),
259259
you can configure the template to run RStudio on a path using an NGINX reverse
260260
proxy in the template. There is however
261261
[security risk](https://coder.com/docs/reference/cli/server#--dangerous-allow-path-app-sharing)

install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,7 @@ To run a Coder server:
216216
# Or just run the server directly
217217
$ coder server
218218
219-
Configuring Coder: https://coder.com/docs/admin/configure
219+
Configuring Coder: https://coder.com/docs/admin/setup
220220
221221
To connect to a Coder deployment:
222222

0 commit comments

Comments
 (0)