This is an automated email from the ASF dual-hosted git repository. mergebot-role pushed a commit to branch mergebot in repository https://gitbox.apache.org/repos/asf/beam-site.git
commit 54bff8f2f016fdfe57a6c94a5fbe1782e3c78a89 Author: melissa <[email protected]> AuthorDate: Fri Oct 13 10:06:44 2017 -0700 Fix dead link --- src/contribute/runner-guide.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/contribute/runner-guide.md b/src/contribute/runner-guide.md index d638ed0..b142f0c 100644 --- a/src/contribute/runner-guide.md +++ b/src/contribute/runner-guide.md @@ -825,8 +825,8 @@ depend on the particulars of the Java SDK. ## The Runner API protos -[The Runner -API](https://github.com/apache/beam/blob/master/sdks/common/runner-api/src/main/proto/beam_runner_api.proto) +The [Runner +API](https://github.com/apache/beam/blob/master/model/pipeline/src/main/proto/beam_runner_api.proto) refers to a specific manifestation of the concepts in the Beam model, as a protocol buffers schema. Even though you should not manipulate these messages directly, it can be helpful to know the canonical data that makes up a -- To stop receiving notification emails like this one, please contact "[email protected]" <[email protected]>.
