diff options
author | Akira Matsuda <ronnie@dio.jp> | 2013-01-05 14:41:32 +0900 |
---|---|---|
committer | Akira Matsuda <ronnie@dio.jp> | 2013-01-05 14:41:32 +0900 |
commit | 85c13b7d3d4cb940785ac58d24f6fe90a5346f9c (patch) | |
tree | bea1b8103b3206311b19c32d99a4c3be255fdd0f | |
parent | bd104bf5ca4c756f2c94b7a9f1107a3b8e300490 (diff) | |
download | rails-85c13b7d3d4cb940785ac58d24f6fe90a5346f9c.tar.gz rails-85c13b7d3d4cb940785ac58d24f6fe90a5346f9c.tar.bz2 rails-85c13b7d3d4cb940785ac58d24f6fe90a5346f9c.zip |
beginrescueend has ended
-rw-r--r-- | guides/source/performance_testing.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/guides/source/performance_testing.md b/guides/source/performance_testing.md index 5fe4f7b9f7..6bc175d3b6 100644 --- a/guides/source/performance_testing.md +++ b/guides/source/performance_testing.md @@ -430,7 +430,7 @@ The recommended patches for MRI can be found on [RVM's _patches_ directory](http under each specific interpreter version. Concerning the installation itself, you can either do this easily by using -[RVM](http://rvm.beginrescueend.com) or you can build everything from source, +[RVM](https://rvm.io/) or you can build everything from source, which is a little bit harder. #### Install Using RVM |