Skip to content

Commit abaa312

Browse files
committed
fix links
1 parent 157e44a commit abaa312

File tree

4 files changed

+9
-9
lines changed

4 files changed

+9
-9
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ This release was published on March 4, 2019.
3535

3636
Documentation for the operation is available [here](https://oracle.github.io/weblogic-kubernetes-operator) and includes
3737
information for users and for developers. It provides samples, reference material like API documentation, security
38-
information and a *Quick Start* guide if you just want to get up and running quickly.
38+
information and a *Quick Start* guide if you just want to get up and running quickly.
3939

4040
## Documentation for old releases
4141

site/v2.0.1/architecture.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ The operator registers a Kubernetes custom resource definition called `domain.we
2121

2222
The diagram below shows the general layout of high-level components, including optional components, in a Kubernetes cluster that is hosting WebLogic domains and the operator:
2323

24-
![High level architecture](images/high-level-architecture.png)
24+
![High level architecture](../images/high-level-architecture.png)
2525

2626
The Kubernetes cluster has several namespaces. Components may be deployed into namespaces as follows:
2727

@@ -34,7 +34,7 @@ The Kubernetes cluster has several namespaces. Components may be deployed into
3434

3535
The diagram below shows how the various parts of a WebLogic domain are manifest in Kubernetes by the operator.
3636

37-
![Domain architecture](images/domain-architecture2.png)
37+
![Domain architecture](../images/domain-architecture2.png)
3838

3939
This diagram shows the following details:
4040

@@ -48,7 +48,7 @@ This diagram shows the following details:
4848

4949
The diagram below shows the components inside the containers running WebLogic Server instances:
5050

51-
![Inside a container](images/inside-a-container.png)
51+
![Inside a container](../images/inside-a-container.png)
5252

5353
The domain resource specifies a Docker image, defaulting to `store/oracle/weblogic:12.2.1.3`. All containers running WebLogic Server use this same Docker image. Depending on the use case, this image could contain the WebLogic Server product binaries or also include the domain directory.
5454
**Note**: During a rolling event caused by a change to the domain resource's `image` field, containers will be using a mix of the updated value of the `image` field and its previous value.

site/v2.0.1/k8s_setup.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -370,21 +370,21 @@ Docker for Mac 18+ provides an [embedded Kubernetes environment](https://docs.do
370370
371371
1. Install "Docker for Mac" [https://download.docker.com/mac/edge/Docker.dmg](https://hub.docker.com/editions/community/docker-ce-desktop-mac). Then start up the Docker application (press Command-Space bar, type in `Docker` and run it). After it is running you will see the Docker icon appear in your status bar:
372372
373-
![Docker icon in status bar](images/docker-icon-in-status-bar.png)
373+
![Docker icon in status bar](../images/docker-icon-in-status-bar.png)
374374
375375
2. Click the Docker icon and select "Preferences..." from the drop down menu. Go to the "Advanced" tab and give Docker a bit more memory if you have enough to spare:
376376
377-
![Docker memory settings](images/docker-memory.png)
377+
![Docker memory settings](../images/docker-memory.png)
378378
379379
3. Go to the "Kubernetes" tab and click on the option to enable Kubernetes:
380380
381-
![Enable Kubernetes setting](images/docker-enable-k8s.png)
381+
![Enable Kubernetes setting](../images/docker-enable-k8s.png)
382382
383383
**Note**: If you are behind an HTTP proxy, then you should also go to the "Proxies" tab and enter your proxy details.
384384
385385
Docker will download the Kuberentes components and start them up for you. When it is done, you will see the Kubernetes status go to green/running in the menu:
386386
387-
![Kubernetes running](images/docker-k8s-running.png)
387+
![Kubernetes running](../images/docker-k8s-running.png)
388388
389389
4. Ensure that `kubectl` on your Mac, is pointing to the correct cluster and context.
390390

site/v2.0.1/weblogic-docker-images.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ use the "Product or Family (Advanced)" option, then choose "Oracle WebLogic Serv
8181
as the product, and set the release to "Oracle WebLogic Server 12.2.1.3.181016" as
8282
shown in the image below:
8383

84-
![patch download page](images/patch-download.png)
84+
![patch download page](../images/patch-download.png)
8585

8686

8787
The `Dockerfile` in that sample lists the base image as follows:

0 commit comments

Comments
 (0)