wuguihu created FLINK-23591:
-------------------------------
Summary: [DOCS]The link to the 'deployment/config' page is invalid
because several characters are written in page 'deployment/memory/mem_tuning/'
Key: FLINK-23591
URL: https://issues.apache.org/jira/browse/FLINK-23591
Project: Flink
Issue Type: Bug
Components: Documentation
Reporter: wuguihu
Attachments: image-20210803011947329.png, image-20210803012556316.png
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:
{code:java}
[`jobmanager.memory.flink.size`]({{< ref "docs/deployment/config"
>}}#jobmanager-memory-flink-size" >}})
{code}
4、It should be modified as follows
{code:java}
[`jobmanager.memory.flink.size`]({{< ref "docs/deployment/config"
>}}#jobmanager-memory-flink-size)
{code}
--
This message was sent by Atlassian Jira
(v8.3.4#803005)