diff options
author | Akira Matsuda <ronnie@dio.jp> | 2013-01-02 03:38:15 +0900 |
---|---|---|
committer | Akira Matsuda <ronnie@dio.jp> | 2013-01-02 03:59:56 +0900 |
commit | 6f3fbc696955f249b6a46a50353ec10b242494fd (patch) | |
tree | 4d2c4d1d67a446f07531a087223e2935df7de72e /guides | |
parent | c22fbeafc102ffcdfc7c972d3254d635d45be59c (diff) | |
download | rails-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.md | 4 |
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 |