From 3cf17a923d95bf9fea72675b25bfdc9caf622e92 Mon Sep 17 00:00:00 2001 From: Stewart-YU Date: Fri, 12 Jan 2018 14:52:38 +0800 Subject: [PATCH] fix deadlink --- docs/concepts/storage/volumes.md | 2 +- docs/imported/community/mentoring.md | 2 +- docs/tasks/administer-cluster/namespaces-walkthrough.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/concepts/storage/volumes.md b/docs/concepts/storage/volumes.md index 656203b278..8164e39a31 100644 --- a/docs/concepts/storage/volumes.md +++ b/docs/concepts/storage/volumes.md @@ -174,7 +174,7 @@ See the [CephFS example](https://github.com/kubernetes/examples/tree/{{page.gith ### configMap -The [`configMap`](/docs/tasks/configure-pod-container/configmap/) resource +The [`configMap`](/docs/tasks/configure-pod-container/configure-pod-configmap/) resource provides a way to inject configuration data into Pods. The data stored in a `ConfigMap` object can be referenced in a volume of type `configMap` and then consumed by containerized applications running in a Pod. diff --git a/docs/imported/community/mentoring.md b/docs/imported/community/mentoring.md index 081d441db8..5d610ce44e 100755 --- a/docs/imported/community/mentoring.md +++ b/docs/imported/community/mentoring.md @@ -15,7 +15,7 @@ A pilot is a Kubernetes mentor helping new and current members navigate the seas ## Current mentoring activities: All are currently in an incubation phase. Please reach out to Paris Pittman (parispittman@google.com or Paris on Kubernetes slack channel) for more information on how to get involved. The preliminary deck for mentoring strategies is [here](https://docs.google.com/presentation/d/1bRjDEPEn3autWzaEFirbLfHagbZV04Q9kTCalYmnnXw/edit?usp=sharing0). -[Contributor Office Hours](https://github.com/kubernetes/community/tree/master/community/office-hours.md) +[Contributor Office Hours](https://github.com/kubernetes/community/blob/master/events/office-hours.md) [Group Mentoring Cohorts](https://github.com/kubernetes/community/tree/master/mentoring/group-mentoring.md) [Outreachy](https://github.com/kubernetes/community/tree/master/sig-cli/outreachy.md) diff --git a/docs/tasks/administer-cluster/namespaces-walkthrough.md b/docs/tasks/administer-cluster/namespaces-walkthrough.md index efd7b517de..f804406808 100644 --- a/docs/tasks/administer-cluster/namespaces-walkthrough.md +++ b/docs/tasks/administer-cluster/namespaces-walkthrough.md @@ -63,7 +63,7 @@ Create the development namespace using kubectl. $ kubectl create -f https://k8s.io/docs/tasks/administer-cluster/namespace-dev.json ``` -Save the following contents into file [`namespace-prod.json`](/docs/admin/namespaces/namespace-prod.json) which describes a production namespace: +Save the following contents into file [`namespace-prod.json`](/docs/tasks/administer-cluster/namespace-prod.json) which describes a production namespace: {% include code.html language="json" file="namespace-prod.json" ghlink="/docs/tasks/administer-cluster/namespace-prod.json" %}