Skip to content

Commit b338eee

Browse files
authored
Fix examples doc link (#782)
* Fix examples doc link * More docs updates
1 parent c160ecc commit b338eee

File tree

9 files changed

+10
-8
lines changed

9 files changed

+10
-8
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,3 +67,5 @@ node_modules
6767
.cohql-history
6868
runner
6969
venv
70+
71+
.oca/

docs/about/02_introduction.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
1313
== What is the Coherence Operator?
1414
The Coherence Operator is a https://kubernetes.io/docs/concepts/extend-kubernetes/operator/[Kubernetes Operator] that
15-
is used to manage https://oracle.github.io/coherence[Oracle Coherence] clusters in Kubernetes.
15+
is used to manage https://coherence.community/[Oracle Coherence] clusters in Kubernetes.
1616
The Coherence Operator takes on the tasks of that human DevOps resource might carry out when managing Coherence clusters,
1717
such as configuration, installation, safe scaling, management and metrics.
1818

docs/management/025_coherence_cli.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ https://github.com/oracle/coherence-cli[Coherence CLI]
1717
to access management information. The Operator enables Coherence Management over REST by default, so unless it
1818
has specifically been disabled, the CLI can be used.
1919
20-
See the https://oracle.github.io/coherence-cli/docs/latest[Coherence CLI Documentation]
20+
See the https://docs.coherence.community/coherence-cli/docs/latest/docs/about/overview[Coherence CLI Documentation]
2121
for more information on how to use the CLI.
2222
2323
The Coherence CLI is automatically added to Coherence Pods by the Operator, so it is available as an executable

examples/021_deployment/README.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ You also need to prefix the image name in the `yaml` files below.
127127
== Install the Coherence Operator
128128
129129
Install the Coherence Operator using your preferred method in the Operator
130-
https://oracle.github.io/coherence-operator/docs/latest/#/docs/installation/001_installation[Installation Guide]
130+
https://docs.coherence.community/coherence-operator/docs/latest/docs/installation/001_installation[Installation Guide]
131131
132132
Confirm the operator is running, for example if the operator is installed into the `coherence-example` namespace:
133133
[source,bash]

examples/090_tls/README.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ If you do not want to use Cert Manager to try this example then a long as you ha
5555
[#install_operator]
5656
=== Install the Operator
5757
58-
To run the examples below, you will need to have installed the Coherence Operator, do this using whatever method you prefer from the https://oracle.github.io/coherence-operator/docs/latest/#/docs/installation/001_installation[Installation Guide]
58+
To run the examples below, you will need to have installed the Coherence Operator, do this using whatever method you prefer from the https://docs.coherence.community/coherence-operator/docs/latest/docs/installation/001_installation[Installation Guide]
5959
6060
[#setup_cert_manager]
6161
=== Setting Up Cert-Manager

examples/100_federation/README.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ For each of the OKE clusters, carry out the following
139139
==== 1. Install the Coherence Operator
140140
141141
To run the examples below, you will need to have installed the Coherence Operator,
142-
do this using whatever method you prefer from the https://oracle.github.io/coherence-operator/docs/latest/#/docs/installation/001_installation[Installation Guide].
142+
do this using whatever method you prefer from the https://docs.coherence.community/coherence-operator/docs/latest/docs/installation/001_installation[Installation Guide].
143143
144144
[source,bash]
145145
----

examples/README.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ An example demonstrating various ways to configure and use Coherence*Extend with
5151
====
5252
[CARD]
5353
.Deployment
54-
[link=examples/020_deployment/README.adoc]
54+
[link=examples/021_deployment/README.adoc]
5555
--
5656
This example shows how to deploy Coherence applications using the Coherence Operator.
5757
--

examples/no-operator/02_metrics/README.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -323,6 +323,6 @@ image::./img/prom-federate.png[Prometheus UI]
323323
== Grafana
324324
325325
We could now install Grafana and configure it to connect to Prometheus, either the local instance or the instance inside Kubernetes. The Coherence Operator provides a number of dashboards that can imported into Grafana. See the Operator
326-
https://oracle.github.io/coherence-operator/docs/latest/#/docs/metrics/030_importing[Import Grafana Dashboards] documentation.
326+
https://docs.coherence.community/coherence-operator/docs/latest/docs/metrics/030_importing[Import Grafana Dashboards] documentation.
327327
328328

examples/no-operator/03_extend_tls/README.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ image:GitHub-Mark-32px.png[] The complete source code for this example is in the
2424
This example assumes that you have already built the example server image.
2525
2626
There are a number of ways to use TLS to secure ingress in Kubernetes. We could use a load balancer `Service` and terminate TLS at the load balance, or we could use an add-on such as Istio to manage TLS ingress. Both of those approaches would require no changes to the Coherence server, as the server would not know TLS was being used.
27-
The https://oracle.github.io/coherence-operator/docs/latest/#/examples/010_overview[Coherence Operator Examples]
27+
The https://docs.coherence.community/coherence-operator/docs/latest/examples/000_overview[Coherence Operator Examples]
2828
contains examples of using TLS with Coherence and using Istio. The TLS example also shows how to use Kubernetes built in certificate management to create keys and certificates.
2929
3030
In this example we are going to actually change the server to use TLS for its Extend endpoints.

0 commit comments

Comments
 (0)