Skip to content

Commit 5d22634

Browse files
committed
Fix references
1 parent 48ee6ad commit 5d22634

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

kubernetes/samples/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ While these samples may be useful and usable as is, it is intended that you woul
1010

1111
* [Sample for creating a Kubernetes secret](scripts/create-weblogic-domain-credentials/README.md) that contains the Administration Server credentials. This secret can be used in creating a WebLogic domain resource.
1212
* [Sample for creating a PV or PVC](scripts/create-weblogic-domain-pv-pvc/README.md) that can be used by a domain resource as the persistent storage for the WebLogic domain home or log files.
13-
* [Sample for creating a WebLogic domain home on an existing PV or PVC](scripts/create-weblogic-domain/domain-home-on-pv/README.md), and the domain resource YAML file for deploying the generated WebLogic domain.
14-
* [Sample for creating a WebLogic domain home inside a Docker image](scripts/create-weblogic-domain/domain-home-in-image/README.md), and the domain resource YAML file for deploying the generated WebLogic domain.
13+
* [Sample for creating a WebLogic domain home on an existing PV or PVC](../../docs-source/content/samples/simple/domains/domain-home-on-pv/_index.md), and the domain resource YAML file for deploying the generated WebLogic domain.
14+
* [Sample for creating a WebLogic domain home inside a Docker image](../../docs-source/content/samples/simple/domains/domain-home-in-image/_index.md), and the domain resource YAML file for deploying the generated WebLogic domain.
1515
* [Sample for configuring the Elasticsearch and Kibana](scripts/elasticsearch-and-kibana/README.md) deployments and services for the operator's logs.
1616
* [Sample for generating a self-signed certificate and private key](scripts/rest/README.md) that can be used for the operator's external REST API.
1717
* [Sample for creating an OKE cluster using Terraform](scripts/terraform/README.md).

0 commit comments

Comments
 (0)