Skip to content

Commit

Permalink
Fixes the metadata to include missing urls
Browse files Browse the repository at this point in the history
  • Loading branch information
Franklin Webber committed Sep 26, 2016
1 parent 38e0637 commit dd0c32b
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions metadata.rb
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,5 @@
long_description 'Installs/Configures site_config'
version '0.1.0'

# If you upload to Supermarket you should set this so your cookbook
# gets a `View Issues` link
# issues_url 'https://github.com/<insert_org_here>/site_config/issues' if respond_to?(:issues_url)

# If you upload to Supermarket you should set this so your cookbook
# gets a `View Source` link
# source_url 'https://github.com/<insert_org_here>/site_config' if respond_to?(:source_url)
issues_url 'https://github.com/chef-training/site_config/issues' if respond_to?(:issues_url)
source_url 'https://github.com/chef-training/site_config' if respond_to?(:source_url)

0 comments on commit dd0c32b

Please sign in to comment.