[
https://issues.apache.org/jira/browse/FLINK-32051?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Zhilong Hong updated FLINK-32051:
---------------------------------
Description:
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/>{}}}.
was:
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/>{}}}.
> 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
> Priority: Minor
>
> 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)