From bb307bf6c1758597bf23a54748eca2ccc3259b15 Mon Sep 17 00:00:00 2001 From: Hugo Duksis Date: Thu, 14 Apr 2016 18:24:46 +0200 Subject: [PATCH] Update Rack-Jekyll Heroku deployment blog post url Failed to deploy to heroku by following old blog post but after stumbling up on https://github.com/adaoraul/rack-jekyll/issues/20 managed to do it and would like to avoid the trouble for others. --- 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 f10b48b7..4a828ef8 100644 --- a/site/_docs/deployment-methods.md +++ b/site/_docs/deployment-methods.md @@ -186,7 +186,7 @@ script executes. [Rack-Jekyll](https://github.com/adaoraul/rack-jekyll/) is an easy way to deploy your site on any Rack server such as Amazon EC2, Slicehost, Heroku, and so forth. It also can run with [shotgun](https://github.com/rtomayko/shotgun/), [rackup](https://github.com/rack/rack), [mongrel](https://github.com/mongrel/mongrel), [unicorn](https://github.com/defunkt/unicorn/), and [others](https://github.com/adaoraul/rack-jekyll#readme). -Read [this post](http://blog.crowdint.com/2010/08/02/instant-blog-using-jekyll-and-heroku.html) on how to deploy to Heroku using Rack-Jekyll. +Read [this post](http://andycroll.com/ruby/serving-a-jekyll-blog-using-heroku) on how to deploy to Heroku using Rack-Jekyll. ## Jekyll-Admin for Rails