From 4ba3573632ef6568ed1f6b8f48b289d31a13af0b Mon Sep 17 00:00:00 2001 From: Eric Paulsen Date: Thu, 18 Aug 2022 18:47:12 -0500 Subject: [PATCH] fix: quickstart 404 (#3564) --- docs/quickstart.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/quickstart.md b/docs/quickstart.md index b106412ce4..43e83fe8ae 100644 --- a/docs/quickstart.md +++ b/docs/quickstart.md @@ -44,7 +44,7 @@ Connect to your workspace via SSH: coder ssh ``` -To access your workspace in the Coder dashboard, navigate to the [configured access URL](../configure.md), +To access your workspace in the Coder dashboard, navigate to the [configured access URL](./install/configure.md), and log in with the owner credentials provided to you by Coder. ![Coder Web UI with code-server](./images/code-server.png)