Fix security links in cloud setup guides (#260)

This commit is contained in:
Sean Smith 2019-03-15 14:32:24 -05:00 committed by Kyle Carberry
parent 3b8cd0a3cd
commit f6b96e3778
3 changed files with 4 additions and 4 deletions

View File

@ -41,7 +41,7 @@ If you're just starting out, we recommend [installing code-server locally](../..
``` ```
chmod +x code-server-linux chmod +x code-server-linux
``` ```
> To ensure the connection between you and your server is encrypted view our guide on [securing your setup](../security/ssl.md) > To ensure the connection between you and your server is encrypted view our guide on [securing your setup](../../security/ssl.md)
- Finally, run - Finally, run
``` ```
sudo ./code-server-linux -p 80 sudo ./code-server-linux -p 80

View File

@ -24,7 +24,7 @@ If you're just starting out, we recommend [installing code-server locally](../..
``` ```
chmod +x code-server-linux chmod +x code-server-linux
``` ```
> To ensure the connection between you and your server is encrypted view our guide on [securing your setup](../security/ssl.md) > To ensure the connection between you and your server is encrypted view our guide on [securing your setup](../../security/ssl.md)
- Finally start the code-server - Finally start the code-server
``` ```
sudo ./code-server-linux -p 80 sudo ./code-server-linux -p 80

View File

@ -32,7 +32,7 @@ wget https://github.com/codercom/code-server/releases/download/0.1.4/code-server
``` ```
chmod +x code-server-linux chmod +x code-server-linux
``` ```
> To ensure the connection between you and your server is encrypted view our guide on [securing your setup](../security/ssl.md) > To ensure the connection between you and your server is encrypted view our guide on [securing your setup](../../security/ssl.md)
4. Start the code-server 4. Start the code-server
``` ```
sudo ./code-server-linux -p 80 sudo ./code-server-linux -p 80