Skip to content

Commit 7b7464d

Browse files
committed
link fix
Signed-off-by: Bonusree <[email protected]>
1 parent f9bcbd8 commit 7b7464d

File tree

10 files changed

+16
-17
lines changed

10 files changed

+16
-17
lines changed

docs/guides/elasticsearch/reconfigure_tls/elasticsearch.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ Here,
177177
- `spec.databaseRef.name` specifies that we are performing reconfigure TLS operation on `es-demo` cluster.
178178
- `spec.type` specifies that we are performing `ReconfigureTLS` on Elasticsearch.
179179
- `spec.tls.issuerRef` specifies the issuer name, kind and api group.
180-
- `spec.tls.certificates` specifies the certificates. You can learn more about this field from [here](/docs/guides/elasticsearch/concepts/Elasticsearch.md#spectls).
180+
- `spec.tls.certificates` specifies the certificates. You can learn more about this field from [here](/docs/guides/elasticsearch/concepts/elasticsearch/index.md).
181181

182182
Let's create the `ElasticsearchOpsRequest` CR we have shown above,
183183

@@ -1007,7 +1007,7 @@ kubectl delete ns demo
10071007

10081008
## Next Steps
10091009

1010-
- Detail concepts of [Elasticsearch object](/docs/guides/elasticsearch/concepts/elasticsearch.md).
1010+
- Detail concepts of [Elasticsearch object](/docs/guides/elasticsearch/concepts/elasticsearch/index.md).
10111011
- Different Elasticsearch topology clustering modes [here](/docs/guides/elasticsearch/clustering/_index.md).
10121012
- Monitor your Elasticsearch database with KubeDB using [out-of-the-box Prometheus operator](/docs/guides/elasticsearch/monitoring/using-prometheus-operator.md).
10131013
- Want to hack on KubeDB? Check our [contribution guidelines](/docs/CONTRIBUTING.md).

docs/guides/elasticsearch/reconfigure_tls/overview.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ This guide will give an overview on how KubeDB Ops-manager operator reconfigures
1919
## Before You Begin
2020

2121
- You should be familiar with the following `KubeDB` concepts:
22-
- [Elasticsearch](/docs/guides/Elasticsearch/concepts/elasticsearch.md)
23-
- [ElasticsearchOpsRequest](/docs/guides/Elasticsearch/concepts/elasticsearch-ops-request.md)
22+
- [Elasticsearch](/docs/guides/elasticsearch/concepts/elasticsearch/index.md)
23+
- [ElasticsearchOpsRequest](/docs/guides/elasticsearch/concepts/elasticsearch-ops-request.md)
2424

2525
## How Reconfiguring Elasticsearch TLS Configuration Process Works
2626

docs/guides/elasticsearch/scaling/horizontal/topology.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ This guide will show you how to use `KubeDB` Ops-manager operator to scale the E
2424

2525
- You should be familiar with the following `KubeDB` concepts:
2626
- [Elasticsearch](/docs/guides/elasticsearch/concepts/elasticsearch/index.md)
27-
- [Topology](/docs/guides/elasticsearch/clustering/topology-cluster/index.md)
27+
- [Topology](/docs/guides/elasticsearch/clustering/topology-cluster/simple-dedicated-cluster/index.md)
2828
- [ElasticsearchOpsRequest](/docs/guides/elasticsearch/concepts/elasticsearch-ops-request/index.md)
2929
- [Horizontal Scaling Overview](/docs/guides/elasticsearch/scaling/horizontal/overview.md)
3030

docs/guides/elasticsearch/scaling/vertical/overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ This guide will give an overview on how KubeDB Ops-manager operator updates the
2727
The following diagram shows how KubeDB Ops-manager operator updates the resources of the `Elasticsearch`. Open the image in a new tab to see the enlarged version.
2828

2929
<figure align="center">
30-
  <img alt="Vertical scaling process of Elasticsearch" src="/docs/images/elasticsearch/es-vertical-scaling.jpg">
30+
  <img alt="Vertical scaling process of Elasticsearch" src="/docs/images/elasticsearch/es-vertical-scaling.png">
3131
<figcaption align="center">Fig: Vertical scaling process of Elasticsearch</figcaption>
3232
</figure>
3333

docs/guides/elasticsearch/scaling/vertical/topology.md

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,10 @@ This guide will show you how to use `KubeDB` Ops-manager operator to update the
2323
- Install `KubeDB` Provisioner and Ops-manager operator in your cluster following the steps [here](/docs/setup/README.md).
2424

2525
- You should be familiar with the following `KubeDB` concepts:
26-
- [Elasticsearch](/docs/guides/Elasticsearch/concepts/Elasticsearch.md)
27-
- [Topology](/docs/guides/Elasticsearch/clustering/topology-cluster/index.md)
28-
- [ElasticsearchOpsRequest](/docs/guides/Elasticsearch/concepts/elasticsearch-ops-request.md)
29-
- [Vertical Scaling Overview](/docs/guides/Elasticsearch/scaling/vertical-scaling/overview.md)
26+
- [Elasticsearch](/docs/guides/elasticsearch/concepts/elasticsearch.md)
27+
- [Topology](/docs/guides/elasticsearch/clustering/topology-cluster/index.md)
28+
- [ElasticsearchOpsRequest](/docs/guides/elasticsearch/concepts/elasticsearch-ops-request.md)
29+
- [Vertical Scaling Overview](/docs/guides/elasticsearch/scaling/vertical/overview.md)
3030

3131
To keep everything isolated, we are going to use a separate namespace called `demo` throughout this tutorial.
3232

@@ -686,7 +686,6 @@ kubectl delete ns demo
686686

687687
## Next Steps
688688

689-
- Detail concepts of [Elasticsearch object](/docs/guides/Elasticsearch/concepts/Elasticsearch.md).
690-
- Different Elasticsearch topology clustering modes [here](/docs/guides/Elasticsearch/clustering/_index.md).
691-
- Monitor your Elasticsearch database with KubeDB using [out-of-the-box Prometheus operator](/docs/guides/Elasticsearch/monitoring/using-prometheus-operator.md).
689+
- Detail concepts of [Elasticsearch object](/docs/guides/elasticsearch/concepts/elasticsearch.md).
690+
- Different Elasticsearch topology clustering modes [here](/docs/guides/elasticsearch/clustering/topology-cluster/simple-dedicated-cluster/index.md).
692691
- Want to hack on KubeDB? Check our [contribution guidelines](/docs/CONTRIBUTING.md).
File renamed without changes.

docs/guides/elasticsearch/volume-expantion/combined.md renamed to docs/guides/elasticsearch/volume-expansion/combined.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -360,6 +360,6 @@ kubectl delete ns demo
360360

361361
## Next Steps
362362

363-
- Detail concepts of [Elasticsearch object](/docs/guides/elasticsearch/concepts/elasticsearch.md).
364-
- Different Elasticsearch topology clustering modes [here](/docs/guides/elasticsearch/clustering/topology-cluster/index.md).
363+
- Detail concepts of [Elasticsearch object](/docs/guides/elasticsearch/concepts/elasticsearch/index.md).
364+
- Different Elasticsearch topology clustering modes [here](/docs/guides/elasticsearch/clustering/topology-cluster/single-dedicated-cluster/index.md).
365365
- Want to hack on KubeDB? Check our [contribution guidelines](/docs/CONTRIBUTING.md).
55.3 KB
Loading

docs/guides/elasticsearch/volume-expantion/overview.md renamed to docs/guides/elasticsearch/volume-expansion/overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ This guide will give an overview on how KubeDB Ops-manager operator expand the v
2727
The following diagram shows how KubeDB Ops-manager operator expand the volumes of `Elasticsearch` database components. Open the image in a new tab to see the enlarged version.
2828

2929
<figure align="center">
30-
  <img alt="Volume Expansion process of Elasticsearch" src="/docs/images/elasticsearch/es-volume-expansion.jpg">
30+
  <img alt="Volume Expansion process of Elasticsearch" src="/docs/images/elasticsearch/es-volume-expansion.png">
3131
<figcaption align="center">Fig: Volume Expansion process of Elasticsearch</figcaption>
3232
</figure>
3333

docs/guides/elasticsearch/volume-expantion/topology.md renamed to docs/guides/elasticsearch/volume-expansion/topology.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -745,7 +745,7 @@ spec:
745745
```
746746

747747
```bash
748-
$ kubectl apply -f https://github.com/kubedb/docs/raw/{{< param "info.version" >}}/docs/examples/elasticsearch/volume-expantion/volume-expansion-topo-data.yaml
748+
$ kubectl apply -f https://github.com/kubedb/docs/raw/{{< param "info.version" >}}/docs/examples/elasticsearch/volume-expansion/volume-expansion-topo-data.yaml
749749
Elasticsearchopsrequest.ops.kubedb.com/volume-expansion-data-nodes created
750750
```
751751
## Cleaning Up

0 commit comments

Comments
 (0)