fix(docs): fix broken docs (#7138)

* fixing a lot of broken links

* more fixes

* add 0 as valid status codes

https://tools.ietf.org/html/rfc7231#section-6.3.1 --> 0 as status code
This commit is contained in:
Muhammad Atif Ali
2023-04-14 11:11:51 -05:00
committed by GitHub
parent 9ec16d4454
commit 0e50afe4cf
26 changed files with 55 additions and 57 deletions
+3 -5
View File
@@ -5,8 +5,7 @@ for software development.
## Create workspaces
Each Coder user has their own workspaces created from [shared
templates](./templates.md):
Each Coder user has their own workspaces created from [shared templates](./templates/README.md):
```console
# create a workspace from the template; specify any variables
@@ -18,13 +17,12 @@ coder show <workspace-name>
## IDEs
Coder [supports multiple IDEs](ides.md) for use with your workspaces.
Coder [supports multiple IDEs](./ides.md) for use with your workspaces.
## Workspace lifecycle
Workspaces in Coder are started and stopped, often based on whether there was
any activity or if there was a [template
update](./templates.md#start/stop) available.
any activity or if there was a [template update](./templates/README.md#Start/stop) available.
Resources are often destroyed and re-created when a workspace is restarted,
though the exact behavior depends on the template. For more