From 3d9a2902396fd6cce6dbef19489d92215ab37d1a Mon Sep 17 00:00:00 2001 From: Paula Muir Date: Thu, 31 Aug 2023 16:40:59 +0100 Subject: [PATCH] (maint) Update Issues URL Prior to this commit the issues URL directed the customer to an invalid location to raise a ticket. This PR updates the URL to link to the issues tab on the module Github Repo. --- metadata.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/metadata.json b/metadata.json index 946913a3..f156fe01 100644 --- a/metadata.json +++ b/metadata.json @@ -6,7 +6,7 @@ "license": "proprietary", "source": "https://github.com/puppetlabs/puppetlabs-sqlserver", "project_page": "https://github.com/puppetlabs/puppetlabs-sqlserver", - "issues_url": "https://tickets.puppet.com/browse/MODULES", + "issues_url": "https://github.com/puppetlabs/puppetlabs-sqlserver/issues", "dependencies": [ { "name": "puppetlabs/stdlib",