Minor docs fixes (#2920)

* Fix image links in quickstart

* Add myself to CODEOWNERS for docs
This commit is contained in:
Ammar Bandukwala
2022-07-11 17:35:24 -05:00
committed by GitHub
parent df13b9dfea
commit 59de95b8bb
3 changed files with 5 additions and 4 deletions

View File

@ -62,18 +62,18 @@ Coder with Docker has the following advantages:
1. Open the dashboard in your browser (http://localhost:7080) to create your
first workspace:
<img src="./images/quickstart/docker/login.png">
<img src="../images/quickstart/docker/login.png">
Then navigate to `Templates > docker > Create workspace`
<img src="./images/quickstart/docker/create-workspace.png">
<img src="../images/quickstart/docker/create-workspace.png">
Now wait a few moments for the workspace to build... After the first build
the image is cached and subsequent builds will take a few seconds.
1. All done!
<img src="./images/quickstart/docker/ides.png">
<img src="../images/quickstart/docker/ides.png">
Open up a web application or [SSH in](../ides.md#ssh-configuration).

View File

@ -35,7 +35,7 @@ deploying Coder (if you're using a temporary deployment and you opted to use
Coder's tunnel, use the access URL you were provided). Log in with the admin
credentials provided to you by Coder.
![Coder Web UI with code-server](images/code-server.png)
![Coder Web UI with code-server](../images/code-server.png)
## Modifying templates