Skip to content

Commit 0b353ae

Browse files
authored
Merge pull request #288 from beetlehope/beetlehope/fix_docs
Fix broken/dead links in docs
2 parents 9c99e37 + 3cd9ae8 commit 0b353ae

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ Sinatra Website / Documentation
22
===============================
33

44
This 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

77
Working Locally
88
---------------

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](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)
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)