[FLINK-21438][doc] Broken links in content.zh/docs/concepts/flink-architecture.md #14984
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
What is the purpose of the change
Fix broken links in content.zh/docs/concepts/flink-architecture.md
When reading the Chinese doc I find some links are broken and the responses for these links are 404. And I find that this is because of the format error: these links are different from their corresponding original links in the English doc, while the links which are identical to the corresponding links in the English doc are OK for me.
See line 36 in content.zh/docs/concepts/flink-architecture.md and line 42 in content/docs/concepts/flink-architecture.md, they are same and this image is OK in the Chinese doc. But the other links in the file are not and thus the images cannot be shown.
You may check this by clicking:
English doc: https://ci.apache.org/projects/flink/flink-docs-master/docs/concepts/flink-architecture/
Chinese doc: https://ci.apache.org/projects/flink/flink-docs-master/zh/docs/concepts/flink-architecture/
Brief change log
Change the formats of these links by replacing broken links with the corresponding links in the English doc.
Verifying this change
This change is a trivial rework / code cleanup without any test coverage.
Does this pull request potentially affect one of the following parts:
@Public(Evolving): noDocumentation