From c7c2353a1bf838fc0093caf32eefdf07051ede68 Mon Sep 17 00:00:00 2001 From: pritamdas99 Date: Wed, 13 Nov 2024 11:18:14 +0600 Subject: [PATCH] Fix links Signed-off-by: pritamdas99 --- docs/guides/solr/autoscaler/compute/combined.md | 2 +- docs/guides/solr/autoscaler/compute/topology.md | 2 +- docs/guides/solr/clustering/topology_cluster.md | 7 +++---- docs/guides/solr/scaling/vertical-scaling/combined.md | 2 +- docs/guides/solr/tls/combined.md | 4 ++-- docs/guides/solr/tls/overview.md | 2 +- docs/guides/solr/tls/topology.md | 4 ++-- docs/guides/solr/update-version/update-version.md | 2 +- 8 files changed, 12 insertions(+), 13 deletions(-) diff --git a/docs/guides/solr/autoscaler/compute/combined.md b/docs/guides/solr/autoscaler/compute/combined.md index 3b4169ff39..6fdf320720 100644 --- a/docs/guides/solr/autoscaler/compute/combined.md +++ b/docs/guides/solr/autoscaler/compute/combined.md @@ -164,7 +164,7 @@ Here, - `spec.compute.node.resourceDiffPercentage` specifies the minimum resource difference in percentage. The default is 10%. If the difference between current & recommended resource is less than ResourceDiffPercentage, Autoscaler Operator will ignore the updating. - `spec.compute.node.containerControlledValues` specifies which resource values should be controlled. The default is "RequestsAndLimits". -- - `spec.opsRequestOptions` contains the options to pass to the created OpsRequest. It has 2 fields. Know more about them here : [timeout](/docs/guides/Solr/concepts/Solr-ops-request/index.md#spectimeout), [apply](/docs/guides/Solr/concepts/Solr-ops-request/index.md#specapply). +- - `spec.opsRequestOptions` contains the options to pass to the created OpsRequest. It has 2 fields. Know more about them here : [timeout](/docs/guides/solr/concepts/solropsrequests.md#spectimeout), [apply](/docs/guides/solr/concepts/solropsrequests.md#specapply). Let's create the `SolrAutoscaler` CR we have shown above, diff --git a/docs/guides/solr/autoscaler/compute/topology.md b/docs/guides/solr/autoscaler/compute/topology.md index b746a47088..e7d528e910 100644 --- a/docs/guides/solr/autoscaler/compute/topology.md +++ b/docs/guides/solr/autoscaler/compute/topology.md @@ -37,7 +37,7 @@ $ kubectl create ns demo namespace/demo created ``` -> **Note:** YAML files used in this tutorial are stored in this [directory](/docs/guides/Solr/autoscaler/compute/topology/yamls) of [kubedb/docs](https://github.com/kubedb/docs) repository. +> **Note:** YAML files used in this tutorial are stored in this [directory](/docs/examples/solr/autoscaler/compute) of [kubedb/docs](https://github.com/kubedb/docs) repository. ## Autoscaling of Topology Cluster diff --git a/docs/guides/solr/clustering/topology_cluster.md b/docs/guides/solr/clustering/topology_cluster.md index 478c224328..5abd15127f 100644 --- a/docs/guides/solr/clustering/topology_cluster.md +++ b/docs/guides/solr/clustering/topology_cluster.md @@ -642,8 +642,7 @@ $ kubectl delete namespace demo ## Next Steps -- Monitor your Solr database with KubeDB using [`out-of-the-box` builtin-Prometheus](/docs/guides/Solr/monitoring/using-builtin-prometheus.md). -- Monitor your Solr database with KubeDB using [`out-of-the-box` Prometheus operator](/docs/guides/Solr/monitoring/using-prometheus-operator.md). -- Detail concepts of [Solr object](/docs/guides/Solr/concepts/Solr/index.md). -- Use [private Docker registry](/docs/guides/Solr/private-registry/using-private-registry.md) to deploy Solr with KubeDB. +- Monitor your Solr database with KubeDB using [`out-of-the-box` builtin-Prometheus](/docs/guides/solr/monitoring/prometheus-builtin.md). +- Monitor your Solr database with KubeDB using [`out-of-the-box` Prometheus operator](/docs/guides/solr/monitoring/prometheus-operator.md). +- Detail concepts of [Solr object](/docs/guides/solr/concepts/solr.md). - Want to hack on KubeDB? Check our [contribution guidelines](/docs/CONTRIBUTING.md). \ No newline at end of file diff --git a/docs/guides/solr/scaling/vertical-scaling/combined.md b/docs/guides/solr/scaling/vertical-scaling/combined.md index d529182e29..40d22150a0 100644 --- a/docs/guides/solr/scaling/vertical-scaling/combined.md +++ b/docs/guides/solr/scaling/vertical-scaling/combined.md @@ -310,7 +310,7 @@ kubectl delete ns demo ## Next Steps - Detail concepts of [Solr object](/docs/guides/solr/concepts/solr.md). -- Different Solr Combined clustering modes [here](/docs/guides/solr/clustering/Combined_cluster.md). +- Different Solr Combined clustering modes [here](/docs/guides/solr/clustering/combined_cluster.md). - Monitor your Solr database with KubeDB using [out-of-the-box Prometheus operator](/docs/guides/solr/monitoring/prometheus-operator.md). - Monitor your Solr database with KubeDB using [out-of-the-box builtin-Prometheus](/docs/guides/solr/monitoring/prometheus-builtin.md) diff --git a/docs/guides/solr/tls/combined.md b/docs/guides/solr/tls/combined.md index cefe1fc5e3..afb6dd3782 100644 --- a/docs/guides/solr/tls/combined.md +++ b/docs/guides/solr/tls/combined.md @@ -43,7 +43,7 @@ KubeDB uses following crd fields to enable SSL/TLS encryption in Solr. - `issuerRef` - `certificate` -Read about the fields in details in [Solr concept](/docs/guides/Solr/concepts/Solr.md), +Read about the fields in details in [Solr concept](/docs/guides/solr/concepts/solr.md), `tls` is applicable for all types of Solr (i.e., `combined` and `combined`). @@ -214,6 +214,6 @@ kubectl delete ns demo ## Next Steps - Monitor your Solr combined with KubeDB using [out-of-the-box Prometheus operator](/docs/guides/solr/monitoring/prometheus-operator.md). -- Monitor your Solr combined with KubeDB using [out-of-the-box builtin-Prometheus](/docs/guides/solr/monitoring/builtin-prometheus.md). +- Monitor your Solr combined with KubeDB using [out-of-the-box builtin-Prometheus](/docs/guides/solr/monitoring/prometheus-builtin.md). - Detail concepts of [Solr object](/docs/guides/solr/concepts/solr.md). - Want to hack on KubeDB? Check our [contribution guidelines](/docs/CONTRIBUTING.md). diff --git a/docs/guides/solr/tls/overview.md b/docs/guides/solr/tls/overview.md index f170c9eb81..36f135bd57 100644 --- a/docs/guides/solr/tls/overview.md +++ b/docs/guides/solr/tls/overview.md @@ -32,7 +32,7 @@ KubeDB uses following crd fields to enable SSL/TLS encryption in `Solr`. - `issuerRef` - `certificates` -Read about the fields in details from [Solr concept](/docs/guides/Solr/concepts/Solr.md), +Read about the fields in details from [Solr concept](/docs/guides/solr/concepts/solr.md), When, `enableSSL` is set to `true`, the users must specify the `tls.issuerRef` field. `KubeDB` uses the `issuer` or `clusterIssuer` referenced in the `tls.issuerRef` field, and the certificate specs provided in `tls.certificate` to generate certificate secrets using `Issuer/ClusterIssuers` specification. These certificates secrets including `ca.crt`, `tls.crt` and `tls.key` etc. are used to configure `Solr` server and clients. diff --git a/docs/guides/solr/tls/topology.md b/docs/guides/solr/tls/topology.md index 5feca60771..c3e3f0e3e0 100644 --- a/docs/guides/solr/tls/topology.md +++ b/docs/guides/solr/tls/topology.md @@ -43,7 +43,7 @@ KubeDB uses following crd fields to enable SSL/TLS encryption in Solr. - `issuerRef` - `certificate` -Read about the fields in details in [Solr concept](/docs/guides/Solr/concepts/Solr.md), +Read about the fields in details in [Solr concept](/docs/guides/solr/concepts/solr.md), `tls` is applicable for all types of Solr (i.e., `combined` and `topology`). @@ -232,6 +232,6 @@ kubectl delete ns demo ## Next Steps - Monitor your Solr cluster with KubeDB using [out-of-the-box Prometheus operator](/docs/guides/solr/monitoring/prometheus-operator.md). -- Monitor your Solr cluster with KubeDB using [out-of-the-box builtin-Prometheus](/docs/guides/solr/monitoring/builtin-prometheus.md). +- Monitor your Solr cluster with KubeDB using [out-of-the-box builtin-Prometheus](/docs/guides/solr/monitoring/prometheus-builtin.md). - Detail concepts of [Solr object](/docs/guides/solr/concepts/solr.md). - Want to hack on KubeDB? Check our [contribution guidelines](/docs/CONTRIBUTING.md). diff --git a/docs/guides/solr/update-version/update-version.md b/docs/guides/solr/update-version/update-version.md index a31e6592e5..30d8e3b8e6 100644 --- a/docs/guides/solr/update-version/update-version.md +++ b/docs/guides/solr/update-version/update-version.md @@ -34,7 +34,7 @@ $ kubectl create ns demo namespace/demo created ``` -> **Note:** YAML files used in this tutorial are stored in [docs/examples/Solr](/docs/examples/Solr) directory of [kubedb/docs](https://github.com/kube/docs) repository. +> **Note:** YAML files used in this tutorial are stored in [docs/examples/Solr](/docs/examples/solr) directory of [kubedb/docs](https://github.com/kube/docs) repository. ## Prepare Solr