File tree 2 files changed +2
-0
lines changed
2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -54,6 +54,7 @@ Redirections
54
54
- https://go.k8s.io/sig-k8s-infra
55
55
- https://go.k8s.io/sig-k8s-infra-notes
56
56
- https://go.k8s.io/sig-k8s-infra-playlist
57
+ - https://go.k8s.io/sig-release/1.33/enhancements
57
58
- https://go.k8s.io/start
58
59
- https://go.k8s.io/stuck-prs
59
60
- https://go.k8s.io/test-health
Original file line number Diff line number Diff line change @@ -306,6 +306,7 @@ data:
306
306
rewrite ^/sig-k8s-infra https://github.com/kubernetes/community/tree/master/sig-k8s-infra redirect;
307
307
rewrite ^/sig-k8s-infra-notes https://docs.google.com/document/d/1VGMyAn_Pixdg0mTwbjxRcq_-oI7xtyomG9Hoa_RpryQ redirect;
308
308
rewrite ^/sig-k8s-infra-playlist https://www.youtube.com/playlist?list=PL69nYSiGNLP2Ghq7VW8rFbMFoHwvORuDL redirect;
309
+ rewrite ^/sig-release/1.33/enhancements https://github.com/orgs/kubernetes/projects/200/views/1 redirect;
309
310
rewrite ^/start$ https://kubernetes.io/docs/setup/ redirect;
310
311
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;
311
312
rewrite ^/test-history$ https://storage.googleapis.com/kubernetes-test-history/static/index.html redirect;
You can’t perform that action at this time.
0 commit comments