From 125df069dac8e32e9e4b3519d7cd0994fa9e883e Mon Sep 17 00:00:00 2001 From: Olle Jonsson Date: Sat, 9 Sep 2017 09:15:17 +0200 Subject: [PATCH] README: use the full url in link - relates to test helpers, engine tracking - see #1307 --- sinatra-contrib/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sinatra-contrib/README.md b/sinatra-contrib/README.md index 5a7cb428..599cf93e 100644 --- a/sinatra-contrib/README.md +++ b/sinatra-contrib/README.md @@ -162,7 +162,7 @@ For more info check the [official docs](http://www.sinatrarb.com/contrib/) and [sinatra-webdav]: http://www.sinatrarb.com/contrib/webdav [sinatra-runner]: http://www.sinatrarb.com/contrib/runner [sinatra-extension]: http://www.sinatrarb.com/contrib/extension -[sinatra-test-helpers]: http://www.rubydoc.info/github/sinatra/sinatra-contrib/Sinatra/TestHelpers +[sinatra-test-helpers]: https://github.com/sinatra/sinatra/blob/master/sinatra-contrib/lib/sinatra/test_helpers.rb [sinatra-required-params]: http://www.sinatrarb.com/contrib/required_params [sinatra-custom-logger]: http://www.sinatrarb.com/contrib/custom_logger [sinatra-multi-route]: http://www.sinatrarb.com/contrib/multi_route @@ -171,5 +171,5 @@ For more info check the [official docs](http://www.sinatrarb.com/contrib/) and [sinatra-config-file]: http://www.sinatrarb.com/contrib/config_file [sinatra-link-header]: http://www.sinatrarb.com/contrib/link_header [sinatra-capture]: http://www.sinatrarb.com/contrib/capture -[sinatra-engine-tracking]: http://www.rubydoc.info/github/sinatra/sinatra-contrib/Sinatra/EngineTracking +[sinatra-engine-tracking]: https://github.com/sinatra/sinatra/blob/master/sinatra-contrib/lib/sinatra/engine_tracking.rb