You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by GitBox <gi...@apache.org> on 2020/10/12 06:03:04 UTC

[GitHub] [flink] klion26 commented on a change in pull request #13559: [Hotfix][Docs] Fix broken link of flink-architecture.md

klion26 commented on a change in pull request #13559:
URL: https://github.com/apache/flink/pull/13559#discussion_r503055606



##########
File path: docs/concepts/flink-architecture.md
##########
@@ -169,7 +169,7 @@ A _Flink Application_ is any user program that spawns one or multiple Flink
 jobs from its ``main()`` method. The execution of these jobs can happen in a
 local JVM (``LocalEnvironment``) or on a remote setup of clusters with multiple
 machines (``RemoteEnvironment``). For each program, the
-[``ExecutionEnvironment``]({{ site.baseurl }}/api/java/) provides methods to
+[``ExecutionEnvironment``]({{ site.javadocs_baseurl }}/api/java/) provides methods to

Review comment:
       Why do we need to change this?
   Seems the link is correct and reachable. (test use [documentation of 1.11](https://ci.apache.org/projects/flink/flink-docs-release-1.11/concepts/flink-architecture.html#flink-application-execution))




----------------------------------------------------------------
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.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org