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 226fc7ba [release] Fix baseURL in docs config
226fc7ba is described below
commit 226fc7ba2b9086f11330b0cde0c130653ab04e4c
Author: Matyas Orhidi <[email protected]>
AuthorDate: Wed Dec 7 12:30:19 2022 -0800
[release] Fix baseURL in docs config
---
docs/config.toml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docs/config.toml b/docs/config.toml
index 70f0b94e..5448a704 100644
--- a/docs/config.toml
+++ b/docs/config.toml
@@ -14,7 +14,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.
-baseURL = '//nightlies.apache.org/flink/flink-kubernetes-operator-docs-1.3'
+baseURL =
'//nightlies.apache.org/flink/flink-kubernetes-operator-docs-release-1.3'
languageCode = 'en-us'
title = 'Apache Flink Kubernetes Operator'
enableGitInfo = false