Skip to content

Commit 0a94e1f

Browse files
authored
[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.
1 parent e2475aa commit 0a94e1f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/layouts/partials/docs/inject/content-before.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,14 +23,14 @@
2323
{{ if $.Site.Params.ShowOutDatedWarning }}
2424
<article class="markdown">
2525
<blockquote style="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/)."}}
2727
</blockquote>
2828
</article>
2929
{{ end }}
3030
{{ if (not $.Site.Params.IsStable) }}
3131
<article class="markdown">
3232
<blockquote style="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/)."}}
3434
</blockquote>
3535
</article>
3636
{{ end }}

0 commit comments

Comments
 (0)