Fix security links in cloud setup guides (#260)
This commit is contained in:
parent
3b8cd0a3cd
commit
f6b96e3778
@ -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
|
||||||
|
@ -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
|
||||||
|
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user