Skip to content

Commit 6991446

Browse files
authored
Merge pull request #192 from oasisprotocol/ml/remove-slash-in-redirects
home: Remove / in redirects
2 parents 82923d6 + 4f69540 commit 6991446

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

home/public/discover/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<head>
44
<meta charset="UTF-8" />
55
<link rel="shortcut icon" type="image/svg+xml" href="/favicon.svg" />
6-
<meta http-equiv="refresh" content="0;url=https://rose.oasis.io/#/discover/" />
6+
<meta http-equiv="refresh" content="0;url=https://rose.oasis.io/#/discover" />
77
</head>
88
<body>
99
<!-- Fallback redirect from old URL -->

home/public/move/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<head>
44
<meta charset="UTF-8" />
55
<link rel="shortcut icon" type="image/svg+xml" href="/favicon.svg" />
6-
<meta http-equiv="refresh" content="0;url=https://rose.oasis.io/#/move/" />
6+
<meta http-equiv="refresh" content="0;url=https://rose.oasis.io/#/move" />
77
</head>
88
<body>
99
<!-- Fallback redirect from old URL -->

home/public/stake/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<head>
44
<meta charset="UTF-8" />
55
<link rel="shortcut icon" type="image/svg+xml" href="/favicon.svg" />
6-
<meta http-equiv="refresh" content="0;url=https://rose.oasis.io/#/stake/" />
6+
<meta http-equiv="refresh" content="0;url=https://rose.oasis.io/#/stake" />
77
</head>
88
<body>
99
<!-- Fallback redirect from old URL -->

home/public/wrap/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<head>
44
<meta charset="UTF-8" />
55
<link rel="shortcut icon" type="image/svg+xml" href="/favicon.svg" />
6-
<meta http-equiv="refresh" content="0;url=https://rose.oasis.io/#/wrap/" />
6+
<meta http-equiv="refresh" content="0;url=https://rose.oasis.io/#/wrap" />
77
</head>
88
<body>
99
<!-- Fallback redirect from old URL -->

0 commit comments

Comments
 (0)