aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTony Ruscoe <tonyruscoe@gmail.com>2019-08-07 08:58:29 +0100
committerGitHub <noreply@github.com>2019-08-07 08:58:29 +0100
commit5beae3f4dacad9b0b86a8a4ab308459475feda0e (patch)
tree2df830176d4c8efcb9b2126c72f55b2a5e7a0624
parent9dcd80e201c32da41b0ad5a7825d80dce19d78d0 (diff)
downloadgoogle-styleguide-5beae3f4dacad9b0b86a8a4ab308459475feda0e.tar.gz
Redirect google-r-style.html to RGuide.html
Also fix a couple of issues.
-rw-r--r--google-r-style.html9
1 files changed, 4 insertions, 5 deletions
diff --git a/google-r-style.html b/google-r-style.html
index 21a73f6..6c945d1 100644
--- a/google-r-style.html
+++ b/google-r-style.html
@@ -1,9 +1,8 @@
<!DOCTYPE html>
<html>
<head>
- <meta charset="utf8">
- <meta http-equiv="content-type" content="text/html;charset=utf-8">
- <meta http-equiv="refresh" content="1; url=Rguide.xml">
+ <meta charset="utf-8">
+ <meta http-equiv="refresh" content="1; url=Rguide.html">
<title>Redirecting</title>
</head>
<!-- The BODY onLoad redirect is the best: it preserves #fragments and
@@ -12,7 +11,7 @@
and queries, takes a second, and pollutes the browser history.
If they both fail, we let the user manually click on the new link.
-->
- <body onload="location.replace(location.href.replace('google-r-style.html', 'Rguide.xml'))">
- Redirecting you to <a href="Rguide.xml">Rguide.xml</a>.
+<body onload="location.replace(location.href.replace('google-r-style.html', 'Rguide.html'))">
+ Redirecting you to <a href="Rguide.html">Rguide.html</a>.
</body>
</html>