Skip to content

Commit 82c7375

Browse files
authored
Merge pull request #21 from gpotter2/master
Fix relative links
2 parents 6c02bb6 + 362cd95 commit 82c7375

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

download.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ subtitle: Download scapy on GitHub or PyPI
44
date: 2019
55
---
66

7-
<link rel="stylesheet" href="./css/button.css">
7+
<link rel="stylesheet" href="../css/button.css">
88

99
# Download scapy:
1010

@@ -23,7 +23,7 @@ date: 2019
2323
</a>
2424
<a href="https://github.com/secdev/scapy/archive/master.zip" class="button">
2525
<div>
26-
<img src="/img/logo.png">
26+
<img src="../img/logo.png">
2727
<p class="button_text">Development version</p>
2828
</div>
2929
</a>

0 commit comments

Comments
 (0)