From db241c4f91727d65f2f4608c57fa5005758f7241 Mon Sep 17 00:00:00 2001 From: Katya Demidova Date: Mon, 8 Feb 2016 14:05:50 +0300 Subject: [PATCH] Update Rake link The https://github.com/jimweirich/rake/ repository is retired, so I've changed the link to https://github.com/ruby/rake --- site/_docs/deployment-methods.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site/_docs/deployment-methods.md b/site/_docs/deployment-methods.md index ad4ea93c..7e77ce16 100644 --- a/site/_docs/deployment-methods.md +++ b/site/_docs/deployment-methods.md @@ -90,7 +90,7 @@ Setup steps are fully documented ### Rake -Another way to deploy your Jekyll site is to use [Rake](https://github.com/jimweirich/rake), [HighLine](https://github.com/JEG2/highline), and +Another way to deploy your Jekyll site is to use [Rake](https://github.com/ruby/rake), [HighLine](https://github.com/JEG2/highline), and [Net::SSH](https://github.com/net-ssh/net-ssh). A more complex example of deploying Jekyll with Rake that deals with multiple branches can be found in [Git Ready](https://github.com/gitready/gitready/blob/cdfbc4ec5321ff8d18c3ce936e9c749dbbc4f190/Rakefile).