diff --git a/plugins/modules/gcp_cloudbuild_trigger.py b/plugins/modules/gcp_cloudbuild_trigger.py index 7026bfc..dd47d54 100644 --- a/plugins/modules/gcp_cloudbuild_trigger.py +++ b/plugins/modules/gcp_cloudbuild_trigger.py @@ -83,7 +83,7 @@ options: type: str ignored_files: description: - - ignoredFiles and includedFiles are file glob matches using http://godoc/pkg/path/filepath#Match + - ignoredFiles and includedFiles are file glob matches using U(https://golang.org/pkg/path/filepath/#Match) extended with support for `**`. - If ignoredFiles and changed files are both empty, then they are not used to determine whether or not to trigger a build. @@ -423,7 +423,7 @@ filename: type: str ignoredFiles: description: - - ignoredFiles and includedFiles are file glob matches using http://godoc/pkg/path/filepath#Match + - ignoredFiles and includedFiles are file glob matches using U(https://golang.org/pkg/path/filepath/#Match) extended with support for `**`. - If ignoredFiles and changed files are both empty, then they are not used to determine whether or not to trigger a build. diff --git a/plugins/modules/gcp_cloudbuild_trigger_info.py b/plugins/modules/gcp_cloudbuild_trigger_info.py index 683e6bc..055426a 100644 --- a/plugins/modules/gcp_cloudbuild_trigger_info.py +++ b/plugins/modules/gcp_cloudbuild_trigger_info.py @@ -143,7 +143,7 @@ resources: type: str ignoredFiles: description: - - ignoredFiles and includedFiles are file glob matches using http://godoc/pkg/path/filepath#Match + - ignoredFiles and includedFiles are file glob matches using U(https://golang.org/pkg/path/filepath/#Match) extended with support for `**`. - If ignoredFiles and changed files are both empty, then they are not used to determine whether or not to trigger a build.