mirror of
https://github.com/google/styleguide.git
synced 2024-03-22 13:11:43 +08:00
Redirect google-r-style.html to RGuide.html
Also fix a couple of issues.
This commit is contained in:
parent
9dcd80e201
commit
5beae3f4da
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue
Block a user