From d3e236afc490e242e5a44715a185ecfb8bc43465 Mon Sep 17 00:00:00 2001 From: Konr Larson Date: Thu, 12 Feb 2015 16:38:33 -0700 Subject: [PATCH] change the defunct address of faker on rubyforge to the current address on github --- README.rdoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rdoc b/README.rdoc index 2c6a860..b0a23bd 100644 --- a/README.rdoc +++ b/README.rdoc @@ -59,7 +59,7 @@ If you need to generate fake data, there are a few methods to do this. Populator.sentences(5) # generates 5 sentences Populator.paragraphs(3) # generates 3 paragraphs -For fancier data generation, try the {Faker gem}[http://faker.rubyforge.org]. +For fancier data generation, try the {Faker gem}[https://github.com/stympy/faker]. == Important