Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 80a03c6

Browse files
committed
Fix broken links in template tutorial docs
1 parent 549f6c3 commit 80a03c6

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

docs/tutorials/template-from-scratch.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,7 @@ configuration.
214214

215215
Your template can use metadata to show information to the workspace owner. Coder
216216
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.
218218

219219
## 4. coder_app
220220

@@ -224,13 +224,13 @@ resource lets a developer use an app from the workspace's Coder dashboard.
224224

225225
![Apps in a Coder workspace](../images/templates/workspace-apps.png)
226226

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
229229
JupyterLab.
230230

231231
To install and code-server in the workspace, remember that we installed it in
232232
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
234234
more examples.
235235

236236
```tf
@@ -414,6 +414,6 @@ template is ready to use for new workspaces.
414414
415415
## Next steps
416416
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

Comments
 (0)