1
0
Fork 0
mirror of https://github.com/sinatra/sinatra synced 2023-03-27 23:18:01 -04:00

remove a missing site link

This commit is contained in:
kyoendo 2014-01-25 17:36:58 +09:00
parent 094adffab2
commit 981904a714

View file

@ -2315,8 +2315,7 @@ typically don't have to `use` them explicitly.
You can find useful middleware in
[rack](https://github.com/rack/rack/tree/master/lib/rack),
[rack-contrib](https://github.com/rack/rack-contrib#readm),
with [CodeRack](http://coderack.org/) or in the
[Rack wiki](https://github.com/rack/rack/wiki/List-of-Middleware).
or in the [Rack wiki](https://github.com/rack/rack/wiki/List-of-Middleware).
## Testing