This is an automated email from the ASF dual-hosted git repository.
pabloem pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/beam.git
The following commit(s) were added to refs/heads/master by this push:
new 00e3bf5 BEAM-7596: Fixed 'concepts' section to make it parallel
new 43cea184 Merge pull request #9580 from saulchavez93/master
00e3bf5 is described below
commit 00e3bf504e9f5f0e5e5a9414f4563eb2c0883a3a
Author: Saul Chavez <[email protected]>
AuthorDate: Sun Sep 15 16:40:27 2019 -0500
BEAM-7596: Fixed 'concepts' section to make it parallel
---
website/src/documentation/index.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/website/src/documentation/index.md
b/website/src/documentation/index.md
index ec14dec..c4aa6c4 100644
--- a/website/src/documentation/index.md
+++ b/website/src/documentation/index.md
@@ -29,7 +29,7 @@ This section provides in-depth conceptual information and
reference material for
Learn about the Beam Programming Model and the concepts common to all Beam
SDKs and Runners.
-* The [Programming Guide]({{ site.baseurl }}/documentation/programming-guide/)
introduces all the key Beam concepts.
+* Read the [Programming Guide]({{ site.baseurl
}}/documentation/programming-guide/) which introduces all the key Beam concepts.
* Learn about Beam's [execution model]({{ site.baseurl
}}/documentation/execution-model/) to better understand how pipelines execute.
* Visit [Learning Resources]({{ site.baseurl
}}/documentation/resources/learning-resources) for some of our favorite
articles and talks about Beam.