You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@samza.apache.org by xi...@apache.org on 2018/01/04 17:52:02 UTC

samza git commit: Fix a link in release-notes.md

Repository: samza
Updated Branches:
  refs/heads/master d8fdb1a58 -> 7954815ca


Fix a link in release-notes.md


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

Branch: refs/heads/master
Commit: 7954815ca0887f12fa11d4b4239eb5cd867b0711
Parents: d8fdb1a
Author: xiliu <xi...@xiliu-ld1.linkedin.biz>
Authored: Thu Jan 4 09:51:20 2018 -0800
Committer: xiliu <xi...@xiliu-ld1.linkedin.biz>
Committed: Thu Jan 4 09:51:20 2018 -0800

----------------------------------------------------------------------
 docs/startup/releases/versioned/release-notes.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/samza/blob/7954815c/docs/startup/releases/versioned/release-notes.md
----------------------------------------------------------------------
diff --git a/docs/startup/releases/versioned/release-notes.md b/docs/startup/releases/versioned/release-notes.md
index f83978d..18983f1 100644
--- a/docs/startup/releases/versioned/release-notes.md
+++ b/docs/startup/releases/versioned/release-notes.md
@@ -60,7 +60,7 @@ All Samza JARs are published through [Apache's Maven repository](https://reposit
 
 <!-- PR 290 -->
 * Introduced a new **mandatory** configuration - `job.coordination.utils.factory`. Read more about it
-[here](../../learn/{{site.version}}/configuration.html). <br />This config is applicable to all Samza
+[here](/learn/documentation/{{site.version}}/jobs/configuration-table.html). <br />This config is applicable to all Samza
 applications deployed using the `LocalApplicationRunner` (that is, non-yarn deployments).
 
 ### API Changes