Skip to content

Commit c94761f

Browse files
committed
Documentation changes
1 parent 7caef7f commit c94761f

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

doc/admin/install/aws.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,4 +113,4 @@ code-server for you in the background as a service and restart it for you if it
113113
crashes.
114114
115115
[security-guide]: ../../security/index.md
116-
[systemd-guide]: https://www.linode.com/docs/quick-answers/linux/start-service-at-boot/
116+
[systemd-guide]: https://www.digitalocean.com/community/tutorials/how-to-configure-a-linux-service-to-start-automatically-after-a-crash-or-reboot-part-1-practical-examples

doc/admin/install/digitalocean.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,4 +122,4 @@ code-server for you in the background as a service and restart it for you if it
122122
crashes. (Note: this doesn't apply for users of the Marketplace Droplet image.)
123123
124124
[security-guide]: ../../security/index.md
125-
[systemd-guide]: https://www.linode.com/docs/quick-answers/linux/start-service-at-boot/
125+
[systemd-guide]: https://www.digitalocean.com/community/tutorials/how-to-configure-a-linux-service-to-start-automatically-after-a-crash-or-reboot-part-1-practical-examples

doc/admin/install/google_cloud.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,6 @@ If you get stuck or need help at anytime, [file an issue](create-issue),
1919

2020
## Deploy to Google Cloud VM
2121

22-
> Pre-requisite: Please [set up Google Cloud SDK](gcloud-sdk) on your local
23-
> machine.
24-
2522
[Open your Google Cloud console](create-instance) to create a new VM instance.
2623

2724
1. Click **Create Instance**.
@@ -36,13 +33,15 @@ If you get stuck or need help at anytime, [file an issue](create-issue),
3633
`code-server`, and under **Protocols and ports** tick **Specified protocols and
3734
ports** and **tcp**. Beside **tcp**, add `8443`, then create the rule.
3835

39-
[gcloud-sdk]: https://cloud.google.com/sdk/docs/
4036
[create-instance]: https://console.cloud.google.com/compute/instances
4137

4238
---
4339

4440
## Final Steps
4541

42+
Please [set up Google Cloud SDK](gcloud-sdk) on your local machine, or access
43+
your instance terminal using another method.
44+
4645
<!-- TODO: add a screenshot of the initial terminal like other guides -->
4746

4847
1. SSH into your Google Cloud VM:
@@ -83,6 +82,7 @@ If you get stuck or need help at anytime, [file an issue](create-issue),
8382
Exception**, then finally **Confirm Security Exception**.
8483
<img src="../../assets/chrome_warning.png">
8584

85+
[gcloud-sdk]: https://cloud.google.com/sdk/docs/
8686
[code-server-latest]: https://github.com/cdr/code-server/releases/latest
8787

8888
---
@@ -98,4 +98,4 @@ code-server for you in the background as a service and restart it for you if it
9898
crashes.
9999

100100
[security-guide]: ../../security/index.md
101-
[systemd-guide]: https://www.linode.com/docs/quick-answers/linux/start-service-at-boot/
101+
[systemd-guide]: https://www.digitalocean.com/community/tutorials/how-to-configure-a-linux-service-to-start-automatically-after-a-crash-or-reboot-part-1-practical-examples

doc/self-hosted/cros-install.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ containers.
5050
+---------+---------+-----------------------+------+------------+-----------+
5151
| penguin | RUNNING | 100.115.92.199 (eth0) | | PERSISTENT | 0 |
5252
+---------+---------+-----------------------+------+------------+-----------+
53-
(termina) chronos@localhost ~ $
53+
(termina) chronos@localhost ~ $
5454
```
5555

5656
For this example, we show the default `penguin` container, which is exposed on

0 commit comments

Comments
 (0)