@@ -68,7 +68,7 @@ web interface, the CLI tool, or directly calling API methods.
68
68
69
69
### Workspace
70
70
71
- A [ workspace] ( ../../workspaces/README .md ) refers to an isolated development environment
71
+ A [ workspace] ( ../../../workspaces .md ) refers to an isolated development environment
72
72
where users can write, build, and run code. Workspaces are fully configurable
73
73
and can be tailored to specific project requirements, providing developers with
74
74
a consistent and efficient development environment. Workspaces can be
@@ -336,10 +336,10 @@ could affect workspace users experience once the platform is live.
336
336
[ version control] ( ../../templates/managing-templates/change-management.md ) .
337
337
1 . Consider implementing a GitOps workflow to automatically push new template
338
338
versions into Coder from git. For example, on Github, you can use the
339
- [ Update Coder Template ] ( https://github.com/marketplace/actions/update -coder-template )
339
+ [ Setup Coder] ( https://github.com/marketplace/actions/setup -coder )
340
340
action.
341
341
1 . Evaluate enabling
342
- [ automatic template updates] ( ../../templates/general-settings .md#require-automatic-updates-enterprise )
342
+ [ automatic template updates] ( ../../workspaces/README .md#update-policies )
343
343
upon workspace startup.
344
344
345
345
### Observability
@@ -351,12 +351,14 @@ could affect workspace users experience once the platform is live.
351
351
leverage pre-configured dashboards, alerts, and runbooks for monitoring
352
352
Coder. This includes integrations between Prometheus, Grafana, Loki, and
353
353
Alertmanager.
354
- 1 . Review the [ Prometheus response] ( ../prometheus.md ) and set up alarms on
354
+ 1 . Review the [ Prometheus response] ( ../../integrations/ prometheus.md ) and set up alarms on
355
355
selected metrics.
356
356
357
357
### User support
358
358
359
- 1 . Incorporate [ support links] ( ../appearance.md#support-links ) into internal
359
+ <!-- TODO: Add support links section -->
360
+
361
+ 1 . Incorporate [ support links] ( # ) into internal
360
362
documentation accessible from the user context menu. Ensure that hyperlinks
361
363
are valid and lead to up-to-date materials.
362
364
1 . Encourage the use of ` coder support bundle ` to allow workspace users to
0 commit comments