Skip to content

Commit 8aa9b26

Browse files
fix link to Docker image
1 parent dcf25c5 commit 8aa9b26

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

site/architecture.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ The operator consists of the following two main parts:
55
* The operator itself, a process that runs in a Docker container deployed into a Kubernetes pod and which performs the actual management tasks.
66
* A Kubernetes job which can be used to create a WebLogic domain.
77

8-
The operator is packaged in a [Docker image](`https://hub.docker.com/r/oracle/weblogic-kubernetes-operator/`) which you can access using the following `docker pull` command:
8+
The operator is packaged in a [Docker image](https://hub.docker.com/r/oracle/weblogic-kubernetes-operator/) which you can access using the following `docker pull` command:
99

1010
```
1111

0 commit comments

Comments
 (0)