Fixed classname in walkthrough docs
Project: http://git-wip-us.apache.org/repos/asf/brooklyn-docs/repo Commit: http://git-wip-us.apache.org/repos/asf/brooklyn-docs/commit/a7afcd36 Tree: http://git-wip-us.apache.org/repos/asf/brooklyn-docs/tree/a7afcd36 Diff: http://git-wip-us.apache.org/repos/asf/brooklyn-docs/diff/a7afcd36 Branch: refs/heads/0.6.0 Commit: a7afcd36e82673af5538f0186c747162876df729 Parents: ca7ff89 Author: Martin Harris <[email protected]> Authored: Mon Nov 18 11:36:58 2013 +0000 Committer: Martin Harris <[email protected]> Committed: Mon Nov 18 11:36:58 2013 +0000 ---------------------------------------------------------------------- docs/start/walkthrough/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/brooklyn-docs/blob/a7afcd36/docs/start/walkthrough/index.md ---------------------------------------------------------------------- diff --git a/docs/start/walkthrough/index.md b/docs/start/walkthrough/index.md index 677762d..de85dee 100644 --- a/docs/start/walkthrough/index.md +++ b/docs/start/walkthrough/index.md @@ -94,7 +94,7 @@ $ mvn clean assembly:assembly $ cd target/brooklyn-sample-0.1.0-SNAPSHOT-dist/brooklyn-sample-0.1.0-SNAPSHOT/ $ ./start.sh application \ - --class com.acme.sample.brooklyn.ClusterWebServerDatabaseSample \ + --class com.acme.sample.brooklyn.sample.app.ClusterWebServerDatabaseSample \ --location jclouds:aws-ec2:eu-west-1 {% endhighlight %}
