Skip to content

Commit

Permalink
fix broken links (#401)
Browse files Browse the repository at this point in the history
  • Loading branch information
rosemarymarano authored Nov 9, 2022
1 parent d828625 commit 10b9507
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion documentation/1.11/content/developer/contribute.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ an issue too.
### Contributing to the WebLogic Image Tool repository

Pull requests can be made under
[The Oracle Contributor Agreement](https://www.oracle.com/technetwork/community/oca-486395.html) (OCA).
[The Oracle Contributor Agreement](https://oca.opensource.oracle.com/) (OCA).

For pull requests to be accepted, the bottom of your commit message must have
the following line using your name and e-mail address as it appears in the
Expand Down
2 changes: 1 addition & 1 deletion documentation/1.11/content/samples/create-image-wdt.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,4 +39,4 @@ The parameter mappings between the Image Tool and the WebLogic Deploy Tool are:

**Note**: If you are creating a JRF domain and want WebLogic Deploy Tool to create the RCU schemas for you, you can
specify the connection information in the model. See [Specifying RCU
information in the model](https://github.com/oracle/weblogic-deploy-tooling/blob/master/site/rcuinfo.md).
information in the model](https://oracle.github.io/weblogic-deploy-tooling/rcuinfo/).
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ description: "The createAuxImage command creates a new container image with WDT

The `createAuxImage` command helps build a container image from a given base OS image.
Auxiliary images are very small images providing the WDT install files with WDT models, archives, and variables
for [WebLogic Kubernetes Operator - Auxiliary Images](https://oracle.github.io/weblogic-kubernetes-operator/userguide/managing-domains/model-in-image/auxiliary-images/).
for [WebLogic Kubernetes Operator - Auxiliary Images](https://oracle.github.io/weblogic-kubernetes-operator/managing-domains/model-in-image/auxiliary-images/).
These images are an alternative approach for including Model-in-Image model files, application archive files, WebLogic Deploying Tooling installation files, or other types of files,
in your WebLogic Server Kubernetes Operator environment.

Expand Down

0 comments on commit 10b9507

Please sign in to comment.