spuru9 opened a new pull request, #4469:
URL: https://github.com/apache/flink-cdc/pull/4469
## What is the purpose of the change
This hotfix updates the broken "stable version" link that appears in the
outdated/unreleased documentation banner. The link pointed to the legacy
`ci.apache.org` host, which now redirects to `ci2.apache.org` and returns `No
Such Resource / File not found`. All other docs references in the repo already
use `nightlies.apache.org` — this banner was missed during the original docs
infra migration.
Same issue and fix as apache/flink-kubernetes-operator#1092.
## Brief change log
- Replace both occurrences of
`https://ci.apache.org/projects/flink/flink-cdc-docs-stable/` with
`https://nightlies.apache.org/flink/flink-cdc-docs-stable/` in
`docs/layouts/partials/docs/inject/content-before.html`.
Verified:
```
$ curl -sI -L https://ci.apache.org/projects/flink/flink-cdc-docs-stable/
HTTP/1.1 301 Moved Permanently
Location: https://ci2.apache.org/projects/flink/flink-cdc-docs-stable/
... (then 404 Not Found)
$ curl -sI -L https://nightlies.apache.org/flink/flink-cdc-docs-stable/
HTTP/1.1 200 OK
```
## Verifying this change
This change is a trivial rework / code cleanup without any test coverage.
## Does this pull request potentially affect one of the following parts:
- Dependencies (does it add or upgrade a dependency): no
- The public API, i.e., is any changed class annotated with
`@Public(Evolving)`: no
- The serializers: no
- The runtime per-record code paths (performance sensitive): no
- Anything that affects deployment or recovery: no
## Documentation
- Does this pull request introduce a new feature? no
- If yes, how is the feature documented? not applicable
## AI Usage Disclosure
- [x] Claude Code
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]