Skip to content

Commit 1745274

Browse files
authored
Merge pull request #474 from oracle/rmarano
fix link to Docker image
2 parents dcf25c5 + 8aa9b26 commit 1745274

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)