Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 3 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,8 @@ Description
===========

This is a Chef report handler that reports the execution time spent in each:
cookbook, recipe, and resource.

* http://wiki.opscode.com/display/chef/Exception+and+Report+Handlers
cookbook, recipe, and resource. For more detail on handlers, see the chef
documentation: https://docs.chef.io/handlers.html

Requirements
============
Expand All @@ -19,7 +18,7 @@ There are two ways to use Chef Handlers.
### Method 1 (recommended)

Use the
[chef_handler cookbook by Opscode](http://community.opscode.com/cookbooks/chef_handler).
[chef_handler cookbook by Opscode](https://supermarket.chef.io/cookbooks/chef_handler).
Create a recipe with the following:

include_recipe "chef_handler"
Expand Down