about summary refs log tree commit homepage
path: root/Sandbox
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 /Sandbox
parent194fe5eb02eb5d328aedea9dfcef12fbe58b0522 (diff)
downloadunicorn-d23d4713dc9ab9732c574f5aa34a4b6740b43164.tar.gz
Most of these were found by the `linkchecker' package
in Debian.
Diffstat (limited to 'Sandbox')
-rw-r--r--Sandbox6
1 files changed, 3 insertions, 3 deletions
diff --git a/Sandbox b/Sandbox
index f662b27..a6c3fe7 100644
--- a/Sandbox
+++ b/Sandbox
@@ -3,8 +3,8 @@
 Since unicorn includes executables and is usually used to start a Ruby
 process, there are certain caveats to using it with tools that sandbox
 RubyGems installations such as
-{Bundler}[http://gembundler.com/] or
-{Isolate}[http://github.com/jbarnette/isolate].
+{Bundler}[http://bundler.io/] or
+{Isolate}[https://github.com/jbarnette/isolate].
 
 == General deployment
 
@@ -58,7 +58,7 @@ the before_exec hook:
 
 If you're using an older Bundler version (0.9.x), you may need to set or
 reset GEM_HOME, GEM_PATH and PATH environment variables in the
-before_exec hook as illustrated by http://gist.github.com/534668
+before_exec hook as illustrated by https://gist.github.com/534668
 
 === Ruby 2.0.0 close-on-exec and SIGUSR2 incompatibility