Skip to content

Commit

Permalink
redirect link updates
Browse files Browse the repository at this point in the history
Signed-off-by: hasheddan <georgedanielmangum@gmail.com>
  • Loading branch information
hasheddan committed Sep 6, 2019
1 parent be61609 commit d4e274b
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 8 deletions.
10 changes: 6 additions & 4 deletions docs/book/src/reference/artifacts.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,12 @@ to the main binary releases.

## Test Binaries

You can find all of the test binaries at `https://go.kubebuilder.io/test`.
You can find individual test binaries at `https://go.kubebuilder.io/test/${version}/${os}/${arch}`.
You can find all of the test binaries at `https://go.kubebuilder.io/test-tools`.
You can find individual test binaries at `https://go.kubebuilder.io/test-tools/${version}/${os}/${arch}`.

## Container Images

You can find all container images for your os at `https://go.kubebuilder.io/images/${os}`.
You can find individual container images at `https://go.kubebuilder.io/images/:os/:version`.
You can find all container images for your os at `https://go.kubebuilder.io/images/${os}`
or at `gcr.io/kubebuilder/thirdparty-${os}`.
You can find individual container images at `https://go.kubebuilder.io/images/${os}/${version}`
or at `gcr.io/kubebuilder/thirdparty-${os}:${version}`.
8 changes: 4 additions & 4 deletions netlify.toml
Original file line number Diff line number Diff line change
Expand Up @@ -68,25 +68,25 @@
force = true

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

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

[[redirects]]
from = "https://go.kubebuilder.io/test/:version/:os"
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"
status = 302
force = true

[[redirects]]
from = "https://go.kubebuilder.io/test/:version/:os/:arch"
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"
status = 302
force = true
Expand Down

0 comments on commit d4e274b

Please sign in to comment.