Redirect to the HTML version of the R Style Guide

pull/580/head
Tony Ruscoe 2019-08-07 08:53:53 +01:00 committed by GitHub
parent 6a54530590
commit 9dcd80e201
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -2,14 +2,14 @@
<html xmlns="http://www.w3.org/1999/xhtml"> <html xmlns="http://www.w3.org/1999/xhtml">
<head> <head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
<meta http-equiv="refresh" content="0; URL=Rguide.md"/> <meta http-equiv="refresh" content="0; URL=Rguide.html"/>
<link rel="stylesheet" type="text/css" href="styleguide.css"/> <link rel="stylesheet" type="text/css" href="styleguide.css"/>
<title>Google's R Style Guide</title> <title>Google's R Style Guide</title>
</head> </head>
<body> <body>
<h1>Google's R Style Guide</h1> <h1>Google's R Style Guide</h1>
<p> <p>
The style guide has moved to <a href="Rguide.md">Rguide.md</a> The style guide has moved to <a href="Rguide.html">Rguide.html</a>
</p> </p>
</body> </body>
</html> </html>