aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTony Ruscoe <tonyruscoe@gmail.com>2019-08-07 08:25:25 +0100
committerGitHub <noreply@github.com>2019-08-07 08:25:25 +0100
commit114068175279b8985bbc69ae5241b49d9eddf56b (patch)
tree01f7dd853b0f3b26baadcf9e36efb5b30bd19145
parent08962b172b2b3265018fd6b35470de42c5a52729 (diff)
downloadgoogle-styleguide-114068175279b8985bbc69ae5241b49d9eddf56b.tar.gz
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.
-rw-r--r--Rguide.xml15
1 files changed, 15 insertions, 0 deletions
diff --git a/Rguide.xml b/Rguide.xml
new file mode 100644
index 0000000..f60f3ab
--- /dev/null
+++ b/Rguide.xml
@@ -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>