From 95a4a105cd5e626edca2f8f00eb3dff32f1f1c5c Mon Sep 17 00:00:00 2001 From: Christoph Blecker Date: Thu, 21 Dec 2017 17:53:39 -0800 Subject: Use git.k8s.io for links --- contributors/devel/api_changes.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'contributors/devel/api_changes.md') diff --git a/contributors/devel/api_changes.md b/contributors/devel/api_changes.md index 293d2fe9..8104946c 100644 --- a/contributors/devel/api_changes.md +++ b/contributors/devel/api_changes.md @@ -495,7 +495,7 @@ The generators that create go code have a `--go-header-file` flag which should be a file that contains the header that should be included. This header is the copyright that should be present at the top of the generated file and should be checked with the -[`repo-infra/verify/verify-boilerplane.sh`](https://github.com/kubernetes/repo-infra/blob/master/verify/verify-boilerplate.sh) +[`repo-infra/verify/verify-boilerplane.sh`](https://git.k8s.io/repo-infra/verify/verify-boilerplate.sh) script at a later stage of the build. To invoke these generators, you can run `make update`, which runs a bunch of @@ -829,7 +829,7 @@ The preferred approach adds an alpha field to the existing object, and ensures i 1. Add a feature gate to the API server to control enablement of the new field (and associated function): - In [staging/src/k8s.io/apiserver/pkg/features/kube_features.go](https://github.com/kubernetes/kubernetes/blob/master/staging/src/k8s.io/apiserver/pkg/features/kube_features.go): + In [staging/src/k8s.io/apiserver/pkg/features/kube_features.go](https://git.k8s.io/kubernetes/staging/src/k8s.io/apiserver/pkg/features/kube_features.go): ```go // owner: @you -- cgit v1.2.3