Create redirect for Rguide.xml to Rguide.md

#459 replaced the R style guide and removed Rguide.xml, but we need this file to prevent broken links.
This commit is contained in:
Tony Ruscoe 2019-08-07 08:25:25 +01:00 committed by GitHub
parent 08962b172b
commit 1140681752
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

15
Rguide.xml Normal file
View File

@ -0,0 +1,15 @@
<?xml version="1.0"?>
<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"/>
<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>
</p>
</body>
</html>