summaryrefslogtreecommitdiff
path: root/contributors/devel/api_changes.md
diff options
context:
space:
mode:
authorChristoph Blecker <admin@toph.ca>2017-12-21 17:53:39 -0800
committerChristoph Blecker <admin@toph.ca>2017-12-21 18:34:08 -0800
commit95a4a105cd5e626edca2f8f00eb3dff32f1f1c5c (patch)
tree04eb87ec9b60f1d8f282d528fdb308be787af018 /contributors/devel/api_changes.md
parentce3044d912391d987a9ef8315c701f3e5671fe45 (diff)
Use git.k8s.io for links
Diffstat (limited to 'contributors/devel/api_changes.md')
-rw-r--r--contributors/devel/api_changes.md4
1 files changed, 2 insertions, 2 deletions
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