Skip to content
This repository was archived by the owner on Oct 19, 2024. It is now read-only.

Commit 6b87847

Browse files
committed
add redirect
Signed-off-by: Alexander Matyushentsev <[email protected]>
1 parent f1cb20d commit 6b87847

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

404.html

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
<!doctype html>
2+
<head>
3+
<meta http-equiv="refresh" content="1; URL=https://argo-cd.readthedocs.io/en/stable/operator-manual/notifications/" />
4+
</head>
5+
<body>
6+
<p>If you are not redirected, <a href="https://argo-cd.readthedocs.io/en/stable/operator-manual/notifications/">click here</a>.</p>
7+
</body>

index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<!doctype html>
22
<head>
3-
<meta http-equiv="refresh" content="1; URL=https://argocd-notifications.readthedocs.io/" />
3+
<meta http-equiv="refresh" content="1; URL=https://argo-cd.readthedocs.io/en/stable/operator-manual/notifications/" />
44
</head>
55
<body>
6-
<p>If you are not redirected, <a href="https://argocd-notifications.readthedocs.io/">click here</a>.</p>
6+
<p>If you are not redirected, <a href="https://argo-cd.readthedocs.io/en/stable/operator-manual/notifications/">click here</a>.</p>
77
</body>

0 commit comments

Comments
 (0)