Skip to content

Commit 0809905

Browse files
authored
Merge pull request #19 from gpotter2/master
Add redirection for backward compatibility
2 parents 873d0f3 + 5afca8a commit 0809905

File tree

3 files changed

+28
-69
lines changed

3 files changed

+28
-69
lines changed

CHANGELOG.md

Lines changed: 0 additions & 69 deletions
This file was deleted.

files/index.html

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
<!DOCTYPE HTML>
2+
<html lang="en-US">
3+
<head>
4+
<meta charset="UTF-8">
5+
<meta http-equiv="refresh" content="0; url=https://github.com/secdev/scapy?files=1">
6+
<script type="text/javascript">
7+
window.location.href = "https://github.com/secdev/scapy?files=1"
8+
</script>
9+
<title>Page Redirection</title>
10+
</head>
11+
<body>
12+
If you are not redirected automatically, follow this <a href='https://github.com/secdev/scapy?files=1'>link to example</a>.
13+
</body>
14+
</html>

files/scapydoc.pdf/index.html

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
<!DOCTYPE HTML>
2+
<html lang="en-US">
3+
<head>
4+
<meta charset="UTF-8">
5+
<meta http-equiv="refresh" content="0; url=https://readthedocs.org/projects/scapy/downloads/pdf/latest/">
6+
<script type="text/javascript">
7+
window.location.href = "https://readthedocs.org/projects/scapy/downloads/pdf/latest/"
8+
</script>
9+
<title>Page Redirection</title>
10+
</head>
11+
<body>
12+
If you are not redirected automatically, follow this <a href='https://readthedocs.org/projects/scapy/downloads/pdf/latest/'>link</a>.
13+
</body>
14+
</html>

0 commit comments

Comments
 (0)