Skip to content

Minor docs fixes #2920

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Jul 11, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .github/CODEOWNERS
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
site/ @coder/frontend
docs/ @ammario @jsjoeio
6 changes: 3 additions & 3 deletions docs/quickstart/docker.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).

Expand Down
2 changes: 1 addition & 1 deletion docs/quickstart/generic.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down