Skip to content

Commit 0a326a8

Browse files
authored
Correct links in polyglot demo (#748)
* Correct links in polyglot demo * Minor update
1 parent 5432962 commit 0a326a8

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

examples/910_polyglot_demo/README.adoc

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ When you see the following message, you can continue.
133133
deployment.apps/coherence-operator-controller-manager condition met
134134
----
135135
136-
See the <<docs/installation/01_installation.adoc,Installation Guide>> for more information about installing the Coherence Operator.
136+
See the <<docs/installation/001_installation.adoc,Installation Guide>> for more information about installing the Coherence Operator.
137137
138138
[#pre-4]
139139
==== Download Additional Software (Optional)
@@ -183,9 +183,9 @@ include::go/Dockerfile[tag=dockerfile]
183183
184184
You can view the source of each of the language clients here:
185185
186-
* link:py/main.py[py/main.py]
187-
* link:js/main.js[js/main.js]
188-
* link:go/main.go[go/main.go]
186+
* https://github.com/oracle/coherence-operator/blob/main/examples/910_polyglot_demo/py/main.py[py/main.py]
187+
* https://github.com/oracle/coherence-operator/blob/main/examples/910_polyglot_demo/js/main.js[js/main.js]
188+
* https://github.com/oracle/coherence-operator/blob/main/examples/910_polyglot_demo/go/main.go[go/main.go]
189189
190190
[#dep-2]
191191
==== Build the Example images
@@ -269,9 +269,9 @@ docker push ghcr.io/username/repo/polyglot-client-go:1.0.0
269269
270270
2. Modify the following files to change the image name accordingly in the following deployment yaml files:
271271
+
272-
* link:yaml/py-client.yaml[py-client.yaml]
273-
* link:yaml/js-client.yaml[js-client.yaml]
274-
* link:yaml/go-client.yaml[go-client.yaml]
272+
* https://github.com/oracle/coherence-operator/blob/main/examples/910_polyglot_demo/yaml/py-client.yaml[py-client.yaml]
273+
* https://github.com/oracle/coherence-operator/blob/main/examples/910_polyglot_demo/yaml/js-client.yaml[js-client.yaml]
274+
* https://github.com/oracle/coherence-operator/blob/main/examples/910_polyglot_demo/yaml/go-client.yaml[go-client.yaml]
275275
276276
3. Create a secret if your repository is not public:
277277
+
@@ -294,7 +294,7 @@ In each of the client deployment files, above add `imagePullSecrets` after the i
294294
imagePullPolicy: IfNotPresent
295295
imagePullSecrets:
296296
- name: my-pull-secret
297-
---
297+
----
298298
299299
[#dep-4]
300300
==== 4. Deploy the Coherence Cluster
@@ -363,9 +363,9 @@ are directly accessing cluster within Kubernetes.
363363
364364
When we deploy the clients, the yaml used is shown below:
365365
366-
* link:yaml/py-client.yaml[Python Client]
367-
* link:yaml/js-client.yaml[JavaScript Client]
368-
* link:yaml/go-client.yaml[Go Client]
366+
* https://github.com/oracle/coherence-operator/blob/main/examples/910_polyglot_demo/yaml/py-client.yaml[Python Client]
367+
* https://github.com/oracle/coherence-operator/blob/main/examples/910_polyglot_demo/yaml/js-client.yaml[JavaScript Client]
368+
* https://github.com/oracle/coherence-operator/blob/main/examples/910_polyglot_demo/yaml/go-client.yaml[Go Client]
369369
370370
By default, the Python, JavaScript and Go clients connect to `localhost:1408` on startup, but you can specify the gRPC host and port to connect to in the
371371
code or use the `COHERENCE_SERVER_ADDRESS` environment variable to specify this which is more flexible.

0 commit comments

Comments
 (0)