Skip to content

Commit 0352f49

Browse files
authored
Remove link to web archive
1 parent 0b353ae commit 0352f49

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

faq.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Frequently Asked Questions
1212
How do I make my Sinatra app reload on changes? {#reloading}
1313
-----------------------------------------------
1414

15-
First off, in-process code reloading in Ruby [is hard](https://web.archive.org/web/20190210151114/http://blog.rkh.im/code-reloading)
15+
First off, in-process code reloading in Ruby is hard
1616
and having a solution that works for every scenario is technically impossible.
1717

1818
Which is why we recommend you to do out-of-process reloading.

0 commit comments

Comments
 (0)