Skip to content

Commit

Permalink
updated latest doc links (#58)
Browse files Browse the repository at this point in the history
  • Loading branch information
sbattagi authored Jun 15, 2021
1 parent c7b8bdb commit 9bac55d
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion docs-source/content/soa-domains/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,5 +66,5 @@ To view documentation for an earlier release, see:

Oracle SOA Suite domains deployment on Kubernetes leverages the WebLogic Kubernetes operator framework.
* To develop an understanding of the operator, including design, architecture, domain life cycle management, and configuration overrides, review the [operator documentation](https://oracle.github.io/weblogic-kubernetes-operator).
* To learn more about the Oracle SOA Suite architecture and components, see [Understanding Oracle SOA Suite](https://docs.oracle.com/en/middleware/soa-suite/soa/12.2.1.4/concepts/overview.html).
* To learn more about the Oracle SOA Suite architecture and components, see [Understanding Oracle SOA Suite](https://docs.oracle.com/en/middleware/soa-suite/soa/12.2.1.4/develop/introduction-building-applications.html#GUID-AED865D0-2FFF-4243-B8C5-473F8572D6F0).
* To review the known issues and common questions for Oracle SOA Suite domains deployment on Kubernetes, see the [frequently asked questions]({{< relref "/soa-domains/faq.md" >}}).
Original file line number Diff line number Diff line change
Expand Up @@ -254,7 +254,7 @@ Note: Refer to [Interactive mode](#interactive-mode) for details on how to conne
#### Sample WLST operations


For a full list of WLST operations, refer to [WebLogic Server WLST Online and Offline Command Reference](https://docs.oracle.com/pls/topic/lookup?ctx=en/middleware/fusion-middleware/weblogic-server/12.2.1.4/wlstc&id=GUID-B6001303-FF2D-4EE7-8BB6-354E6D7C1692).
For a full list of WLST operations, refer to [WebLogic Server WLST Online and Offline Command Reference](https://docs.oracle.com/en/middleware/fusion-middleware/weblogic-server/12.2.1.4/wlstc/quick_ref.html#GUID-B6001303-FF2D-4EE7-8BB6-354E6D7C1692).

##### Display servers

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -276,7 +276,7 @@ The following files in the code repository location `<imagetool-setup-location>/
> * `--version` value must match the `--version` value used in the `imagetool cache addInstaller` command for `--type soa`.
> * `--pull` always pulls the latest base Linux image `oraclelinux:7-slim` from the Docker registry. This flag can be removed if you want to use the Linux image `oraclelinux:7-slim`, which is already available on the host where the SOA image is created.

Refer to [this page](https://github.com/oracle/weblogic-image-tool/blob/master/site/create-image.md) for the complete list of options available with the WebLogic Image Tool `create` command.
Refer to [this page](https://oracle.github.io/weblogic-image-tool/userguide/tools/create-image/) for the complete list of options available with the WebLogic Image Tool `create` command.

1. Create the Oracle SOA Suite image:

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1686,7 +1686,7 @@ <h5 id="script-mode">Script mode</h5>
</ol>
<p>Note: Refer to <a href="#interactive-mode">Interactive mode</a> for details on how to connect using <code>t3</code> or <code>t3s</code>.</p>
<h4 id="sample-wlst-operations">Sample WLST operations</h4>
<p>For a full list of WLST operations, refer to <a href="https://docs.oracle.com/pls/topic/lookup?ctx=en/middleware/fusion-middleware/weblogic-server/12.2.1.4/wlstc&amp;id=GUID-B6001303-FF2D-4EE7-8BB6-354E6D7C1692">WebLogic Server WLST Online and Offline Command Reference</a>.</p>
<p>For a full list of WLST operations, refer to <a href="https://docs.oracle.com/en/middleware/fusion-middleware/weblogic-server/12.2.1.4/wlstc/quick_ref.html#GUID-B6001303-FF2D-4EE7-8BB6-354E6D7C1692">WebLogic Server WLST Online and Offline Command Reference</a>.</p>
<h5 id="display-servers">Display servers</h5>
<pre><code>$ kubectl exec -it helper -n soans -- /bin/bash
[oracle@helper oracle]$ cd $ORACLE_HOME/oracle_common/common/bin
Expand Down
2 changes: 1 addition & 1 deletion docs/21.2.2/soa-domains/create-or-update-image/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1772,7 +1772,7 @@ <h5 id="create-the-image">Create the image</h5>
<li><code>--pull</code> always pulls the latest base Linux image <code>oraclelinux:7-slim</code> from the Docker registry. This flag can be removed if you want to use the Linux image <code>oraclelinux:7-slim</code>, which is already available on the host where the SOA image is created.</li>
</ul>
</blockquote>
<p>Refer to <a href="https://github.com/oracle/weblogic-image-tool/blob/master/site/create-image.md">this page</a> for the complete list of options available with the WebLogic Image Tool <code>create</code> command.</p>
<p>Refer to <a href="https://oracle.github.io/weblogic-image-tool/userguide/tools/create-image/">this page</a> for the complete list of options available with the WebLogic Image Tool <code>create</code> command.</p>
</li>
<li>
<p>Create the Oracle SOA Suite image:</p>
Expand Down
2 changes: 1 addition & 1 deletion docs/21.2.2/soa-domains/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1564,7 +1564,7 @@ <h4 id="additional-reading">Additional reading</h4>
<p>Oracle SOA Suite domains deployment on Kubernetes leverages the WebLogic Kubernetes operator framework.</p>
<ul>
<li>To develop an understanding of the operator, including design, architecture, domain life cycle management, and configuration overrides, review the <a href="https://oracle.github.io/weblogic-kubernetes-operator">operator documentation</a>.</li>
<li>To learn more about the Oracle SOA Suite architecture and components, see <a href="https://docs.oracle.com/en/middleware/soa-suite/soa/12.2.1.4/concepts/overview.html">Understanding Oracle SOA Suite</a>.</li>
<li>To learn more about the Oracle SOA Suite architecture and components, see <a href="https://docs.oracle.com/en/middleware/soa-suite/soa/12.2.1.4/develop/introduction-building-applications.html#GUID-AED865D0-2FFF-4243-B8C5-473F8572D6F0">Understanding Oracle SOA Suite</a>.</li>
<li>To review the known issues and common questions for Oracle SOA Suite domains deployment on Kubernetes, see the <a href="/fmw-kubernetes/21.2.2/soa-domains/faq/">frequently asked questions</a>.</li>
</ul>

Expand Down
2 changes: 1 addition & 1 deletion docs/v21.2.2/content/soa-domains/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,5 +66,5 @@ To view documentation for an earlier release, see:

Oracle SOA Suite domains deployment on Kubernetes leverages the WebLogic Kubernetes operator framework.
* To develop an understanding of the operator, including design, architecture, domain life cycle management, and configuration overrides, review the [operator documentation](https://oracle.github.io/weblogic-kubernetes-operator).
* To learn more about the Oracle SOA Suite architecture and components, see [Understanding Oracle SOA Suite](https://docs.oracle.com/en/middleware/soa-suite/soa/12.2.1.4/concepts/overview.html).
* To learn more about the Oracle SOA Suite architecture and components, see [Understanding Oracle SOA Suite](https://docs.oracle.com/en/middleware/soa-suite/soa/12.2.1.4/develop/introduction-building-applications.html#GUID-AED865D0-2FFF-4243-B8C5-473F8572D6F0).
* To review the known issues and common questions for Oracle SOA Suite domains deployment on Kubernetes, see the [frequently asked questions]({{< relref "/soa-domains/faq.md" >}}).
Original file line number Diff line number Diff line change
Expand Up @@ -254,7 +254,7 @@ Note: Refer to [Interactive mode](#interactive-mode) for details on how to conne
#### Sample WLST operations


For a full list of WLST operations, refer to [WebLogic Server WLST Online and Offline Command Reference](https://docs.oracle.com/pls/topic/lookup?ctx=en/middleware/fusion-middleware/weblogic-server/12.2.1.4/wlstc&id=GUID-B6001303-FF2D-4EE7-8BB6-354E6D7C1692).
For a full list of WLST operations, refer to [WebLogic Server WLST Online and Offline Command Reference](https://docs.oracle.com/en/middleware/fusion-middleware/weblogic-server/12.2.1.4/wlstc/quick_ref.html#GUID-B6001303-FF2D-4EE7-8BB6-354E6D7C1692).

##### Display servers

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -276,7 +276,7 @@ The following files in the code repository location `<imagetool-setup-location>/
> * `--version` value must match the `--version` value used in the `imagetool cache addInstaller` command for `--type soa`.
> * `--pull` always pulls the latest base Linux image `oraclelinux:7-slim` from the Docker registry. This flag can be removed if you want to use the Linux image `oraclelinux:7-slim`, which is already available on the host where the SOA image is created.

Refer to [this page](https://github.com/oracle/weblogic-image-tool/blob/master/site/create-image.md) for the complete list of options available with the WebLogic Image Tool `create` command.
Refer to [this page](https://oracle.github.io/weblogic-image-tool/userguide/tools/create-image/) for the complete list of options available with the WebLogic Image Tool `create` command.

1. Create the Oracle SOA Suite image:

Expand Down

0 comments on commit 9bac55d

Please sign in to comment.