From c134a17b3d740ab1578cdd8da8aba3909910feb2 Mon Sep 17 00:00:00 2001 From: Jon Moss Date: Mon, 10 Apr 2017 11:05:05 -0400 Subject: Remove link to rack.github.io We mention the "resources" section of the guide in the next paragraph, and the link is listed there. IMHO we shouldn't list it twice. [ci skip] --- guides/source/rails_on_rack.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/guides/source/rails_on_rack.md b/guides/source/rails_on_rack.md index ed9c4bb72a..f25b185fb5 100644 --- a/guides/source/rails_on_rack.md +++ b/guides/source/rails_on_rack.md @@ -20,8 +20,6 @@ Introduction to Rack Rack provides a minimal, modular and adaptable interface for developing web applications in Ruby. By wrapping HTTP requests and responses in the simplest way possible, it unifies and distills the API for web servers, web frameworks, and software in between (the so-called middleware) into a single method call. -* [Rack API Documentation](http://rack.github.io/) - Explaining how Rack works is not really in the scope of this guide. In case you are not familiar with Rack's basics, you should check out the [Resources](#resources) section below. -- cgit v1.2.3