Skip to content

Commit 43ba6a5

Browse files
Fix image assets
1 parent 615d76a commit 43ba6a5

File tree

4 files changed

+4
-2
lines changed

4 files changed

+4
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<div align="center">
22

3-
<a href="https://github.com/podium/elixir-secure-coding/archive/master.zip"><img src="./assets/images/secure_elixir_gold.png" alt="Elixir Secure Coding Training" width="25%"></a>
3+
<a href="https://github.com/podium/elixir-secure-coding/archive/master.zip"><img src="./modules/files/secure_elixir_gold.png" alt="Elixir Secure Coding Training" width="25%"></a>
44

55
# Elixir Secure Coding Training (ESCT)
66

modules/6-cookies.livemd

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
<!-- livebook:{"file_entries":[{"name":"OptInvsOptOutCookies.png","type":"attachment"}]} -->
2+
13
# ESCT: Part 6 - Cookie Security
24

35
```elixir
@@ -220,7 +222,7 @@ Opt-in is the process that describes an affirmative action user takes to offer t
220222

221223
If you want to be legally compliant, it is safer to have both the options with opt-out as the default.
222224

223-
<img src="../assets/images/OptInvsOptOutCookies.png" alt="OptInOptOutCookies" width="1000" height="450" />
225+
<img src="files/OptInvsOptOutCookies.png" alt="OptInOptOutCookies" width="1000" height="450" />
224226

225227
### Resources
226228

0 commit comments

Comments
 (0)