From dfe98893271fadaa1739312f5245a317151be775 Mon Sep 17 00:00:00 2001 From: Sam Stephenson Date: Thu, 11 Aug 2011 14:41:24 -0500 Subject: [PATCH] Fix ruby-build link --- README.md | 2 +- doc/README.mdtoc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ec9d8501..e2a9fa85 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ tools that do one thing well. * **Have a configuration file.** There's nothing to configure except which version of Ruby you want to use. * **Install Ruby.** You can build and install Ruby yourself, or use - [ruby-build](https://github.com/sstephenson/ruby-build.git) to + [ruby-build](https://github.com/sstephenson/ruby-build) to automate the process. * **Manage gemsets.** [Bundler](http://gembundler.com/) is a better way to manage application dependencies. If you have projects that diff --git a/doc/README.mdtoc b/doc/README.mdtoc index 5622418f..8c7ce7dc 100644 --- a/doc/README.mdtoc +++ b/doc/README.mdtoc @@ -21,7 +21,7 @@ tools that do one thing well. * **Have a configuration file.** There's nothing to configure except which version of Ruby you want to use. * **Install Ruby.** You can build and install Ruby yourself, or use - [ruby-build](https://github.com/sstephenson/ruby-build.git) to + [ruby-build](https://github.com/sstephenson/ruby-build) to automate the process. * **Manage gemsets.** [Bundler](http://gembundler.com/) is a better way to manage application dependencies. If you have projects that