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