Skip to content

Commit 057d6aa

Browse files
committed
Correct URL
1 parent 99a6baf commit 057d6aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

site/design.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,6 @@ The operator is designed to avoid imposing any arbitrary restriction on how WebL
2222

2323
The operator learns of WebLogic domains through instances of a domain Kubernetes resource. When the operator is installed, it creates a Kubernetes [Custom Resource Definition](https://kubernetes.io/docs/concepts/api-extension/custom-resources/). This custom resource definition defines the domain resource type. After this type is defined, you can manage domain resources using `kubectl` just like any other resource type. For instance, `kubectl get domain` or `kubectl edit domain domain1`.
2424

25-
Schema for Domain resources is [here](../docs/domains/Domain.json).
25+
Schema for Domain resources is [here](https://oracle.github.io/weblogic-kubernetes-operator/domains/Domain.json).
2626

2727
The schema for the domain resource is designed to be as sparse as possible. It includes the connection details for the Administration Server, but all of the other content is operational details about which servers should be started, environment variables, and details about what should be exposed outside the Kubernetes cluster. This way, the WebLogic domain's configuration remains the normative configuration.

0 commit comments

Comments
 (0)