about summary refs log tree commit homepage
path: root/Sandbox
diff options
context:
space:
mode:
authorEric Wong <e@80x24.org>2016-07-28 18:02:34 +0000
committerEric Wong <e@80x24.org>2016-07-28 18:12:25 +0000
commitc47d13d2c5ce75cca5ac11eda6d6a0e54015e711 (patch)
tree2e1b10337cdf25fe19326ba64f4ef52dff53183a /Sandbox
parent87715a83b77dceb879ce9bf20971301817b9a50b (diff)
downloadunicorn-c47d13d2c5ce75cca5ac11eda6d6a0e54015e711.tar.gz
Gmane's NNTP server remains up, but the HTTP site is down:

  https://lars.ingebrigtsen.no/2016/07/28/the-end-of-gmane/

Anyways, our own archives are designed to be mirror-able via git:

  git clone --mirror https://bogomips.org/unicorn-public

And the code is self-hostable: git clone https://public-inbox.org
Diffstat (limited to 'Sandbox')
-rw-r--r--Sandbox5
1 files changed, 3 insertions, 2 deletions
diff --git a/Sandbox b/Sandbox
index 0760065..e10b36d 100644
--- a/Sandbox
+++ b/Sandbox
@@ -34,7 +34,7 @@ is the primary issue with sandboxing tools such as Bundler and Isolate.
 If you're bundling unicorn, use "bundle exec unicorn" (or "bundle exec
 unicorn_rails") to start unicorn with the correct environment variables
 
-ref: http://mid.gmane.org/9ECF07C4-5216-47BE-961D-AFC0F0C82060@internetfamo.us
+ref: https://bogomips.org/unicorn-public/9ECF07C4-5216-47BE-961D-AFC0F0C82060@internetfamo.us/
 
 Otherwise (if you choose to not sandbox your unicorn installation), we
 expect the tips for Isolate (below) apply, too.
@@ -43,7 +43,8 @@ expect the tips for Isolate (below) apply, too.
 
 This is no longer be an issue as of bundler 0.9.17
 
-ref: http://mid.gmane.org/8FC34B23-5994-41CC-B5AF-7198EF06909E@tramchase.com
+ref:
+https://bogomips.org/unicorn-public/8FC34B23-5994-41CC-B5AF-7198EF06909E@tramchase.com/
 
 === BUNDLE_GEMFILE for Capistrano users