Skip to content

Commit e245c2e

Browse files
authored
(DOCSP-48434) Fix internal 404s in MEKO (#2204)
* (DOCSP-48434) Fix internal 404s in MEKO * (DOCSP-48434) Address review feedback and undo requested changes
1 parent 625de90 commit e245c2e

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

config/redirects

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ raw: docs/kubernetes-operator/ -> ${base}/stable/
5050
# Fix problematic redirects that omitted /stable (DOCSP-4989)
5151
raw: docs/kubernetes-operator/tutorial/install-k8s-operator -> ${base}/stable/tutorial/install-k8s-operator/
5252
raw: docs/kubernetes-operator/reference/k8s-operator-specification -> ${base}/stable/reference/k8s-operator-specification/
53-
raw: docs/kubernetes-operator/reference/known-issues-k8s-beta -> ${base}/stable/reference/known-issues-k8s-beta/
53+
raw: docs/kubernetes-operator/reference/known-issues-k8s-beta -> ${base}/stable/reference/known-issues/
5454
raw: docs/kubernetes-operator/reference/troubleshooting -> ${base}/stable/reference/troubleshooting/
5555
raw: docs/kubernetes-operator/release-notes -> ${base}/stable/release-notes/
5656

source/includes/setting-k8sRsConf-spec.additionalMongodConfig.net.tls.disabledProtocols.rst

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,7 @@
2020

2121
Starting in MongoDB version 4.0, MongoDB disables the use of |tls| 1.0 if |tls| 1.1+
2222
is available on the system. To enable the disabled |tls| 1.0, specify ``none`` as the value for
23-
:setting:`spec.additionalMongodConfig.net.tls.disabledProtocols`.
24-
To learn more about this setting, see :manual:`Disable TLS 1.0 </release-notes/4.0/#disable-tls-1.0>`.
23+
:setting:`spec.additionalMongodConfig.net.tls.disabledProtocols`.
2524

2625
Members of replica sets and sharded clusters must speak at least one protocol in common.
2726

source/release-notes.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -397,7 +397,7 @@ New Features
397397
and the |k8s| API server in the same time window. Observe the |k8s-op-short|
398398
resource usage and adjust ``operator.resources.requests`` and
399399
``operator.resources.limits`` if needed. To learn more,
400-
see :k8s:`Resource Management for Pods and Containers </concepts/configuration/manage-resources-containers/>`
400+
see :k8sdocs:`Resource Management for Pods and Containers </concepts/configuration/manage-resources-containers/>`
401401
in the |k8s| documentation.
402402

403403
- Adds support for OpenShift 4.15. To learn more, see :ref:`k8s-compatibility`.

0 commit comments

Comments
 (0)