[hotfix][docs] Fix broken and stale documentation links#28495
Draft
spuru9 wants to merge 1 commit into
Draft
Conversation
Refresh user-facing doc links that broke after source relocations and
external site restructuring. All targets verified reachable (HTTP 200
or file present on master).
gh_link source references:
- SourceFunction, SinkFunction, Trigger -> relocated legacy paths in
flink-runtime.
- WithPre/WithPostCommitTopology -> renamed Supports{Pre,Post}CommitTopology
in flink-runtime.
External links:
- Avro schema-resolution spec, Curator error handling, FLIP-187 title,
PyFlink TableEnvironment API doc, Apache Superset Hive guide.
- Gradle Shadow issue johnrengelman -> GradleUp.
- Debezium reference 1.2/1.3 -> stable (mysql events anchor updated).
Collaborator
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What is the purpose of the change
Refresh user-facing documentation links that broke after source relocations and external site restructuring. All targets were verified reachable (HTTP 200 or file present on master). Applied symmetrically to both the English (
docs/content) and Chinese (docs/content.zh) trees.Brief change log
gh_linksource references (relocated/renamed inflink-runtime):SourceFunction,SinkFunction,Trigger→ legacy relocated paths.WithPreCommitTopology/WithPostCommitTopology→ renamedSupportsPreCommitTopology/SupportsPostCommitTopology.TableEnvironmentAPI doc, Apache Superset Hive guide.johnrengelman→GradleUp.1.2/1.3→stable(MySQL events anchor updated).Verifying this change
This change is a documentation-only fix without test coverage. Each updated link was checked to resolve to a live target (external URLs returning HTTP 200,
gh_linkpaths present on master).Does this pull request potentially affect one of the following parts:
@Public(Evolving): noDocumentation
Was generative AI tooling used to co-author this PR?
Generated-by: Claude Code