Skip to content

Commit f6b96e3

Browse files
scsmithrkylecarbs
authored andcommitted
Fix security links in cloud setup guides (#260)
1 parent 3b8cd0a commit f6b96e3

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

doc/admin/install/aws.md

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

doc/admin/install/digitalocean.md

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

doc/admin/install/google_cloud.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ wget https://github.com/codercom/code-server/releases/download/0.1.4/code-server
3232
```
3333
chmod +x code-server-linux
3434
```
35-
> To ensure the connection between you and your server is encrypted view our guide on [securing your setup](../security/ssl.md)
35+
> To ensure the connection between you and your server is encrypted view our guide on [securing your setup](../../security/ssl.md)
3636
4. Start the code-server
3737
```
3838
sudo ./code-server-linux -p 80
@@ -43,4 +43,4 @@ sudo ./code-server-linux -p 80
4343
6. You will be greeted with this page. Code-server is using a self-signed SSL certificate for easy setup. To proceed to the IDE, click **"Advanced"**<img src ="../../assets/chrome_warning.png">
4444
7. Then click **"proceed anyway"**<img src="../../assets/chrome_confirm.png">
4545
---
46-
> NOTE: If you get stuck or need help, [file an issue](https://github.com/codercom/code-server/issues/new?&title=Improve+self-hosted+quickstart+guide), [tweet (@coderhq)](https://twitter.com/coderhq) or [email](mailto:[email protected]?subject=Self-hosted%20quickstart%20guide).
46+
> NOTE: If you get stuck or need help, [file an issue](https://github.com/codercom/code-server/issues/new?&title=Improve+self-hosted+quickstart+guide), [tweet (@coderhq)](https://twitter.com/coderhq) or [email](mailto:[email protected]?subject=Self-hosted%20quickstart%20guide).

0 commit comments

Comments
 (0)