Zhilong Hong created FLINK-32051: ------------------------------------ Summary: Fix broken documenation links in Flink blogs Key: FLINK-32051 URL: https://issues.apache.org/jira/browse/FLINK-32051 Project: Flink Issue Type: Improvement Components: Project Website Reporter: Zhilong Hong
Currently, the links to the documentations in the blogs are broken. We need to add a slash(/) at the end of the param {{DocsBaseUrl}} in config.toml like this: {noformat} [params] DocsBaseUrl = "//nightlies.apache.org/flink/" {noformat} Also, the links in this [post|https://flink.apache.org/2022/01/04/how-we-improved-scheduler-performance-for-large-scale-jobs-part-two/] is not rendered correctly. We need to add a newline after the {{{}<br/>{}}}. -- This message was sent by Atlassian Jira (v8.20.10#820010)