Skip to content

[hotfix][docs] Remove broken JavaDoc shortcode usage from JDBC docs#193

Open
Dennis-Mircea wants to merge 1 commit into
apache:mainfrom
Dennis-Mircea:hotfix/fix-broken-javadoc-links
Open

[hotfix][docs] Remove broken JavaDoc shortcode usage from JDBC docs#193
Dennis-Mircea wants to merge 1 commit into
apache:mainfrom
Dennis-Mircea:hotfix/fix-broken-javadoc-links

Conversation

@Dennis-Mircea

Copy link
Copy Markdown

The {{< javadoc … >}} shortcode resolves to the core Flink javadocs base URL (//nightlies.apache.org/flink/flink-docs-master/api/java/), where externalized connector classes such as JdbcSource, JdbcSink and JdbcExecutionOptions are not published. ASF nightlies does not host a standalone javadoc site for the JDBC connector either, so every javadoc link on the JDBC datastream page currently 404s. Replace each shortcode invocation with a backticked class name, matching the convention already used in the Kafka, Elasticsearch and Pulsar docs.

@boring-cyborg

boring-cyborg Bot commented May 3, 2026

Copy link
Copy Markdown

Thanks for opening this pull request! Please check out our contributing guidelines. (https://flink.apache.org/contributing/how-to-contribute.html)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant