hapihu opened a new pull request #16682: URL: https://github.com/apache/flink/pull/16682
```bash [DOCS]The link to the 'deployment/config' page is invalid because several characters are written in page 'deployment/memory/mem_tuning/' ``` 1、 https://ci.apache.org/projects/flink/flink-docs-master/zh/docs/deployment/memory/mem_tuning/ 2、 docs/content.zh/docs/deployment/memory/mem_tuning.md 3、The wrong link is below: ``` [`jobmanager.memory.flink.size`]({{< ref "docs/deployment/config" >}}#jobmanager-memory-flink-size" >}}) ``` 4、It should be modified as follows ``` [`jobmanager.memory.flink.size`]({{< ref "docs/deployment/config" >}}#jobmanager-memory-flink-size) ``` -- 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]
