Skip to content

Commit a5f4f97

Browse files
committed
Fix links
1 parent 872d832 commit a5f4f97

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs-source/content/faq/boot-identity-not-valid.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ weight: 20
1111
1212
When you see these kinds of errors, it means that the user name and password provided in the `weblogicCredentialsSecret` are incorrect. Prior to operator version 2.5.0, this error could
1313
have also indicated that the WebLogic domain directory's security configuration files have changed in an incompatible way between when the operator scanned
14-
the domain directory, which occurs during the "introspection" phase, and when the server instance attempted to start. There is now a separate validation for that condition described in the [domain secret mismatch FAQ entry](domain-secret-mismatch.md).
14+
the domain directory, which occurs during the "introspection" phase, and when the server instance attempted to start. There is now a separate validation for that condition described in the [domain secret mismatch FAQ entry](../domain-secret-mismatch.md).
1515

1616
Check that the user name and password credentials stored in the Kubernetes secret referenced by `weblogicCredentialsSecret` contain the expected values for an account with administrative privilege for the WebLogic domain.
1717
Then [stop all WebLogic server instances](https://oracle.github.io/weblogic-kubernetes-operator/userguide/managing-domains/domain-lifecycle/startup/#starting-and-stopping-servers)

docs-source/content/faq/domain-secret-mismatch.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ When you see these kinds of errors, it means that the WebLogic domain directory'
1313
the domain directory, which occurs during the "introspection" phase, and when the server instance attempted to start.
1414

1515
To understand the "incompatible domain security configuration" type of failure, it's important to review the contents of the
16-
[WebLogic domain directory](https://docs.oracle.com/middleware/12213/wls/DOMCF/config_files.htm#DOMCF140). Each WebLogic
16+
[WebLogic domain directory](https://docs.oracle.com/middleware/12213/wls/DOMCF/config_files.htm#DOMCF133). Each WebLogic
1717
domain directory contains a "security" subdirectory that contains a file called "SerializedSystemIni.dat". This file contains
1818
security data to bootstrap the WebLogic domain, including a domain-specific encryption key.
1919

0 commit comments

Comments
 (0)