This is an automated email from the ASF dual-hosted git repository.
morhidi pushed a commit to branch release-1.3
in repository https://gitbox.apache.org/repos/asf/flink-kubernetes-operator.git
The following commit(s) were added to refs/heads/release-1.3 by this push:
new c7c42832 [release] Fix JavaDocs in docs config
c7c42832 is described below
commit c7c428329215bcf6847243c3af8f7bf0d8f020a1
Author: Matyas Orhidi <[email protected]>
AuthorDate: Wed Dec 7 14:04:39 2022 -0800
[release] Fix JavaDocs in docs config
---
docs/config.toml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/docs/config.toml b/docs/config.toml
index 5448a704..85e01e66 100644
--- a/docs/config.toml
+++ b/docs/config.toml
@@ -53,13 +53,13 @@ pygmentsUseClasses = true
ProjectHomepage = "//flink.apache.org"
- JavaDocs =
"//nightlies.apache.org/flink/flink-kubernetes-operator-docs-1.3/api/java/"
+ JavaDocs =
"//nightlies.apache.org/flink/flink-kubernetes-operator-docs-release-1.3/api/java/"
# External links at the bottom
# of the menu
MenuLinks = [
["Project Homepage", "//flink.apache.org"],
- ["JavaDocs",
"//nightlies.apache.org/flink/flink-kubernetes-operator-docs-1.3/api/java/"]
+ ["JavaDocs",
"//nightlies.apache.org/flink/flink-kubernetes-operator-docs-release-1.3/api/java/"]
]
PreviousDocs = [