File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ Sinatra Website / Documentation
22===============================
33
44This repo contains the Sinatra website and documentation sources published
5- at [ http://sinatra.github.com/ ] ( http://sinatra.github.com / ) .
5+ at [ http://sinatra.github.com/ ] ( http://sinatra.github.io / ) .
66
77Working Locally
88---------------
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ Frequently Asked Questions
1212How do I make my Sinatra app reload on changes? {#reloading}
1313-----------------------------------------------
1414
15- First off, in-process code reloading in Ruby [ is hard] ( http://blog.rkh.im/code-reloading )
15+ First off, in-process code reloading in Ruby [ is hard] ( https://web.archive.org/web/20190210151114/ http://blog.rkh.im/code-reloading)
1616and having a solution that works for every scenario is technically impossible.
1717
1818Which is why we recommend you to do out-of-process reloading.
You can’t perform that action at this time.
0 commit comments