Skip to content

Commit 366524a

Browse files
authored
Merge pull request #7797 from ameukam/redirect-migrate-k8s-infra
redirect: more short links for k8s infra
2 parents b27072d + c592d14 commit 366524a

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

apps/k8s-io/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,9 @@ Redirections
5151
- https://go.k8s.io/partner-request
5252
- https://go.k8s.io/pr-dashboard
5353
- https://go.k8s.io/redirects
54+
- https://go.k8s.io/sig-k8s-infra
5455
- https://go.k8s.io/sig-k8s-infra-notes
56+
- https://go.k8s.io/sig-k8s-infra-playlist
5557
- https://go.k8s.io/start
5658
- https://go.k8s.io/stuck-prs
5759
- https://go.k8s.io/test-health

apps/k8s-io/configmap-nginx.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -303,7 +303,9 @@ data:
303303
rewrite ^/owners/([^/]*)/?$ https://cs.k8s.io/?q=$1&i=fosho&files=OWNERS&excludeFiles=vendor%2F&repos= redirect;
304304
rewrite ^/partner-request$ https://docs.google.com/forms/d/e/1FAIpQLSdN1KtSKX2VAOPGABFlShkSd6CajQynoL4QCVtY0dj76MNDKg/viewform redirect;
305305
rewrite ^/redirects$ https://github.com/kubernetes/k8s.io/tree/main/apps/k8s-io/README.md#redirections redirect;
306+
rewrite ^/sig-k8s-infra https://github.com/kubernetes/community/tree/master/sig-k8s-infra redirect;
306307
rewrite ^/sig-k8s-infra-notes https://docs.google.com/document/d/1VGMyAn_Pixdg0mTwbjxRcq_-oI7xtyomG9Hoa_RpryQ redirect;
308+
rewrite ^/sig-k8s-infra-playlist https://www.youtube.com/playlist?list=PL69nYSiGNLP2Ghq7VW8rFbMFoHwvORuDL redirect;
307309
rewrite ^/start$ https://kubernetes.io/docs/setup/ redirect;
308310
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;
309311
rewrite ^/test-history$ https://storage.googleapis.com/kubernetes-test-history/static/index.html redirect;

0 commit comments

Comments
 (0)