about summary refs log tree commit homepage
path: root/README
diff options
context:
space:
mode:
authorEric Wong <e@80x24.org>2015-06-26 00:42:40 +0000
committerEric Wong <e@80x24.org>2015-06-26 00:45:18 +0000
commitd23d4713dc9ab9732c574f5aa34a4b6740b43164 (patch)
treea605e5fcea33912bcfdb3b05951518851fd1f94a /README
parent194fe5eb02eb5d328aedea9dfcef12fbe58b0522 (diff)
downloadunicorn-d23d4713dc9ab9732c574f5aa34a4b6740b43164.tar.gz
Most of these were found by the `linkchecker' package
in Debian.
Diffstat (limited to 'README')
-rw-r--r--README2
1 files changed, 1 insertions, 1 deletions
diff --git a/README b/README
index f084d0c..bd626e9 100644
--- a/README
+++ b/README
@@ -10,7 +10,7 @@ both the the request and response in between \Unicorn and slow clients.
 
 * Designed for Rack, Unix, fast clients, and ease-of-debugging.  We
   cut out everything that is better supported by the operating system,
-  {nginx}[http://nginx.net/] or {Rack}[http://rack.github.io/].
+  {nginx}[http://nginx.org/] or {Rack}[http://rack.github.io/].
 
 * Compatible with Ruby 1.9.3 and later.
   unicorn 4.8.x will remain supported for Ruby 1.8 users.