diff --git a/index.html b/index.html
index 4e898bd..aa151fd 100644
--- a/index.html
+++ b/index.html
@@ -47,6 +47,16 @@ configure or extend to create a custom solution.
## Quick Start
+The release train label (see below) is actually only used
+explicitly in one artifact: "spring-cloud-starter-parent" (all the
+others have normal "Spring" release labels tied to their parent
+project). The starter parent is the one you can use as a BOM for
+dependency management or as a parent POM (Maven only). Example using
+the latest version with the config client and eureka (change the
+artifact ids to pull in other starters):
+
+{% include download_widget.md %}
+
## Features
Spring Cloud focuses on providing good out of box experience for typical use cases and extensibility mechanism to cover others.
@@ -189,14 +199,6 @@ a critical mass, or if there is a critical bug in one of them that needs to be a
the release train will push out "service releases" with names ending ".SRX", where "X"
is a number.
-The release train label is actually only used
-explicitly in one artifact: "spring-cloud-starter-parent" (all the
-others have normal "Spring" release labels tied to their parent
-project). The starter parent is the one you can use as a BOM for
-dependency management or as a parent POM (Maven only). Example using
-the latest version with the config client and eureka (change the
-artifact ids to pull in other starters):
-
Release train contents:
|Component|Angel.SR3 | Brixton.BUILD-SNAPSHOT |