Fix links corresponding to images in the YARN documentation page

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

Branch: refs/heads/master
Commit: 8ce2a9ebe4b7f28ab8cb7a9e665909fdb1f92173
Parents: 8970dd2
Author: Jagadish <jvenkatra...@linkedin.com>
Authored: Tue Oct 2 22:48:04 2018 -0700
Committer: Jagadish <jvenkatra...@linkedin.com>
Committed: Tue Oct 2 22:48:04 2018 -0700

----------------------------------------------------------------------
 docs/_layouts/default.html                            |  2 +-
 docs/learn/documentation/versioned/deployment/yarn.md | 13 +++++--------
 2 files changed, 6 insertions(+), 9 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/samza/blob/8ce2a9eb/docs/_layouts/default.html
----------------------------------------------------------------------
diff --git a/docs/_layouts/default.html b/docs/_layouts/default.html
index ba10e8b..bcc4a50 100644
--- a/docs/_layouts/default.html
+++ b/docs/_layouts/default.html
@@ -112,7 +112,7 @@
       <p>
         Samza allows you to build stateful applications that process data in 
real-time from multiple sources including Apache Kafka.
         <br/> <br/> 
-        Battle-tested at scale, it supports flexible deployment options to run 
on <a target="_blank" href="https://kafka.apache.org";>YARN</a> or as a 
+        Battle-tested at scale, it supports flexible deployment options to run 
on <a href="/learn/documentation/latest/deployment/yarn.html">YARN</a> or as a 
         <a 
href="/learn/documentation/latest/deployment/standalone.html">standalone 
library</a>.
       </p>
 

http://git-wip-us.apache.org/repos/asf/samza/blob/8ce2a9eb/docs/learn/documentation/versioned/deployment/yarn.md
----------------------------------------------------------------------
diff --git a/docs/learn/documentation/versioned/deployment/yarn.md 
b/docs/learn/documentation/versioned/deployment/yarn.md
index d6a8f55..e9e7f03 100644
--- a/docs/learn/documentation/versioned/deployment/yarn.md
+++ b/docs/learn/documentation/versioned/deployment/yarn.md
@@ -116,26 +116,23 @@ 
yarn.package.path=https://url/to/artifact/artifact-version-dist.tar.gz
 The AM implementation in Samza exposes metadata about the job via both a JSON 
REST interface and a Web UI.
 This Web UI can be accessed by clicking the Tracking UI (*ApplicationMaster*) 
link on the YARN RM dashboard.
 
-<img src="/img/versioned/learn/documentation/yarn/yarn-am-ui.png" 
alt="yarn-ui" class="diagram-small">
-
+![diagram-medium](/img/{{site.version}}/learn/documentation/yarn/yarn-am-ui.png)
 
 The Application Master UI provides you the ability to view:
 
  - Job level runtime metadata
+![diagram-small](/img/{{site.version}}/learn/documentation/yarn/am-runtime-metadata.png)
 
-<img src="/img/versioned/learn/documentation/yarn/am-runtime-metadata.png" 
alt="yarn-runtime-metadata" class="diagram-small">
 
  - Container information
-
-<img src="/img/versioned/learn/documentation/yarn/am-container-info.png" 
alt="yam-container-info" class="diagram-small">
+![diagram-small](/img/{{site.version}}/learn/documentation/yarn/am-container-info.png)
 
  - Job model (SystemStreamPartition to Task and Container mapping)
+![diagram-small](/img/{{site.version}}/learn/documentation/yarn/am-job-model.png)
 
-<img src="/img/versioned/learn/documentation/yarn/am-job-model.png" 
alt="am-job-model" class="diagram-small">
 
 - Runtime configs
-
- <img src="/img/versioned/learn/documentation/yarn/am-runtime-configs.png" 
alt="am-runtime-configs" class="diagram-small">
+![diagram-small](/img/{{site.version}}/learn/documentation/yarn/am-runtime-configs.png)
 
 
 # Viewing logs

Reply via email to