Skip to content

Commit 8063297

Browse files
Fix broken link (#4411) (#2884)
Signed-off-by: Modular Magician <[email protected]>
1 parent 4b7dc8d commit 8063297

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

.changelog/4411.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
```release-note:none
2+
3+
```

google-beta/resource_cloud_build_trigger.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,8 @@ run directly. If not, the host will attempt to pull the image first, using
107107
the builder service account's credentials if necessary.
108108
109109
The Docker daemon's cache will already have the latest versions of all of
110-
the officially supported build steps (https://github.com/GoogleCloudPlatform/cloud-builders).
110+
the officially supported build steps (see https://github.com/GoogleCloudPlatform/cloud-builders
111+
for images and examples).
111112
The Docker daemon will also have cached many of the layers for some popular
112113
images, like "ubuntu", "debian", but they will be refreshed at the time
113114
you attempt to use them.

website/docs/r/cloudbuild_trigger.html.markdown

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -448,7 +448,8 @@ The `step` block supports:
448448
run directly. If not, the host will attempt to pull the image first, using
449449
the builder service account's credentials if necessary.
450450
The Docker daemon's cache will already have the latest versions of all of
451-
the officially supported build steps (https://github.com/GoogleCloudPlatform/cloud-builders).
451+
the officially supported build steps (see https://github.com/GoogleCloudPlatform/cloud-builders
452+
for images and examples).
452453
The Docker daemon will also have cached many of the layers for some popular
453454
images, like "ubuntu", "debian", but they will be refreshed at the time
454455
you attempt to use them.

0 commit comments

Comments
 (0)