Skip to content

Commit

Permalink
Fixed redirect in older docs to point to the latest troubleshooting doc
Browse files Browse the repository at this point in the history
Signed-off-by: Travis Beckham <[email protected]>
  • Loading branch information
travisbeckham committed Apr 26, 2024
1 parent 6476d7a commit f652a48
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion linkerd.io/content/2.10/checks/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<script type="text/javascript">
window.onload = function() {
var hash = window.location.hash;
window.location.href = window.location.origin + "/2.10/tasks/troubleshooting/" + hash;
window.location.href = window.location.origin + "/2/tasks/troubleshooting/" + hash;
}
</script>
<title>Linkerd Check Redirection</title>
Expand Down
2 changes: 1 addition & 1 deletion linkerd.io/content/2.11/checks/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<script type="text/javascript">
window.onload = function() {
var hash = window.location.hash;
window.location.href = window.location.origin + "/2.11/tasks/troubleshooting/" + hash;
window.location.href = window.location.origin + "/2/tasks/troubleshooting/" + hash;
}
</script>
<title>Linkerd Check Redirection</title>
Expand Down
2 changes: 1 addition & 1 deletion linkerd.io/content/2.12/checks/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<script type="text/javascript">
window.onload = function() {
var hash = window.location.hash;
window.location.href = window.location.origin + "/2.12/tasks/troubleshooting/" + hash;
window.location.href = window.location.origin + "/2/tasks/troubleshooting/" + hash;
}
</script>
<title>Linkerd Check Redirection</title>
Expand Down
2 changes: 1 addition & 1 deletion linkerd.io/content/2.13/checks/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<script type="text/javascript">
window.onload = function() {
var hash = window.location.hash;
window.location.href = window.location.origin + "/2.13/tasks/troubleshooting/" + hash;
window.location.href = window.location.origin + "/2/tasks/troubleshooting/" + hash;
}
</script>
<title>Linkerd Check Redirection</title>
Expand Down
2 changes: 1 addition & 1 deletion linkerd.io/content/2.14/checks/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<script type="text/javascript">
window.onload = function() {
var hash = window.location.hash;
window.location.href = window.location.origin + "/2.15/tasks/troubleshooting/" + hash;
window.location.href = window.location.origin + "/2/tasks/troubleshooting/" + hash;
}
</script>
<title>Linkerd Check Redirection</title>
Expand Down
2 changes: 1 addition & 1 deletion linkerd.io/content/2.15/checks/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<script type="text/javascript">
window.onload = function() {
var hash = window.location.hash;
window.location.href = window.location.origin + "/2.15/tasks/troubleshooting/" + hash;
window.location.href = window.location.origin + "/2/tasks/troubleshooting/" + hash;
}
</script>
<title>Linkerd Check Redirection</title>
Expand Down

0 comments on commit f652a48

Please sign in to comment.