summaryrefslogtreecommitdiff
path: root/_posts
diff options
context:
space:
mode:
authortekkub <tekkub@gmail.com>2009-08-14 20:13:10 -0600
committertekkub <tekkub@gmail.com>2009-08-14 20:13:10 -0600
commit3d6b5e9028d1fa51b29db2ca2de2d2eb836966eb (patch)
treef233e56314e4714474e0d4fbd23aba44d5bd447e /_posts
parent5744a48e68f10cb6eef7480b53ea64a92e78eb5d (diff)
Add key setup landing page for redirection form guides
Diffstat (limited to '_posts')
-rw-r--r--_posts/2009-08-14-key-setup-redirect.textile14
1 files changed, 14 insertions, 0 deletions
diff --git a/_posts/2009-08-14-key-setup-redirect.textile b/_posts/2009-08-14-key-setup-redirect.textile
new file mode 100644
index 0000000..7c2c2ae
--- /dev/null
+++ b/_posts/2009-08-14-key-setup-redirect.textile
@@ -0,0 +1,14 @@
+---
+layout: default
+title: Generating SSH keys
+---
+
+Attempting to redirect to the guide for your OS. If the redirect fails, pick your OS:
+
+* "Mac":msysgit-key-setup
+* "Windows":mac-key-setup
+
+<script type="text/javascript">
+ if (navigator.appVersion.indexOf("Win") != -1) {window.location = 'http://help.github.com/msysgit-key-setup/'}
+ else if (navigator.appVersion.indexOf("Mac") != -1) {window.location = 'http://help.github.com/mac-key-setup/'}
+</script> \ No newline at end of file