Skip to content

Commit

Permalink
feat: setup redirections
Browse files Browse the repository at this point in the history
  • Loading branch information
vthiery committed Jan 14, 2025
0 parents commit e18e7f5
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 0 deletions.
5 changes: 5 additions & 0 deletions benchmark-helm/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
<!DOCTYPE html>
<meta charset="utf-8">
<title>Redirecting to https://camunda.github.io/zeebe-benchmark-helm/</title>
<meta http-equiv="refresh" content="0; URL=https://camunda.github.io/zeebe-benchmark-helm/">
<link rel="canonical" href="https://camunda.github.io/zeebe-benchmark-helm/">
20 changes: 20 additions & 0 deletions zeebe-chaos/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
<!DOCTYPE html>
<html lang="en">

<head>
<meta charset="utf-8">
<title>Redirecting...</title>
<meta http-equiv="refresh" content="0; URL=https://camunda.github.io/zeebe-chaos/">
<link rel="canonical" href="https://camunda.github.io/zeebe-chaos/">
<script>
const path = window.location.pathname + window.location.search + window.location.hash;
window.location.replace("https://camunda.github.io/zeebe-chaos" + path);
</script>
</head>

<body>
<p>If you are not redirected automatically, follow this <a href="https://camunda.github.io/zeebe-chaos/">link to the
new site</a>.</p>
</body>

</html>

0 comments on commit e18e7f5

Please sign in to comment.