From 88c76d4794cfce84ad6fb84d88c9f61d16a63225 Mon Sep 17 00:00:00 2001 From: Anmol Sethi Date: Thu, 4 Jun 2020 16:49:49 -0400 Subject: [PATCH] Fix typo in guide.md --- doc/guide.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/guide.md b/doc/guide.md index beba49d7..8ca2b757 100644 --- a/doc/guide.md +++ b/doc/guide.md @@ -25,7 +25,7 @@ Further docs are at: - [FAQ](./FAQ.md) for common questions. - [CONTRIBUTING](../doc/CONTRIBUTING.md) for development docs -We highly recommend reading the [FAQ](./doc/FAQ.md) on the [Differences compared to VS Code](./doc/FAQ.md#differences-compared-to-vs-code) before beginning. +We highly recommend reading the [FAQ](./FAQ.md) on the [Differences compared to VS Code](./FAQ.md#differences-compared-to-vs-code) before beginning. We'll walk you through acquiring a remote machine to run `code-server` on and then exposing `code-server` so you can securely access it.