Skip to content

Commit ac072d6

Browse files
zkamvarCarpentries Apprentice
authored andcommitted
[custom] fix lesson contents
1 parent 3c0a183 commit ac072d6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

episodes/02-logging-onto-cloud.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ window.onload = set_page_view_defaults;
4343

4444
This lesson covers how to log into, and out of, an *already running* Amazon instance.
4545

46-
If you're returning post-workshop and want to launch your own instance, use [launching cloud instances on your own](../instructors/LaunchingInstances.md)
46+
If you're returning post-workshop and want to launch your own instance, use [launching cloud instances on your own](../learners/LaunchingInstances.md)
4747

4848
## Background to AWS
4949

@@ -160,7 +160,7 @@ Logging off your instance is a lot like logging out of your local computer: it s
160160
that are currently running, but doesn't shut the computer off. AWS instances acrue charges whenever
161161
they are running, *even if you are logged off*.
162162

163-
If you are *completely* done with your AWS instance, you will need to **terminate** it after you log off. Instructions for terminating an instance are here: [launching cloud instances on your own](../instructors/LaunchingInstances.md).
163+
If you are *completely* done with your AWS instance, you will need to **terminate** it after you log off. Instructions for terminating an instance are here: [launching cloud instances on your own](../learners/LaunchingInstances.md).
164164

165165
To log off, use the `exit` command in the same terminal you connected with. This will close the connection, and your terminal will go back to showing your local computer:
166166

File renamed without changes.

0 commit comments

Comments
 (0)