You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by gi...@apache.org on 2019/10/10 14:23:12 UTC

[beam] branch asf-site updated: Publishing website 2019/10/10 14:22:57 at commit 67ef076

This is an automated email from the ASF dual-hosted git repository.

git-site-role pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/beam.git


The following commit(s) were added to refs/heads/asf-site by this push:
     new c0d98df  Publishing website 2019/10/10 14:22:57 at commit 67ef076
c0d98df is described below

commit c0d98dfd34beed06879921620607f6ec68dceb6d
Author: jenkins <bu...@apache.org>
AuthorDate: Thu Oct 10 14:22:57 2019 +0000

    Publishing website 2019/10/10 14:22:57 at commit 67ef076
---
 website/generated-content/roadmap/portability/index.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/website/generated-content/roadmap/portability/index.html b/website/generated-content/roadmap/portability/index.html
index f1991a1..d06dbe9 100644
--- a/website/generated-content/roadmap/portability/index.html
+++ b/website/generated-content/roadmap/portability/index.html
@@ -427,7 +427,7 @@ performs work on the machine the job originated from, not the worker nodes.</li>
 each worker node.</li>
       <li><code class="highlighter-rouge">DOCKER</code> (default): User code is executed within a container started on each worker node.
 This requires docker to be installed on worker nodes. For more information, see
-<a href="https://github.com/apache/beam/blob/master/sdks/CONTAINERS.md">here</a>.</li>
+<a href="/documentation/runtime/environments/">here</a>.</li>
     </ul>
   </li>
   <li><code class="highlighter-rouge">environment_config</code> configures the environment depending on the value of <code class="highlighter-rouge">environment_type</code>.