Skip to content

Commit

Permalink
By hard-coding the example URLs to point to the Rubyforge documentati…
Browse files Browse the repository at this point in the history
…on 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.
  • Loading branch information
floehopper committed Nov 1, 2010
1 parent 48ab59a commit 89a334f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.rdoc
Expand Up @@ -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]

Expand Down

0 comments on commit 89a334f

Please sign in to comment.