diff options
| author | Kubernetes Submit Queue <k8s-merge-robot@users.noreply.github.com> | 2017-12-01 02:00:09 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-12-01 02:00:09 -0800 |
| commit | 53862b19df50d7e6b475849e974e883dfa5b5881 (patch) | |
| tree | dd7dfd395da2f9211b934c31d68299db4473df8c | |
| parent | d398f992e0fdc47929057021bd7597e7be331969 (diff) | |
| parent | c43b1fe590cb5d920c2a2a35fff2400be64eeffa (diff) | |
Merge pull request #1452 from cblecker/fix-anchor
Automatic merge from submit-queue.
Fix anchor in pod-preset.md
Fixes #1313.
| -rw-r--r-- | contributors/design-proposals/service-catalog/pod-preset.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contributors/design-proposals/service-catalog/pod-preset.md b/contributors/design-proposals/service-catalog/pod-preset.md index cf5a654f..28f8d8a8 100644 --- a/contributors/design-proposals/service-catalog/pod-preset.md +++ b/contributors/design-proposals/service-catalog/pod-preset.md @@ -15,7 +15,7 @@ * [PodPreset Exclude Annotation](#podpreset-exclude-annotation) * [Examples](#examples) * [Simple Pod Spec Example](#simple-pod-spec-example) - * [Pod Spec with `ConfigMap` Example](#pod-spec-with-`configmap`-example) + * [Pod Spec with `ConfigMap` Example](#pod-spec-with-configmap-example) * [ReplicaSet with Pod Spec Example](#replicaset-with-pod-spec-example) * [Multiple PodPreset Example](#multiple-podpreset-example) * [Conflict Example](#conflict-example) |
