From cdfb70ee9f12d82b96941cb85e64140806cd8dfb Mon Sep 17 00:00:00 2001 From: kyoendo Date: Sat, 25 Jan 2014 17:37:52 +0900 Subject: [PATCH] fix a link title --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2c96a019..43979900 100644 --- a/README.md +++ b/README.md @@ -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