diff options
| author | Evan Read <eread@gitlab.com> | 2019-07-25 14:12:45 +0000 |
|---|---|---|
| committer | Marcia Ramos <marcia@gitlab.com> | 2019-07-25 14:12:45 +0000 |
| commit | 82a8632b885d31851645da9633f68066d6ab3d65 (patch) | |
| tree | b7a9c8c28404660fa828c75a267fb05fb501304c /doc/api | |
| parent | 95b117f0948ea60224388c891c137e80234e3aab (diff) | |
| download | gitlab-ce-82a8632b885d31851645da9633f68066d6ab3d65.tar.gz | |
Restructure project cluster topic
Also fixes links to section headings that
have changed.
Diffstat (limited to 'doc/api')
| -rw-r--r-- | doc/api/group_clusters.md | 2 | ||||
| -rw-r--r-- | doc/api/project_clusters.md | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/doc/api/group_clusters.md b/doc/api/group_clusters.md index 31c0e6abead..29e58d9279a 100644 --- a/doc/api/group_clusters.md +++ b/doc/api/group_clusters.md @@ -210,7 +210,7 @@ Parameters: NOTE: **Note:** `name`, `api_url`, `ca_cert` and `token` can only be updated if the cluster was added -through the ["Add an existing Kubernetes Cluster"](../user/project/clusters/index.md#adding-an-existing-kubernetes-cluster) option or +through the ["Add existing Kubernetes cluster"](../user/project/clusters/index.md#add-existing-kubernetes-cluster) option or through the ["Add existing cluster to group"](#add-existing-cluster-to-group) endpoint. Example request: diff --git a/doc/api/project_clusters.md b/doc/api/project_clusters.md index 614ea41d572..762a4ad95ab 100644 --- a/doc/api/project_clusters.md +++ b/doc/api/project_clusters.md @@ -261,7 +261,7 @@ Parameters: NOTE: **Note:** `name`, `api_url`, `ca_cert` and `token` can only be updated if the cluster was added -through the ["Add an existing Kubernetes Cluster"](../user/project/clusters/index.md#adding-an-existing-kubernetes-cluster) option or +through the ["Add existing Kubernetes cluster"](../user/project/clusters/index.md#add-existing-kubernetes-cluster) option or through the ["Add existing cluster to project"](#add-existing-cluster-to-project) endpoint. Example request: |
