From 5aef96a20f8ea38a6e0a92a7399f5a7f87dcd030 Mon Sep 17 00:00:00 2001 From: John Mulhausen Date: Thu, 25 Feb 2016 16:00:18 -0800 Subject: [PATCH] doc fix --- _includes/masterdocs/docs/api.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/_includes/masterdocs/docs/api.md b/_includes/masterdocs/docs/api.md index 1e2ced6964..57087a30de 100644 --- a/_includes/masterdocs/docs/api.md +++ b/_includes/masterdocs/docs/api.md @@ -73,13 +73,13 @@ Currently there are two API groups in use: In the future we expect that there will be more API groups, all at REST path `/apis/$API_GROUP` and using `apiVersion: $API_GROUP/$VERSION`. We expect that there will be a way for [third parties to -create their own API groups](design/extending-api.md), and to avoid naming collisions. +create their own API groups](https://github.com/kubernetes/kubernetes/blob/{{page.githubbranch}}/docs/design/extending-api.md), and to avoid naming collisions. ## Enabling resources in the extensions group DaemonSets, Deployments, HorizontalPodAutoscalers, Ingress, Jobs and ReplicaSets are enabled by default. -Other extensions resources can be enabled by setting runtime-config on -apiserver. runtime-config accepts comma separated values. For ex: to disable deployments and jobs, set +Other extensions resources can be enabled by setting `runtime-config` on +apiserver. `runtime-config` accepts comma separated values. For ex: to disable deployments and jobs, set `--runtime-config=extensions/v1beta1/deployments=false,extensions/v1beta1/jobs=false` ## v1beta1, v1beta2, and v1beta3 are deprecated; please move to v1 ASAP