diff --git a/README.md b/README.md index 289e235..986c9f9 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ Sinatra Website / Documentation =============================== This repo contains the Sinatra website and documentation sources published -at [http://sinatra.github.com/](http://sinatra.github.com/). +at [http://sinatra.github.com/](http://sinatra.github.io/). Working Locally --------------- diff --git a/faq.markdown b/faq.markdown index b2abbfd..f529fe2 100644 --- a/faq.markdown +++ b/faq.markdown @@ -12,7 +12,7 @@ Frequently Asked Questions How do I make my Sinatra app reload on changes? {#reloading} ----------------------------------------------- -First off, in-process code reloading in Ruby [is hard](http://blog.rkh.im/code-reloading) +First off, in-process code reloading in Ruby [is hard](https://web.archive.org/web/20190210151114/http://blog.rkh.im/code-reloading) and having a solution that works for every scenario is technically impossible. Which is why we recommend you to do out-of-process reloading.