You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[hotfix] Fix broken stable docs URL in outdated/unreleased banner (#1092)
The "stable version" link in the outdated/unreleased version banner
pointed to the legacy ci.apache.org host, which now 404s. The rest of
the repo already uses nightlies.apache.org; update the banner to match.
Copy file name to clipboardExpand all lines: docs/layouts/partials/docs/inject/content-before.html
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -23,14 +23,14 @@
23
23
{{ if $.Site.Params.ShowOutDatedWarning }}
24
24
<articleclass="markdown">
25
25
<blockquotestyle="border-color:#f66">
26
-
{{ markdownify "This documentation is for an out-of-date version of Apache Flink Kubernetes Operator. We recommend you use the latest [stable version](https://ci.apache.org/projects/flink/flink-kubernetes-operator-docs-stable/)."}}
26
+
{{ markdownify "This documentation is for an out-of-date version of Apache Flink Kubernetes Operator. We recommend you use the latest [stable version](https://nightlies.apache.org/flink/flink-kubernetes-operator-docs-stable/)."}}
27
27
</blockquote>
28
28
</article>
29
29
{{ end }}
30
30
{{ if (not $.Site.Params.IsStable) }}
31
31
<articleclass="markdown">
32
32
<blockquotestyle="border-color:#f66">
33
-
{{ markdownify "This documentation is for an unreleased version of the Apache Flink Kubernetes Operator. We recommend you use the latest [stable version](https://ci.apache.org/projects/flink/flink-kubernetes-operator-docs-stable/)."}}
33
+
{{ markdownify "This documentation is for an unreleased version of the Apache Flink Kubernetes Operator. We recommend you use the latest [stable version](https://nightlies.apache.org/flink/flink-kubernetes-operator-docs-stable/)."}}
0 commit comments