Skip to content

Commit a2fc62b

Browse files
authored
LLAPEX-492: Fix image/file paths and update .gitignore (#10)
LLAPEX-492: Fix image/file paths and update .gitignore
1 parent 6879893 commit a2fc62b

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

Diff for: .gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,4 @@
55
*.patch
66
env.sh
77
labs/.DS_Store
8+
.vscode

Diff for: hyperion/3vmconfig/vmconfig.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ The first thing we need to do is to open up the requisite ports on the security
4949

5050
4. Click "Add Ingress Rule". Here, we'll add an ingress rule that allows all connections from all incoming connections. (In a production scenario, we would be more selective about which ports we could enter from and only provision ports for SSH/VNC connections, but to ease the lab's completion, we open all ports here.) In the Source CIDR box, type in the string `0.0.0.0/0`, then click "Add Ingress Rules" to add this ingress rule.
5151

52-
![The bastion host security list](/images/vmconfig4.png " ")
52+
![The bastion host security list](./images/vmconfig4.png " ")
5353

5454
![Opening all ports, part 1](images/vmconfig5.png " ")
5555

Diff for: premier-league/prepare-schema/prepare-schema.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ This new user/schema will hold the football data.
4444

4545
![ADW Menu](images/open-sql.png)
4646

47-
5. **Download** [pl-create-user.sql](/files/pl-create-user.sql) Save the file on your local machine. Make sure that the file is saved with extension `.sql`.
47+
5. **Download** [pl-create-user.sql](./files/pl-create-user.sql) Save the file on your local machine. Make sure that the file is saved with extension `.sql`.
4848

4949
6. Open the `pl-create-user.sql` file with a text editor and copy-and-paste all of its contents into the database actions worksheet area.
5050

0 commit comments

Comments
 (0)