Skip to content

Commit

Permalink
redirect: add link for 1.33 enhancements board
Browse files Browse the repository at this point in the history
  • Loading branch information
neoaggelos committed Feb 13, 2025
1 parent e8a69a4 commit 5b6c6dd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions apps/k8s-io/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ Redirections
- https://go.k8s.io/partner-request
- https://go.k8s.io/pr-dashboard
- https://go.k8s.io/redirects
- https://go.k8s.io/sig-release/1.33/enhancements
- https://go.k8s.io/sig-k8s-infra-notes
- https://go.k8s.io/start
- https://go.k8s.io/stuck-prs
Expand Down
1 change: 1 addition & 0 deletions apps/k8s-io/configmap-nginx.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -304,6 +304,7 @@ data:
rewrite ^/partner-request$ https://docs.google.com/forms/d/e/1FAIpQLSdN1KtSKX2VAOPGABFlShkSd6CajQynoL4QCVtY0dj76MNDKg/viewform redirect;
rewrite ^/redirects$ https://github.com/kubernetes/k8s.io/tree/main/apps/k8s-io/README.md#redirections redirect;
rewrite ^/sig-k8s-infra-notes https://docs.google.com/document/d/1VGMyAn_Pixdg0mTwbjxRcq_-oI7xtyomG9Hoa_RpryQ redirect;
rewrite ^/sig-release/1.33/enhancements https://github.com/orgs/kubernetes/projects/200/views/1 redirect;
rewrite ^/start$ https://kubernetes.io/docs/setup/ redirect;
rewrite ^/stuck-prs$ https://github.com/kubernetes/kubernetes/pulls?utf8=%E2%9C%93&q=is%3Apr%20is%3Aopen%20label%3Algtm%20label%3Aapproved%20-label%3Ado-not-merge%20-label%3Aneeds-rebase%20sort%3Aupdated-asc%20-status%3Asuccess redirect;
rewrite ^/test-history$ https://storage.googleapis.com/kubernetes-test-history/static/index.html redirect;
Expand Down

0 comments on commit 5b6c6dd

Please sign in to comment.