Skip to content

Commit 3d78a47

Browse files
authored
Merge pull request #4 from jordalgo/redirects
try removing refresh tags to fix download issue
2 parents 5ffacbc + 7bf7e04 commit 3d78a47

File tree

3 files changed

+0
-3
lines changed

3 files changed

+0
-3
lines changed

static/index.html

-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
<!-- This is used as a redirect for the old docs website. We can probably remove at some point -->
44
<head>
55
<meta charset="UTF-8">
6-
<meta http-equiv="refresh" content="0; url=https://bpftrace.org/docs/0.22">
76
<link rel="canonical" href="https://bpftrace.org/docs/0.22" />
87
</head>
98
<script>

static/latest

-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
<!-- This is used as a redirect for the old docs website. We can probably remove at some point -->
44
<head>
55
<meta charset="UTF-8">
6-
<meta http-equiv="refresh" content="0; url=https://bpftrace.org/docs/0.22">
76
<link rel="canonical" href="https://bpftrace.org/docs/0.22" />
87
</head>
98
<script>

static/next

-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
<!-- This is used as a redirect for the old docs website. We can probably remove at some point -->
44
<head>
55
<meta charset="UTF-8">
6-
<meta http-equiv="refresh" content="0; url=https://bpftrace.org/docs/pre-release">
76
<link rel="canonical" href="https://bpftrace.org/docs/pre-release" />
87
</head>
98
<script>

0 commit comments

Comments
 (0)