diff options
| author | tekkub <tekkub@gmail.com> | 2011-03-02 00:19:37 -0700 |
|---|---|---|
| committer | tekkub <tekkub@gmail.com> | 2011-03-02 00:19:37 -0700 |
| commit | 3a592ce3fcb350904d614baf90bc851c21dc805d (patch) | |
| tree | e9c67d8d44088ddbf333d6884b8d908963bb6ac3 /_posts/2009-06-15-key-setup-redirect.textile | |
| parent | bd6df9550885346307b4d042fc6b113e305a292f (diff) | |
Add quasi-redirects from the old guides
Diffstat (limited to '_posts/2009-06-15-key-setup-redirect.textile')
| -rw-r--r-- | _posts/2009-06-15-key-setup-redirect.textile | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/_posts/2009-06-15-key-setup-redirect.textile b/_posts/2009-06-15-key-setup-redirect.textile deleted file mode 100644 index 29b7428..0000000 --- a/_posts/2009-06-15-key-setup-redirect.textile +++ /dev/null @@ -1,19 +0,0 @@ ---- -layout: default -title: Generating SSH keys -description: How to generate SSH keys and add them to GitHub -categories: setup popular -main_category: setup ---- - -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":linux-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 |
