mirror of
https://github.com/google/styleguide.git
synced 2024-03-22 13:11:43 +08:00
Redirect to the HTML version of the R Style Guide
This commit is contained in:
parent
6a54530590
commit
9dcd80e201
|
@ -2,14 +2,14 @@
|
|||
<html xmlns="http://www.w3.org/1999/xhtml">
|
||||
<head>
|
||||
<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"/>
|
||||
<title>Google's R Style Guide</title>
|
||||
</head>
|
||||
<body>
|
||||
<h1>Google's R Style Guide</h1>
|
||||
<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>
|
||||
</body>
|
||||
</html>
|
||||
|
|
Loading…
Reference in New Issue
Block a user