[
https://issues.apache.org/jira/browse/FLINK-19998?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Aditya Agarwal updated FLINK-19998:
-----------------------------------
Description:
Multiple broken links matching pattern: *site.baseurl }}{% link*
All these need to be replaced. Eg:
In the *docs/concepts/stateful-stream-processing.md* file, under the first
section (What is State), the following two links are broken:
# Checkpoints: *[checkpoints](\{{ site.baseurl}}\{% link
dev/stream/state/checkpointing.md %})*
# Savepoints: *[savepoints](\{{ site.baseurl }}\{%link ops/state/savepoints.md
%})*
This results in the target link as follows:
# For Checkpoints:
[https://ci.apache.org/projects/flink/flink-docs-master//ci.apache.org/projects/flink/flink-docs-master/dev/stream/state/checkpointing.html]
#
[https://ci.apache.org/projects/flink/flink-docs-master//ci.apache.org/projects/flink/flink-docs-master/ops/state/savepoints.html]
was:
In the *docs/concepts/stateful-stream-processing.md* file, under the first
section (What is State), the following two links are broken:
# Checkpoints: *[checkpoints](\{{ site.baseurl}}\{% link
dev/stream/state/checkpointing.md %})*
# Savepoints: *[savepoints](\{{ site.baseurl }}\{%link ops/state/savepoints.md
%})*
This results in the target link as follows:
# For Checkpoints:
[https://ci.apache.org/projects/flink/flink-docs-master//ci.apache.org/projects/flink/flink-docs-master/dev/stream/state/checkpointing.html]
#
[https://ci.apache.org/projects/flink/flink-docs-master//ci.apache.org/projects/flink/flink-docs-master/ops/state/savepoints.html]
Summary: Invalid Links in docs (was: Invalid Link to checkpoints and
Savepoints in stateful stream processing concepts)
> Invalid Links in docs
> ---------------------
>
> Key: FLINK-19998
> URL: https://issues.apache.org/jira/browse/FLINK-19998
> Project: Flink
> Issue Type: Bug
> Components: Documentation
> Affects Versions: 1.11.2
> Reporter: Aditya Agarwal
> Assignee: Aditya Agarwal
> Priority: Minor
> Labels: documentation, pull-request-available
>
> Multiple broken links matching pattern: *site.baseurl }}{% link*
> All these need to be replaced. Eg:
> In the *docs/concepts/stateful-stream-processing.md* file, under the first
> section (What is State), the following two links are broken:
> # Checkpoints: *[checkpoints](\{{ site.baseurl}}\{% link
> dev/stream/state/checkpointing.md %})*
> # Savepoints: *[savepoints](\{{ site.baseurl }}\{%link
> ops/state/savepoints.md %})*
> This results in the target link as follows:
> # For Checkpoints:
> [https://ci.apache.org/projects/flink/flink-docs-master//ci.apache.org/projects/flink/flink-docs-master/dev/stream/state/checkpointing.html]
> #
> [https://ci.apache.org/projects/flink/flink-docs-master//ci.apache.org/projects/flink/flink-docs-master/ops/state/savepoints.html]
--
This message was sent by Atlassian Jira
(v8.3.4#803005)