You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flink.apache.org by mx...@apache.org on 2015/06/25 14:00:36 UTC

flink git commit: [docs] fix broken links in FAQ

Repository: flink
Updated Branches:
  refs/heads/master af05b94d0 -> d42c7325a


[docs] fix broken links in FAQ


Project: http://git-wip-us.apache.org/repos/asf/flink/repo
Commit: http://git-wip-us.apache.org/repos/asf/flink/commit/d42c7325
Tree: http://git-wip-us.apache.org/repos/asf/flink/tree/d42c7325
Diff: http://git-wip-us.apache.org/repos/asf/flink/diff/d42c7325

Branch: refs/heads/master
Commit: d42c7325abb2adf2fc3f26751d6ac2a8b6819d27
Parents: af05b94
Author: Maximilian Michels <mx...@apache.org>
Authored: Thu Jun 25 13:54:51 2015 +0200
Committer: Maximilian Michels <mx...@apache.org>
Committed: Thu Jun 25 13:59:13 2015 +0200

----------------------------------------------------------------------
 docs/faq.md | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flink/blob/d42c7325/docs/faq.md
----------------------------------------------------------------------
diff --git a/docs/faq.md b/docs/faq.md
index c7794a1..67f1fd3 100644
--- a/docs/faq.md
+++ b/docs/faq.md
@@ -103,8 +103,8 @@ parallelism has to be 1 and set it accordingly.
 
 The parallelism can be set in numerous ways to ensure a fine-grained control
 over the execution of a Flink program. See
-the [Configuration guide](config.html#common-options) for detailed instructions on how to
-set the parallelism. Also check out [this figure](config.html#configuring-taskmanager-processing-slots) detailing 
+the [Configuration guide](setup/config.html#common-options) for detailed instructions on how to
+set the parallelism. Also check out [this figure](setup/config.html#configuring-taskmanager-processing-slots) detailing
 how the processing slots and parallelism are related to each other.
 
 ## Errors
@@ -149,7 +149,7 @@ you need to adapt the number of network buffers via the config parameter
 `taskmanager.network.numberOfBuffers`.
 As a rule-of-thumb, the number of buffers should be at least
 `4 * numberOfNodes * numberOfTasksPerNode^2`. See
-[Configuration Reference](config.html) for details.
+[Configuration Reference](setup/config.html) for details.
 
 ### My job fails early with a java.io.EOFException. What could be the cause?
 
@@ -244,7 +244,7 @@ destage operations to disk, if necessary. By default, the system reserves around
 70% of the memory. If you frequently run applications that need more memory in
 the user-defined functions, you can reduce that value using the configuration
 entries `taskmanager.memory.fraction` or `taskmanager.memory.size`. See the
-[Configuration Reference](config.html) for details. This will leave more memory to JVM heap,
+[Configuration Reference](setup/config.html) for details. This will leave more memory to JVM heap,
 but may cause data processing tasks to go to disk more often.
 
 ### Why do the TaskManager log files become so huge?