From 75eeca45bf0a1850c75ac6f396b2118c2ff161de Mon Sep 17 00:00:00 2001 From: Ana Hobden Date: Tue, 21 Jul 2020 20:45:59 -0700 Subject: [PATCH] vscode links Signed-off-by: Ana Hobden --- embedded-workshop-book/src/installation.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/embedded-workshop-book/src/installation.md b/embedded-workshop-book/src/installation.md index d5a3ff1..ae5cfb0 100644 --- a/embedded-workshop-book/src/installation.md +++ b/embedded-workshop-book/src/installation.md @@ -2,16 +2,16 @@ ## VS Code -**Windows**: Go to https://code.visualstudio.com and run the installer +**Windows**: Go to [https://code.visualstudio.com](https://code.visualstudio.com) and run the installer. -**Linux**: Check your Linux distribution package manager (example below). If it's not there follow the instructions on https://code.visualstudio.com/docs/setup/linux +**Linux**: Check your Linux distribution package manager (example below). If it's not there, follow the instructions on [https://code.visualstudio.com/docs/setup/linux](https://code.visualstudio.com/docs/setup/linux). ``` console $ # Arch Linux $ sudo pacman -S code ``` -**macOS**: Go to https://code.visualstudio.com and click on "Download for Mac" +**macOS**: Go to [https://code.visualstudio.com](https://code.visualstudio.com) and click on "Download for Mac" ## OS specific dependencies