@@ -214,7 +214,7 @@ configuration.
214
214
215
215
Your template can use metadata to show information to the workspace owner. Coder
216
216
displays this metadata in the Coder dashboard. Our template has
217
- [ ` metadata ` ] ( ./agent-metadata.md ) blocks for CPU and RAM usage.
217
+ [ ` metadata ` ] ( ../admin/templates/extending-templates /agent-metadata.md ) blocks for CPU and RAM usage.
218
218
219
219
## 4. coder_app
220
220
@@ -224,13 +224,13 @@ resource lets a developer use an app from the workspace's Coder dashboard.
224
224
225
225
![ Apps in a Coder workspace] ( ../images/templates/workspace-apps.png )
226
226
227
- This is commonly used for [ web IDEs] ( ../ides /web-ides.md ) such as
228
- [ code-server] ( https://coder.com/docs/code-server/latest ) , RStudio, and
227
+ This is commonly used for [ web IDEs] ( ../user-guides/workspace-access /web-ides.md ) such as
228
+ [ code-server] ( https://coder.com/docs/code-server ) , RStudio, and
229
229
JupyterLab.
230
230
231
231
To install and code-server in the workspace, remember that we installed it in
232
232
the ` startup_script ` argument in ` coder_agent ` . We make it available from a
233
- workspace with a ` coder_app ` resource. See [ web IDEs] ( ../ides /web-ides.md ) for
233
+ workspace with a ` coder_app ` resource. See [ web IDEs] ( ../user-guides/workspace-access /web-ides.md ) for
234
234
more examples.
235
235
236
236
``` tf
@@ -414,6 +414,6 @@ template is ready to use for new workspaces.
414
414
415
415
## Next steps
416
416
417
- - [Setting up templates](./best-practices .md)
418
- - [Customizing templates](./customizing .md)
419
- - [Troubleshooting template](./troubleshooting.md)
417
+ - [Setting up templates](../admin/templates/README .md)
418
+ - [Customizing templates](../admin/templates/extending-templates/README .md)
419
+ - [Troubleshooting template](../admin/templates /troubleshooting.md)
0 commit comments