From a3f67827f2222398b4b92b5fb0f950bd9f5378a1 Mon Sep 17 00:00:00 2001 From: rajat-puppet Date: Wed, 27 Sep 2023 13:54:58 +0530 Subject: [PATCH] updating issue link --- README.md | 2 +- spec/util/_resources/test_metadata_json.rb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5cabff0831..a5230d4d9c 100644 --- a/README.md +++ b/README.md @@ -861,7 +861,7 @@ Acceptance tests for this module leverage [puppet_litmus](https://github.com/pup To run the acceptance tests follow the instructions [here](https://puppetlabs.github.io/litmus/Running-acceptance-tests.html). You can also find a tutorial and walkthrough of using Litmus and the PDK on [YouTube](https://www.youtube.com/watch?v=FYfR7ZEGHoE). ### Development Support -If you run into an issue with this module, or if you would like to request a feature, please [file a ticket](https://tickets.puppetlabs.com/browse/MODULES/). +If you run into an issue with this module, or if you would like to request a feature, please [file a ticket](https://github.com/puppetlabs/puppetlabs-apache/issues). Every Monday the Puppet IA Content Team has [office hours](https://puppet.com/community/office-hours) in the [Puppet Community Slack](http://slack.puppet.com/), alternating between an EMEA friendly time (1300 UTC) and an Americas friendly time (0900 Pacific, 1700 UTC). If you have problems getting this module up and running, please [contact Support](http://puppetlabs.com/services/customer-support). diff --git a/spec/util/_resources/test_metadata_json.rb b/spec/util/_resources/test_metadata_json.rb index bd333b73dd..c79deec08b 100644 --- a/spec/util/_resources/test_metadata_json.rb +++ b/spec/util/_resources/test_metadata_json.rb @@ -8,7 +8,7 @@ "license": "Apache-2.0", "source": "https://github.com/puppetlabs/puppetlabs-apache", "project_page": "https://github.com/puppetlabs/puppetlabs-apache", - "issues_url": "https://tickets.puppetlabs.com/browse/MODULES", + "issues_url": "https://github.com/puppetlabs/puppetlabs-apache/issues", "dependencies": [ { "name": "puppetlabs/stdlib",