You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@brooklyn.apache.org by al...@apache.org on 2016/07/19 11:14:57 UTC

[2/3] brooklyn-docs git commit: tweak to wording of Getting Started guide

tweak to wording of Getting Started guide


Project: http://git-wip-us.apache.org/repos/asf/brooklyn-docs/repo
Commit: http://git-wip-us.apache.org/repos/asf/brooklyn-docs/commit/64edb800
Tree: http://git-wip-us.apache.org/repos/asf/brooklyn-docs/tree/64edb800
Diff: http://git-wip-us.apache.org/repos/asf/brooklyn-docs/diff/64edb800

Branch: refs/heads/master
Commit: 64edb8000ec51f7ffffab4a2848872d047eff0c2
Parents: 670e689
Author: Murdo Aird <mu...@gmail.com>
Authored: Thu Jul 14 21:04:05 2016 +0100
Committer: Aled Sage <al...@gmail.com>
Committed: Tue Jul 19 12:09:11 2016 +0100

----------------------------------------------------------------------
 guide/start/running.md | 2 --
 1 file changed, 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/brooklyn-docs/blob/64edb800/guide/start/running.md
----------------------------------------------------------------------
diff --git a/guide/start/running.md b/guide/start/running.md
index 3db08de..12758c8 100644
--- a/guide/start/running.md
+++ b/guide/start/running.md
@@ -7,8 +7,6 @@ menu_parent: index.md
 
 This guide will walk you through deploying an example 3-tier web application to a public cloud, and demonstrate the autoscaling capabilities of the Brooklyn platform.
 
-An overview of core [Brooklyn concepts](./concept-quickstart.html) is available for reference.
-
 Two methods of deployment are detailed in this tutorial, using virtualisation with Vagrant and an install in your own environment (such as your local machine or in your private/public cloud). 
 
 The latter assumes that you have a [Java Runtime Environment (JRE)](https://www.java.com){:target="_blank"} installed (version 7 or later), as Brooklyn is Java under the covers.