Skip to content

Commit 5ba58cb

Browse files
fix broken links (#1927)
1 parent 05b9de1 commit 5ba58cb

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

docs-source/content/userguide/managing-domains/domain-resource.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -100,10 +100,10 @@ The operator automatically updates the `status` section of a deploy domain resou
100100

101101
Here are some references you can use for the fields in these sections:
102102

103-
- See [Domain spec elements](domain-spec-elements) in this doc.
103+
- See [Domain spec elements](#domain-spec-elements) in this doc.
104104
- See [Domain resource](https://github.com/oracle/weblogic-kubernetes-operator/blob/master/docs/domains/Domain.md).
105105
- Swagger documentation is available [here](https://oracle.github.io/weblogic-kubernetes-operator/swagger/index.html).
106-
- Use [kubectl explain](leveraging--kubectl-explain-) from the command line.
106+
- Use [kubectl explain](#leveraging--kubectl-explain-) from the command line.
107107

108108
#### Using `kubectl explain`
109109

@@ -201,7 +201,7 @@ Sub-sections related to the Administration Server, specific clusters, or specifi
201201
The elements `serverStartPolicy`, `serverStartState`, `serverPod` and `serverService` are repeated under `adminServer` and under each entry of `clusters` or `managedServers`. The values directly under `spec`, set the defaults for the entire domain. The values under a specific entry under `clusters`, set the defaults for cluster members of that cluster. The values under `adminServer` or an entry under `managedServers`, set the values for that specific server. Values from the domain scope and values from the cluster (for cluster members) are merged with or overridden by the setting for the specific server depending on the element. See [Startup and shutdown]({{< relref "/userguide/managing-domains/domain-lifecycle/startup.md" >}}) for details about `serverStartPolicy` combinations.
202202

203203
{{% notice note %}}
204-
For additional domain resource attribute reference material, see [Domain resource attribute references](domain-resource-attribute-references).
204+
For additional domain resource attribute reference material, see [Domain resource attribute references](#domain-resource-attribute-references).
205205
{{% /notice %}}
206206

207207
### JVM memory and Java option environment variables

docs-source/content/userguide/managing-domains/model-in-image/usage.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ The following Domain fields are specific to Model in Image domains.
111111
| `configuration.model.configMap` | Optional. Set if you have stored additional models in a ConfigMap as per [Optional WDT model ConfigMap](#optional-wdt-model-configmap). |
112112
| `configuration.secrets` | Optional. Set this array if your image or ConfigMap models contain macros that reference custom Kubernetes Secrets. For example, if your macros depend on secrets `my-secret` and `my-other-secret`, then set to `[my-secret, my-other-secret]`.|
113113
| `configuration.model.runtimeEncryptionSecret`| Required. All Model in Image domains must specify a runtime encryption secret. See [Required runtime encryption secret](#required-runtime-encryption-secret). |
114-
| `configuration.model.domainType` | Set the type of domain. Valid values are `WLS`, `JRF`, and `RestrictedJRF`, where `WLS` is the default. See [WDT Domain Types](https://github.com/oracle/weblogic-deploy-tooling/blob/master/site/type_def.md).|
114+
| `configuration.model.domainType` | Set the type of domain. Valid values are `WLS`, `JRF`, and `RestrictedJRF`, where `WLS` is the default. See [WDT Domain Types](https://github.com/oracle/weblogic-deploy-tooling/blob/master/site/tool_configuration.md#domain-type-definitions).|
115115

116116
**Notes**:
117117

0 commit comments

Comments
 (0)