From a71a1d9cccee22f19d523e2aa831efafa05d28a7 Mon Sep 17 00:00:00 2001 From: Deric Crago Date: Mon, 30 Aug 2021 07:52:35 -1000 Subject: [PATCH] updated 'repository' & 'issues' URLs in galaxy.yml --- galaxy.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/galaxy.yml b/galaxy.yml index 6b209dd..f47d2f5 100644 --- a/galaxy.yml +++ b/galaxy.yml @@ -50,7 +50,7 @@ tags: #dependencies: {} # The URL of the originating SCM repository -repository: http://github.com/ansible/ansible_collections_google +repository: https://github.com/ansible-collections/google.cloud # The URL to any online docs #documentation: http://docs.example.com @@ -59,4 +59,4 @@ repository: http://github.com/ansible/ansible_collections_google homepage: http://cloud.google.com # The URL to the collection issue tracker -#issues: http://example.com/issue/tracker +issues: https://github.com/ansible-collections/google.cloud/issues