Skip to content

Commit 2983dce

Browse files
committed
Add redirects for broken and used deeplinks
1 parent 7ec1e44 commit 2983dce

File tree

2 files changed

+26
-0
lines changed

2 files changed

+26
-0
lines changed

integrations/index.html

+13
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
<!DOCTYPE html>
2+
<html lang="en">
3+
<head>
4+
<meta charset="UTF-8">
5+
<meta name="viewport" content="width=device-width, initial-scale=1.0">
6+
<meta http-equiv="refresh" content = "0;url=https://docs.securecodebox.io/">
7+
<title>secureCodeBox</title>
8+
</head>
9+
<body>
10+
We messed up the links in the release. Whoops 😬😅
11+
You can find the actual list of integrations here <a href="https://docs.securecodebox.io/">https://docs.securecodebox.io/</a>
12+
</body>
13+
</html>

telemetry/index.html

+13
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
<!DOCTYPE html>
2+
<html lang="en">
3+
<head>
4+
<meta charset="UTF-8">
5+
<meta name="viewport" content="width=device-width, initial-scale=1.0">
6+
<title>secureCodeBox</title>
7+
<meta http-equiv="refresh" content = "0;url=https://docs.securecodebox.io/docs/telemetry">
8+
</head>
9+
<body>
10+
We messed up the links in the release. Whoops 😬😅
11+
You can find the actual telemetry page here <a href="https://docs.securecodebox.io/docs/telemetry">https://docs.securecodebox.io/docs/telemetry</a>
12+
</body>
13+
</html>

0 commit comments

Comments
 (0)