Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
---------------
Expand Down
2 changes: 1 addition & 1 deletion faq.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down