diff --git a/docs-source/content/soa-domains/_index.md b/docs-source/content/soa-domains/_index.md index 63894a358..96ae4ed15 100644 --- a/docs-source/content/soa-domains/_index.md +++ b/docs-source/content/soa-domains/_index.md @@ -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" >}}). diff --git a/docs-source/content/soa-domains/adminguide/performing-wlst-operations.md b/docs-source/content/soa-domains/adminguide/performing-wlst-operations.md index ae8b6a19d..362d0e5d4 100644 --- a/docs-source/content/soa-domains/adminguide/performing-wlst-operations.md +++ b/docs-source/content/soa-domains/adminguide/performing-wlst-operations.md @@ -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 diff --git a/docs-source/content/soa-domains/create-or-update-image/_index.md b/docs-source/content/soa-domains/create-or-update-image/_index.md index cb6a651ba..c3c467336 100644 --- a/docs-source/content/soa-domains/create-or-update-image/_index.md +++ b/docs-source/content/soa-domains/create-or-update-image/_index.md @@ -276,7 +276,7 @@ The following files in the code repository 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: diff --git a/docs/21.2.2/soa-domains/adminguide/performing-wlst-operations/index.html b/docs/21.2.2/soa-domains/adminguide/performing-wlst-operations/index.html index 0f2bf8d77..9840c2abe 100644 --- a/docs/21.2.2/soa-domains/adminguide/performing-wlst-operations/index.html +++ b/docs/21.2.2/soa-domains/adminguide/performing-wlst-operations/index.html @@ -1686,7 +1686,7 @@
Script mode

Note: Refer to Interactive mode for details on how to connect using t3 or t3s.

Sample WLST operations

-

For a full list of WLST operations, refer to WebLogic Server WLST Online and Offline Command Reference.

+

For a full list of WLST operations, refer to WebLogic Server WLST Online and Offline Command Reference.

Display servers
$ kubectl exec -it helper -n soans -- /bin/bash
 [oracle@helper oracle]$ cd $ORACLE_HOME/oracle_common/common/bin
diff --git a/docs/21.2.2/soa-domains/create-or-update-image/index.html b/docs/21.2.2/soa-domains/create-or-update-image/index.html
index 7892ed6ae..aadabadf3 100644
--- a/docs/21.2.2/soa-domains/create-or-update-image/index.html
+++ b/docs/21.2.2/soa-domains/create-or-update-image/index.html
@@ -1772,7 +1772,7 @@ 
Create the image
  • --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 for the complete list of options available with the WebLogic Image Tool create command.

    +

    Refer to this page for the complete list of options available with the WebLogic Image Tool create command.

  • Create the Oracle SOA Suite image:

    diff --git a/docs/21.2.2/soa-domains/index.html b/docs/21.2.2/soa-domains/index.html index d6a2f8b8e..94f08d401 100644 --- a/docs/21.2.2/soa-domains/index.html +++ b/docs/21.2.2/soa-domains/index.html @@ -1564,7 +1564,7 @@

    Additional reading

    Oracle SOA Suite domains deployment on Kubernetes leverages the WebLogic Kubernetes operator framework.

    diff --git a/docs/v21.2.2/content/soa-domains/_index.md b/docs/v21.2.2/content/soa-domains/_index.md index 63894a358..96ae4ed15 100644 --- a/docs/v21.2.2/content/soa-domains/_index.md +++ b/docs/v21.2.2/content/soa-domains/_index.md @@ -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" >}}). diff --git a/docs/v21.2.2/content/soa-domains/adminguide/performing-wlst-operations.md b/docs/v21.2.2/content/soa-domains/adminguide/performing-wlst-operations.md index ae8b6a19d..362d0e5d4 100644 --- a/docs/v21.2.2/content/soa-domains/adminguide/performing-wlst-operations.md +++ b/docs/v21.2.2/content/soa-domains/adminguide/performing-wlst-operations.md @@ -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 diff --git a/docs/v21.2.2/content/soa-domains/create-or-update-image/_index.md b/docs/v21.2.2/content/soa-domains/create-or-update-image/_index.md index cb6a651ba..c3c467336 100644 --- a/docs/v21.2.2/content/soa-domains/create-or-update-image/_index.md +++ b/docs/v21.2.2/content/soa-domains/create-or-update-image/_index.md @@ -276,7 +276,7 @@ The following files in the code repository 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: