You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flink.apache.org by uc...@apache.org on 2015/05/26 21:00:32 UTC

flink git commit: [docs] Fix broken images in quickstarts

Repository: flink
Updated Branches:
  refs/heads/master b015a32f6 -> 49631dc17


[docs] Fix broken images in quickstarts


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

Branch: refs/heads/master
Commit: 49631dc178a0b0e2339380219351031910fade36
Parents: b015a32
Author: Ufuk Celebi <uc...@apache.org>
Authored: Tue May 26 21:00:20 2015 +0200
Committer: Ufuk Celebi <uc...@apache.org>
Committed: Tue May 26 21:00:24 2015 +0200

----------------------------------------------------------------------
 docs/quickstart/run_example_quickstart.md | 10 +++++-----
 docs/quickstart/setup_quickstart.md       |  2 +-
 2 files changed, 6 insertions(+), 6 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flink/blob/49631dc1/docs/quickstart/run_example_quickstart.md
----------------------------------------------------------------------
diff --git a/docs/quickstart/run_example_quickstart.md b/docs/quickstart/run_example_quickstart.md
index b75e07c..2c076d8 100644
--- a/docs/quickstart/run_example_quickstart.md
+++ b/docs/quickstart/run_example_quickstart.md
@@ -67,7 +67,7 @@ The following overview presents the impact of the different standard deviations
 
 |relative stddev = 0.03|relative stddev = 0.08|relative stddev = 0.15|
 |:--------------------:|:--------------------:|:--------------------:|
-|<img src="_img/quickstart-example/kmeans003.png" alt="example1" style="width: 275px;"/>|<img src="_img/quickstart-example/kmeans008.png" alt="example2" style="width: 275px;"/>|<img src="_img/quickstart-example/kmeans015.png" alt="example3" style="width: 275px;"/>|
+|<img src="{{ site.baseurl }}/page/img/quickstart-example/kmeans003.png" alt="example1" style="width: 275px;"/>|<img src="{{ site.baseurl }}/page/img/quickstart-example/kmeans008.png" alt="example2" style="width: 275px;"/>|<img src="{{ site.baseurl }}/page/img/quickstart-example/kmeans015.png" alt="example3" style="width: 275px;"/>|
 
 
 ## Start Flink
@@ -87,7 +87,7 @@ The Flink web client allows to submit Flink programs using a graphical user inte
 
 <div class="row" style="padding-top:15px">
 	<div class="col-md-6">
-		<a data-lightbox="compiler" href="_img/quickstart-example/run-webclient.png" data-lightbox="example-1"><img class="img-responsive" src="_img/quickstart-example/run-webclient.png" /></a>
+		<a data-lightbox="compiler" href="{{ site.baseurl }}/page/img/quickstart-example/run-webclient.png" data-lightbox="example-1"><img class="img-responsive" src="{{ site.baseurl }}/page/img/quickstart-example/run-webclient.png" /></a>
 	</div>
 	<div class="col-md-6">
 		1. Open web client on  <a href="http://localhost:8080/launch.html">localhost:8080</a> <br>
@@ -109,7 +109,7 @@ The Flink web client allows to submit Flink programs using a graphical user inte
 <hr>
 <div class="row" style="padding-top:15px">
 	<div class="col-md-6">
-		<a data-lightbox="compiler" href="_img/quickstart-example/compiler-webclient-new.png" data-lightbox="example-1"><img class="img-responsive" src="_img/quickstart-example/compiler-webclient-new.png" /></a>
+		<a data-lightbox="compiler" href="{{ site.baseurl }}/page/img/quickstart-example/compiler-webclient-new.png" data-lightbox="example-1"><img class="img-responsive" src="{{ site.baseurl }}/page/img/quickstart-example/compiler-webclient-new.png" /></a>
 	</div>
 
 	<div class="col-md-6">
@@ -120,7 +120,7 @@ The Flink web client allows to submit Flink programs using a graphical user inte
 <hr>
 <div class="row" style="padding-top:15px">
 	<div class="col-md-6">
-		<a data-lightbox="compiler" href="_img/quickstart-example/jobmanager-running-new.png" data-lightbox="example-1"><img class="img-responsive" src="_img/quickstart-example/jobmanager-running-new.png" /></a>
+		<a data-lightbox="compiler" href="{{ site.baseurl }}/page/img/quickstart-example/jobmanager-running-new.png" data-lightbox="example-1"><img class="img-responsive" src="{{ site.baseurl }}/page/img/quickstart-example/jobmanager-running-new.png" /></a>
 	</div>
 	<div class="col-md-6">
 		1. Press the <b>Continue</b> button to start executing the job. <br>
@@ -152,4 +152,4 @@ The following three pictures show the results for the sample input above. Play a
 
 |relative stddev = 0.03|relative stddev = 0.08|relative stddev = 0.15|
 |:--------------------:|:--------------------:|:--------------------:|
-|<img src="_img/quickstart-example/result003.png" alt="example1" style="width: 275px;"/>|<img src="_img/quickstart-example/result008.png" alt="example2" style="width: 275px;"/>|<img src="_img/quickstart-example/result015.png" alt="example3" style="width: 275px;"/>|
\ No newline at end of file
+|<img src="{{ site.baseurl }}/page/img/quickstart-example/result003.png" alt="example1" style="width: 275px;"/>|<img src="{{ site.baseurl }}/page/img/quickstart-example/result008.png" alt="example2" style="width: 275px;"/>|<img src="{{ site.baseurl }}/page/img/quickstart-example/result015.png" alt="example3" style="width: 275px;"/>|
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/flink/blob/49631dc1/docs/quickstart/setup_quickstart.md
----------------------------------------------------------------------
diff --git a/docs/quickstart/setup_quickstart.md b/docs/quickstart/setup_quickstart.md
index 9fd60f1..81c54d2 100644
--- a/docs/quickstart/setup_quickstart.md
+++ b/docs/quickstart/setup_quickstart.md
@@ -112,7 +112,7 @@ configuration files, which need to be accessible at the same path on all machine
 
 <div class="row">
   <div class="col-md-6 text-center">
-    <img src="_img/quickstart_cluster.png" style="width: 85%">
+    <img src="{{ site.baseurl }}/page/img/quickstart_cluster.png" style="width: 85%">
   </div>
 <div class="col-md-6">
   <div class="row">