Skip to content

Commit 9bac55d

Browse files
authored
updated latest doc links (#58)
1 parent c7b8bdb commit 9bac55d

File tree

9 files changed

+9
-9
lines changed

9 files changed

+9
-9
lines changed

docs-source/content/soa-domains/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,5 +66,5 @@ To view documentation for an earlier release, see:
6666

6767
Oracle SOA Suite domains deployment on Kubernetes leverages the WebLogic Kubernetes operator framework.
6868
* 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).
69-
* 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).
69+
* 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).
7070
* 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" >}}).

docs-source/content/soa-domains/adminguide/performing-wlst-operations.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -254,7 +254,7 @@ Note: Refer to [Interactive mode](#interactive-mode) for details on how to conne
254254
#### Sample WLST operations
255255
256256
257-
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).
257+
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).
258258
259259
##### Display servers
260260

docs-source/content/soa-domains/create-or-update-image/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -276,7 +276,7 @@ The following files in the code repository location `<imagetool-setup-location>/
276276
> * `--version` value must match the `--version` value used in the `imagetool cache addInstaller` command for `--type soa`.
277277
> * `--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.
278278

279-
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.
279+
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.
280280

281281
1. Create the Oracle SOA Suite image:
282282

docs/21.2.2/soa-domains/adminguide/performing-wlst-operations/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1686,7 +1686,7 @@ <h5 id="script-mode">Script mode</h5>
16861686
</ol>
16871687
<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>
16881688
<h4 id="sample-wlst-operations">Sample WLST operations</h4>
1689-
<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>
1689+
<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>
16901690
<h5 id="display-servers">Display servers</h5>
16911691
<pre><code>$ kubectl exec -it helper -n soans -- /bin/bash
16921692
[oracle@helper oracle]$ cd $ORACLE_HOME/oracle_common/common/bin

docs/21.2.2/soa-domains/create-or-update-image/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1772,7 +1772,7 @@ <h5 id="create-the-image">Create the image</h5>
17721772
<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>
17731773
</ul>
17741774
</blockquote>
1775-
<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>
1775+
<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>
17761776
</li>
17771777
<li>
17781778
<p>Create the Oracle SOA Suite image:</p>

docs/21.2.2/soa-domains/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1564,7 +1564,7 @@ <h4 id="additional-reading">Additional reading</h4>
15641564
<p>Oracle SOA Suite domains deployment on Kubernetes leverages the WebLogic Kubernetes operator framework.</p>
15651565
<ul>
15661566
<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>
1567-
<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>
1567+
<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>
15681568
<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>
15691569
</ul>
15701570

docs/v21.2.2/content/soa-domains/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,5 +66,5 @@ To view documentation for an earlier release, see:
6666

6767
Oracle SOA Suite domains deployment on Kubernetes leverages the WebLogic Kubernetes operator framework.
6868
* 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).
69-
* 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).
69+
* 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).
7070
* 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" >}}).

docs/v21.2.2/content/soa-domains/adminguide/performing-wlst-operations.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -254,7 +254,7 @@ Note: Refer to [Interactive mode](#interactive-mode) for details on how to conne
254254
#### Sample WLST operations
255255
256256
257-
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).
257+
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).
258258
259259
##### Display servers
260260

docs/v21.2.2/content/soa-domains/create-or-update-image/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -276,7 +276,7 @@ The following files in the code repository location `<imagetool-setup-location>/
276276
> * `--version` value must match the `--version` value used in the `imagetool cache addInstaller` command for `--type soa`.
277277
> * `--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.
278278

279-
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.
279+
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.
280280

281281
1. Create the Oracle SOA Suite image:
282282

0 commit comments

Comments
 (0)