README.md in the_comments-1.0.0 vs README.md in the_comments-1.1.0

- old
+ new

@@ -132,10 +132,13 @@ *List of created files:* ```ruby config/initializers/the_comments.rb +app/models/ip_black_list.rb +app/models/user_agent_black_list.rb + app/controllers/comments_controller.rb app/controllers/ip_black_lists_controller.rb app/controllers/user_agent_black_lists_controller.rb ``` @@ -349,10 +352,10 @@ I use denormalization of commentable objects to solve this problem. My practice shows - We need 3 denormalized fields into comment for (request-free) building of recent comments list: -<img src="https://raw.github.com/open-cook/the-teacher/master/docs/the_comments_view_5.gif" alt="the_comments"> +<img src="https://raw.github.com/the-teacher/the_comments/master/docs/the_comments_view_5.gif" alt="the_comments"> * **Comment#commentable_title** - for example: "My first post about Ruby On Rails" * **Comment#commentable_url** - for example: "/posts/1-my-first-post-about-ruby-on-rails" * **Comment#commentable_state** - for example: "draft" \ No newline at end of file