Repository: brooklyn-docs
Updated Branches:
  refs/heads/master 3dfa639ca -> ea07b78d6


Corrections to Getting Started & Vagrant URL


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

Branch: refs/heads/master
Commit: cd5628b37abc19b8ba23bc520102a424c8c2e9a6
Parents: 1ff8161
Author: Duncan Godwin <duncan.god...@cloudsoftcorp.com>
Authored: Wed Feb 3 11:41:08 2016 +0000
Committer: Duncan Godwin <duncan.god...@cloudsoftcorp.com>
Committed: Wed Feb 3 11:41:08 2016 +0000

----------------------------------------------------------------------
 _includes/base-head.html | 8 +++++---
 guide/start/running.md   | 8 ++++----
 2 files changed, 9 insertions(+), 7 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/brooklyn-docs/blob/cd5628b3/_includes/base-head.html
----------------------------------------------------------------------
diff --git a/_includes/base-head.html b/_includes/base-head.html
index 3f79d02..18c2c6f 100644
--- a/_includes/base-head.html
+++ b/_includes/base-head.html
@@ -7,17 +7,18 @@
 <link href="{% dependency_url bootstrap.css %}" rel="stylesheet">
 <link href="{{site.path.style}}/deps/octicons/octicons.css" rel="stylesheet">
 <link href="{{site.path.style}}/deps/bootstrap-theme.css" rel="stylesheet">
-<link href="{{site.path.style}}/deps/tooltip.css" rel="stylesheet">
 
 <link rel="stylesheet" href="{{ site.path.style }}/css/code.css" 
type="text/css" media="screen" />
 
 <link href="{{site.path.style}}/css/website.css" rel="stylesheet">
 
 <script src="{% dependency_url jquery.js %}"></script>
-<script src="{{ site.path.style }}/deps/glossarizer.js"></script>
 <script src="{% dependency_url bootstrap.js %}"></script>
-<script src="{{ site.path.style }}/deps/tooltip.js"></script>
 <script type="text/javascript" src="{{ site.path.style 
}}/deps/jquery.cookie.js"></script>
+{% if page.url contains "/start/" %}
+<link href="{{site.path.style}}/deps/tooltip.css" rel="stylesheet">
+<script type="text/javascript" src="{{ site.path.style 
}}/deps/glossarizer.js"></script>
+<script type="text/javascript" src="{{ site.path.style 
}}/deps/tooltip.js"></script>
 <script>
 $(function(){
   $('body').glossarizer({
@@ -28,3 +29,4 @@ $(function(){
   });
 });
 </script>
+{% endif %}

http://git-wip-us.apache.org/repos/asf/brooklyn-docs/blob/cd5628b3/guide/start/running.md
----------------------------------------------------------------------
diff --git a/guide/start/running.md b/guide/start/running.md
index 5da792c..636887b 100644
--- a/guide/start/running.md
+++ b/guide/start/running.md
@@ -31,13 +31,13 @@ Firstly, download and install:
  * [Vagrant](http://www.vagrantup.com/downloads){:target="_blank"}
  * [Oracle 
VirtualBox](https://www.virtualbox.org/wiki/Downloads){:target="_blank"}
  
-Then download the default Apache Brooklyn vagrant configuration from 
[here](https://github.com/johnmccabe/vagrant-brooklyn-getting-started/archive/master.tar.gz){:target="_blank"}.
 This configuration contains everything you need to get started using Apache 
Brooklyn.
+Then download the default Apache Brooklyn vagrant configuration from 
[here](https://www.apache.org/dyn/closer.lua?action=download&filename=brooklyn/apache-brooklyn-{{site.brooklyn-version}}/apache-brooklyn-{{site.brooklyn-version}}-vagrant.tar.gz){:target="_blank"}.
 This configuration contains everything you need to get started using Apache 
Brooklyn.
 
-Extract the `tar.gz` archive and navigate into the expanded 
`vagrant-brooklyn-getting-started-master` folder
+Extract the `tar.gz` archive and navigate into the expanded 
`apache-brooklyn-{{site.brooklyn-version}}-vagrant` folder
 
 {% highlight bash %}
-$ tar xvf master.tar.gz
-$ cd vagrant-brooklyn-getting-started-master
+$ tar xvf apache-brooklyn-{{site.brooklyn-version}}-vagrant.tar.gz
+$ cd apache-brooklyn-{{site.brooklyn-version}}-vagrant
 {% endhighlight %}
 
 

Reply via email to