File tree Expand file tree Collapse file tree 5 files changed +51
-5
lines changed Expand file tree Collapse file tree 5 files changed +51
-5
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ subtitle: Download scapy on GitHub or PyPI
44date : 2019
55---
66
7- <link rel =" stylesheet " href =" /css/button.css " >
7+ <link rel =" stylesheet " href =" . /css/button.css" >
88
99# Download scapy:
1010
@@ -31,4 +31,4 @@ date: 2019
3131
3232## Python versions support
3333
34- <img src =" https://raw.githubusercontent.com/secdev/scapy/master/doc/scapy/graphics/scapy_version_timeline.jpg " alt =" Scapy versions " />
34+ <img src =" https://raw.githubusercontent.com/secdev/scapy/master/doc/scapy/graphics/scapy_version_timeline.jpg " alt =" Scapy versions " />
Original file line number Diff line number Diff line change @@ -25,8 +25,8 @@ date: 2019
2525</ul >
2626{% endraw %}
2727
28- <link rel =" stylesheet " href =" /css/button.css " >
29- <link rel =" stylesheet " href =" /css/table.css " >
28+ <link rel =" stylesheet " href =" . /css/button.css" >
29+ <link rel =" stylesheet " href =" . /css/table.css" >
3030
3131Scapy Project
3232=============
@@ -36,7 +36,7 @@ The same code base now runs natively on both Python 2 and Python 3.
3636
3737{% raw %}
3838<div >
39- <a href="/download" class="button button_main">
39+ <a href=". /download" class="button button_main">
4040 DOWNLOAD SCAPY
4141 </a>
4242</div >
@@ -45,6 +45,8 @@ The same code base now runs natively on both Python 2 and Python 3.
4545{: .box-note}
4646## [ Get started with Scapy] ( https://scapy.readthedocs.io/en/latest/introduction.html )
4747
48+ ![ Scapy installation] ( ./img/animation-scapy-install.svg )
49+
4850## Help, documentation
4951
5052
You can’t perform that action at this time.
0 commit comments