fix a link title

This commit is contained in:
kyoendo 2014-01-25 17:37:52 +09:00
parent 981904a714
commit cdfb70ee9f
1 changed files with 1 additions and 1 deletions

View File

@ -2390,7 +2390,7 @@ available via the top-level DSL. Most top-level apps can be converted to
`Sinatra::Base` is a blank slate. Most options are disabled by default,
including the built-in server. See
[Options and Configuration](http://sinatra.github.com/configuration.html)
[Configuring Settings](http://sinatra.github.com/configuration.html)
for details on available options and their behavior.
### Modular vs. Classic Style