wuguihu created FLINK-23285:
-------------------------------

             Summary: The link on page 
docs/dev/datastream/event-time/generating_atermarks/ is failed and 404 is 
returned
                 Key: FLINK-23285
                 URL: https://issues.apache.org/jira/browse/FLINK-23285
             Project: Flink
          Issue Type: Bug
          Components: Documentation
            Reporter: wuguihu


The page url 
:[https://ci.apache.org/projects/flink/flink-docs-master/docs/dev/datastream/event-time/generating_watermarks/#watermark-strategies-and-the-kafka-connector]

 

1. When i click the link [Apache 
Kafka]([https://ci.apache.org/projects/flink/flink-docs-master/docs/dev/datastream/event-time/generating_watermarks/connectors/kafka.html]),
 404 is returned.The correct jump address is 
[https://ci.apache.org/projects/flink/flink-docs-master/docs/connectors/datastream/kafka/]

2. When i click the link [ascending timestamps watermark 
generator]([https://ci.apache.org/projects/flink/flink-docs-master/docs/dev/datastream/event-time/generating_watermarks/event_timestamp_extractors.html#assigners-with-ascending-timestamps]),
 404 is returned.The correct jump address is 
[https://ci.apache.org/projects/flink/flink-docs-master/docs/dev/datastream/event-time/built_in/#monotonously-increasing-timestamps].

3. The link shown below returns 404.
{code:java}
//
//1. line414 
[Apache Kafka](connectors/kafka.html)
//2. line427
[ascending timestamps watermark
generator](event_timestamp_extractors.html#assigners-with-ascending-timestamps)

{code}
4.  The correct link address is shown below.
{code:java}
//1.
[Apache Kafka]({{< ref "docs/connectors/datastream/kafka" >}}) 

//2. 
[ascending timestamps watermark
generator]({{< ref 
"docs/dev/datastream/event-time/built_in">}}#monotonously-increasing-timestamps)
{code}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

Reply via email to