Skip to content

Commit 76d86fe

Browse files
committed
redirect: Add short link for K8S Infra meeting notes
Add a redirect for the meeting notes of SIG K8S Infra bi-weekly so we can walk away from bit.ly. `http://bit.ly/sig-k8s-infra-notes` is currently not owned by the community. Signed-off-by: Arnaud Meukam <[email protected]>
1 parent df3b156 commit 76d86fe

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

apps/k8s-io/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ 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-notes
5455
- https://go.k8s.io/start
5556
- https://go.k8s.io/stuck-prs
5657
- https://go.k8s.io/test-health

apps/k8s-io/configmap-nginx.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -303,6 +303,7 @@ 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-notes https://docs.google.com/document/d/1VGMyAn_Pixdg0mTwbjxRcq_-oI7xtyomG9Hoa_RpryQ redirect;
306307
rewrite ^/start$ https://kubernetes.io/docs/setup/ redirect;
307308
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;
308309
rewrite ^/test-history$ https://storage.googleapis.com/kubernetes-test-history/static/index.html redirect;

0 commit comments

Comments
 (0)