From 89a334f490fc8e01d02e4a7c4ff0afbb323f0ef9 Mon Sep 17 00:00:00 2001 From: James Mead Date: Mon, 1 Nov 2010 11:06:01 +0000 Subject: [PATCH] By hard-coding the example URLs to point to the Rubyforge documentation site, we can fix the broken links on the Github README page. This isn't an ideal solution, because it means when building the documentation locally, the links will point to the live versions of the examples, rather than the local versions. But the whole thing is a bit of a mess anyway, because the README was only originally designed to be used on the Rubyforge site and not on Github. So this'll do for now. --- README.rdoc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.rdoc b/README.rdoc index cc61fc03d..464dc5a7b 100644 --- a/README.rdoc +++ b/README.rdoc @@ -26,9 +26,9 @@ Or download Mocha... == Examples -* Quick Start - {Usage Examples}[link:examples/misc.html] -* Traditional mocking - {Star Trek Example}[link:examples/mocha.html] -* Setting expectations on real classes - {Order Example}[link:examples/stubba.html] +* Quick Start - {Usage Examples}[http://mocha.rubyforge.org/examples/misc.html] +* Traditional mocking - {Star Trek Example}[http://mocha.rubyforge.org/examples/mocha.html] +* Setting expectations on real classes - {Order Example}[http://mocha.rubyforge.org/examples/stubba.html] * More examples on {Floehopper's Blog}[http://blog.floehopper.org] * {Mailing List Archives}[http://groups.google.com/group/mocha-developer]