aboutsummaryrefslogtreecommitdiffstats
path: root/railties/guides/source/rails_on_rack.textile
diff options
context:
space:
mode:
authorXavier Noria <fxn@hashref.com>2009-03-15 21:31:20 +0100
committerXavier Noria <fxn@hashref.com>2009-03-15 21:31:20 +0100
commita4b1ccec5c1df24c8f9a18c599575e7263624ac4 (patch)
treea56e75b4524fb3f5c77b7a1e791174d8a624e1bb /railties/guides/source/rails_on_rack.textile
parent20dc236bbda1a6c810878c50376e12aff6e6325e (diff)
downloadrails-a4b1ccec5c1df24c8f9a18c599575e7263624ac4.tar.gz
rails-a4b1ccec5c1df24c8f9a18c599575e7263624ac4.tar.bz2
rails-a4b1ccec5c1df24c8f9a18c599575e7263624ac4.zip
revised links in guides according to W3C link checker report
Diffstat (limited to 'railties/guides/source/rails_on_rack.textile')
-rw-r--r--railties/guides/source/rails_on_rack.textile2
1 files changed, 1 insertions, 1 deletions
diff --git a/railties/guides/source/rails_on_rack.textile b/railties/guides/source/rails_on_rack.textile
index c323467fcd..07ca1624f4 100644
--- a/railties/guides/source/rails_on_rack.textile
+++ b/railties/guides/source/rails_on_rack.textile
@@ -15,7 +15,7 @@ h3. Introduction to Rack
bq. 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.rubyforge.org/doc
+- "Rack API Documentation":http://rack.rubyforge.org/doc/
Explaining Rack is not really in the scope of this guide. In case you are not familiar with Rack's basics, you should check out the following links: