From dd0c32bf6b2b4b80bf3dd0badf6df57e52ca230d Mon Sep 17 00:00:00 2001 From: Franklin Webber Date: Mon, 26 Sep 2016 11:24:13 -0500 Subject: [PATCH] Fixes the metadata to include missing urls --- metadata.rb | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/metadata.rb b/metadata.rb index eee8fbd..17388ca 100644 --- a/metadata.rb +++ b/metadata.rb @@ -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//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//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)