Skip to content

Commit 5beae3f

Browse files
authored
Redirect google-r-style.html to RGuide.html
Also fix a couple of issues.
1 parent 9dcd80e commit 5beae3f

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

google-r-style.html

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
<!DOCTYPE html>
22
<html>
33
<head>
4-
<meta charset="utf8">
5-
<meta http-equiv="content-type" content="text/html;charset=utf-8">
6-
<meta http-equiv="refresh" content="1; url=Rguide.xml">
4+
<meta charset="utf-8">
5+
<meta http-equiv="refresh" content="1; url=Rguide.html">
76
<title>Redirecting</title>
87
</head>
98
<!-- The BODY onLoad redirect is the best: it preserves #fragments and
@@ -12,7 +11,7 @@
1211
and queries, takes a second, and pollutes the browser history.
1312
If they both fail, we let the user manually click on the new link.
1413
-->
15-
<body onload="location.replace(location.href.replace('google-r-style.html', 'Rguide.xml'))">
16-
Redirecting you to <a href="Rguide.xml">Rguide.xml</a>.
14+
<body onload="location.replace(location.href.replace('google-r-style.html', 'Rguide.html'))">
15+
Redirecting you to <a href="Rguide.html">Rguide.html</a>.
1716
</body>
1817
</html>

0 commit comments

Comments
 (0)