diff --git a/README.rdoc b/README.rdoc index cbdf7ee9..681f6c69 100644 --- a/README.rdoc +++ b/README.rdoc @@ -1831,8 +1831,8 @@ You have the delegate scope binding inside: * An object extended with the Sinatra::Delegator mixin Have a look at the code for yourself: here's the -{Sinatra::Delegator mixin}[http://github.com/sinatra/sinatra/blob/ceac46f0bc129a6e994a06100aa854f606fe5992/lib/sinatra/base.rb#L1128] -being {included into the main namespace}[http://github.com/sinatra/sinatra/blob/ceac46f0bc129a6e994a06100aa854f606fe5992/lib/sinatra/main.rb#L28]. +{Sinatra::Delegator mixin}[https://github.com/sinatra/sinatra/blob/ca06364/lib/sinatra/base.rb#L1609-1633] +being {extending the main object}[https://github.com/sinatra/sinatra/blob/ca06364/lib/sinatra/main.rb#L28-30]. == Command Line