hapihu opened a new pull request #16400:
URL: https://github.com/apache/flink/pull/16400


   The link on page docs/dev/datastream/event-time/generating_atermarks/ is 
failed and 404 is returned.
   
   Fix some link issues on page  
"docs/dev/datastream/event-time/generating_atermarks/"
   
   
   
   The link shown below returns 404.
   
   ```bash
   //1. line414 
   [Apache Kafka](connectors/kafka.html)
   
   
   //2. line427
   [ascending timestamps watermark
   
generator](event_timestamp_extractors.html#assigners-with-ascending-timestamps)
   ```
   
   
   
   The correct link address is shown below.
   
   ```txt
   //1.
   [Apache Kafka]({{< ref "docs/connectors/datastream/kafka" >}}) 
   
   //2. 
   [ascending timestamps watermark
   generator]({{< ref 
"docs/dev/datastream/event-time/built_in">}}#monotonously-increasing-timestamps)
   ```
   
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to