diff options
| author | tekkub <tekkub@gmail.com> | 2009-09-03 21:44:06 -0600 |
|---|---|---|
| committer | tekkub <tekkub@gmail.com> | 2009-09-03 21:44:06 -0600 |
| commit | 5165e698d3e15cf840cc906faf1d3f4c1815bdbc (patch) | |
| tree | efb15fb5eef54d9449d039272078e05f12311f03 /_posts/2009-08-14-key-setup-redirect.textile | |
| parent | 03448979f9cb459304365a9d660ed660baf48926 (diff) | |
Don't litter the Setup category with each OS key guide, use the redirector instead
Diffstat (limited to '_posts/2009-08-14-key-setup-redirect.textile')
| -rw-r--r-- | _posts/2009-08-14-key-setup-redirect.textile | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/_posts/2009-08-14-key-setup-redirect.textile b/_posts/2009-08-14-key-setup-redirect.textile deleted file mode 100644 index d760f3b..0000000 --- a/_posts/2009-08-14-key-setup-redirect.textile +++ /dev/null @@ -1,16 +0,0 @@ ---- -layout: default -title: Generating SSH keys ---- - -Attempting to redirect to the guide for your OS. If the redirect fails, pick your OS: - -* "Windows":msysgit-key-setup -* "Mac":mac-key-setup -* "Linux":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/'} - else if (navigator.appVersion.indexOf("X11") != -1 || navigator.appVersion.indexOf("Linux") != -1) {window.location = 'http://help.github.com/linux-key-setup/"} -</script>
\ No newline at end of file |
