aboutsummaryrefslogtreecommitdiffstats
path: root/guides
diff options
context:
space:
mode:
authorAkira Matsuda <ronnie@dio.jp>2013-01-02 03:38:15 +0900
committerAkira Matsuda <ronnie@dio.jp>2013-01-02 03:59:56 +0900
commit6f3fbc696955f249b6a46a50353ec10b242494fd (patch)
tree4d2c4d1d67a446f07531a087223e2935df7de72e /guides
parentc22fbeafc102ffcdfc7c972d3254d635d45be59c (diff)
downloadrails-6f3fbc696955f249b6a46a50353ec10b242494fd.tar.gz
rails-6f3fbc696955f249b6a46a50353ec10b242494fd.tar.bz2
rails-6f3fbc696955f249b6a46a50353ec10b242494fd.zip
correct raw GitHub URLs
Diffstat (limited to 'guides')
-rw-r--r--guides/source/performance_testing.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/guides/source/performance_testing.md b/guides/source/performance_testing.md
index ee0059623c..56e202337c 100644
--- a/guides/source/performance_testing.md
+++ b/guides/source/performance_testing.md
@@ -482,8 +482,8 @@ $ cd <ruby-version>
##### Apply the Patch
```bash
-$ curl http://github.com/wayneeseguin/rvm/raw/master/patches/ruby/1.9.2/p180/gcdata.patch | patch -p0 # if you're on 1.9.2!
-$ curl http://github.com/wayneeseguin/rvm/raw/master/patches/ruby/1.8.7/ruby187gc.patch | patch -p0 # if you're on 1.8.7!
+$ curl https://raw.github.com/wayneeseguin/rvm/master/patches/ruby/1.9.2/p180/gcdata.patch | patch -p0 # if you're on 1.9.2!
+$ curl https://raw.github.com/wayneeseguin/rvm/master/patches/ruby/1.8.7/ruby187gc.patch | patch -p0 # if you're on 1.8.7!
```
##### Configure and Install