Skip to content

Commit fd39d5a

Browse files
authored
Update links in documentation (#736)
1 parent 9da66ad commit fd39d5a

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

docs/installation/016_install_tanzu.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
1111
== Install On Tanzu
1212
13-
If using https://tanzucommunityedition.io[VMWare Tanzu] the Coherence Operator can be installed as a package.
13+
If using https://www.vmware.com/products/app-platform/tanzu[VMWare Tanzu] the Coherence Operator can be installed as a package.
1414
Under the covers, Tanzu uses the https://carvel.dev[Carvel] tool set to deploy packages.
1515
The Carvel tools can be used outside Tanzu, so the Coherence Operator repo and package images could also be deployed
1616
using a standalone Carvel https://carvel.dev/kapp-controller/[kapp-controller].

examples/021_deployment/README.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,8 @@ You can use `kubectl create` for any of the examples to install that one directl
4747
Ensure you have the following software installed:
4848
4949
* Java 11+ JDK either [OpenJDK](https://adoptopenjdk.net/) or [Oracle JDK](https://www.oracle.com/java/technologies/javase-downloads.html)
50-
* https://docs.docker.com/install/[Docker] version 17.03+.
51-
* Access to a Kubernetes v1.14.0+ cluster.
50+
* A suitable container platform such as Podman or Docker.
51+
* Access to a Kubernetes cluster running a currently supported Kubernetes version.
5252
* https://kubernetes.io/docs/tasks/tools/install-kubectl/[kubectl] version matching your Kubernetes cluster.
5353
5454
NOTE: This example requires Java 11+ because it creates a Helidon web application and Helidon requires Java 11+. Coherence and running Coherence in Kubernetes only requires Java 8+.

examples/200_autoscaler/README.adoc

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -112,10 +112,10 @@ cd coherence-operator/examples
112112
113113
==== Prerequisites
114114
* Java 11+ JDK either https://adoptopenjdk.net/[OpenJDK] or https://www.oracle.com/java/technologies/javase-downloads.html[Oracle JDK]
115-
* https://docs.docker.com/install/[Docker] version 17.03+.
116-
* https://kubernetes.io/docs/tasks/tools/install-kubectl/[kubectl] version v1.13.0+ .
117-
* Access to a Kubernetes v1.14.0+ cluster.
118-
* https://helm.sh/docs/intro/install/[Helm] version 3.2.4+
115+
* A suitable container platform such as Podman or Docker.
116+
* Access to a Kubernetes cluster running a currently supported Kubernetes version.
117+
* https://kubernetes.io/docs/tasks/tools/install-kubectl/[kubectl].
118+
* https://helm.sh/docs/intro/install/[Helm].
119119
120120
Building the project requires https://maven.apache.org[Maven] version 3.6.0+.
121121
The commands below use the Maven Wrapper to run the commands, which will install Maven if it is not

0 commit comments

Comments
 (0)