Skip to content

Commit 24e6598

Browse files
committed
changed directory for static files
- signed-off-by: trimstray <trimstray@gmail.com>
1 parent f25a0f1 commit 24e6598

File tree

8 files changed

+3
-3
lines changed

8 files changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<p align="center">
2-
<img src="https://github.com/trimstray/test-your-sysadmin-skills/blob/master/doc/img/sysadmin_preview.png"
2+
<img src="https://github.com/trimstray/test-your-sysadmin-skills/blob/master/static/img/sysadmin_preview.png"
33
alt="Master">
44
</p>
55

@@ -1117,7 +1117,7 @@ Operating at the network layer and transport layer of the TCP/IP protocol stack,
11171117

11181118
Useful resources:
11191119

1120-
- [Building Internet Firewalls - Packet Filtering](http://web.deu.edu.tr/doc/oreily/networking/firewall/ch06_01.htm)
1120+
- [Building Internet Firewalls - Packet Filtering](http://web.deu.edu.tr/static/oreily/networking/firewall/ch06_01.htm)
11211121

11221122
</details>
11231123

@@ -3941,7 +3941,7 @@ grep mkdir "${d}/available_events"
39413941
# Enable tracing mkdir.
39423942
# Both statements below seem to do the exact same thing,
39433943
# just with different interfaces.
3944-
# https://www.kernel.org/doc/html/v4.18/trace/events.html
3944+
# https://www.kernel.org/static/html/v4.18/trace/events.html
39453945
echo sys_enter_mkdir > "${d}/set_event"
39463946
# echo 1 > "${d}/events/syscalls/sys_enter_mkdir/enable"
39473947

doc/.gitkeep

Whitespace-only changes.

doc/img/.gitkeep

Whitespace-only changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)