Skip to content

Commit

Permalink
🏃 fix kubebuilder go links
Browse files Browse the repository at this point in the history
  • Loading branch information
Mengqi Yu committed Nov 22, 2019
1 parent 6121dd0 commit 8a2d01e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions netlify.toml
Original file line number Diff line number Diff line change
Expand Up @@ -69,25 +69,25 @@

[[redirects]]
from = "https://go.kubebuilder.io/test-tools"
to = "https://console.cloud.google.com/storage/browser/kubebuilder-tools"
to = "https://storage.googleapis.com/kubebuilder-tools"
status = 302
force = true

[[redirects]]
from = "https://go.kubebuilder.io/test-tools/:version"
to = "https://console.cloud.google.com/storage/browser/kubebuilder-tools/?prefix=kubebuilder-tools-:version"
to = "https://storage.googleapis.com/kubebuilder-tools/?prefix=kubebuilder-tools-:version"
status = 302
force = true

[[redirects]]
from = "https://go.kubebuilder.io/test-tools/:version/:os"
to = "https://console.cloud.google.com/storage/browser/_details/kubebuilder-tools/kubebuilder-tools-:version-:os-amd64.tar.gz"
to = "https://storage.googleapis.com/kubebuilder-tools/kubebuilder-tools-:version-:os-amd64.tar.gz"
status = 302
force = true

[[redirects]]
from = "https://go.kubebuilder.io/test-tools/:version/:os/:arch"
to = "https://console.cloud.google.com/storage/browser/_details/kubebuilder-tools/kubebuilder-tools-:version-:os-:arch.tar.gz"
to = "https://storage.googleapis.com/kubebuilder-tools/kubebuilder-tools-:version-:os-:arch.tar.gz"
status = 302
force = true

Expand Down

0 comments on commit 8a2d01e

Please sign in to comment.