Repository: brooklyn-docs Updated Branches: refs/heads/master ff4479d19 -> c600163fb
Updated paths for usage-examples Project: http://git-wip-us.apache.org/repos/asf/brooklyn-docs/repo Commit: http://git-wip-us.apache.org/repos/asf/brooklyn-docs/commit/73a253d5 Tree: http://git-wip-us.apache.org/repos/asf/brooklyn-docs/tree/73a253d5 Diff: http://git-wip-us.apache.org/repos/asf/brooklyn-docs/diff/73a253d5 Branch: refs/heads/master Commit: 73a253d580191a169e9def3fb4380c0aa7dc2adb Parents: ff4479d Author: Duncan Godwin <[email protected]> Authored: Mon Jul 4 16:43:29 2016 +0100 Committer: Duncan Godwin <[email protected]> Committed: Mon Jul 4 16:43:29 2016 +0100 ---------------------------------------------------------------------- guide/yaml/test/usage-examples.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/brooklyn-docs/blob/73a253d5/guide/yaml/test/usage-examples.md ---------------------------------------------------------------------- diff --git a/guide/yaml/test/usage-examples.md b/guide/yaml/test/usage-examples.md index 086d1fb..08d88e3 100644 --- a/guide/yaml/test/usage-examples.md +++ b/guide/yaml/test/usage-examples.md @@ -7,10 +7,10 @@ layout: website-normal {% include fields.md %} ## Introduction -This section describes some simple tests based on the [Getting Started](../../start/blueprints.html#launching-from-a-blueprint) example blueprint: +This section describes some simple tests based on the [Getting Started]({{ site.path.guide }}/start/blueprints.html#launching-from-a-blueprint) example blueprint: {% highlight yaml %} -{% readj ../../start/_my-web-cluster.yaml %} +{% readj /guide/start/_my-web-cluster.yaml %} {% endhighlight %} The following sections contain yaml snippets that be appended to the list of services in the blueprint above, a complete blueprint is also provided [below](#full-example). @@ -53,6 +53,6 @@ This `TestEffector` example demonstrates the use of the `TestCase` and `TestSens ### Full Example A sample blueprint containing all the tests described above is available [here](./example_yaml/testcases/getting-started-test-example.yaml). -This blueprint will deploy the [Getting Started](../../start/blueprints.html#launching-from-a-blueprint) application and run all of the test entities, which if successful should appear in the web console as follows. +This blueprint will deploy the [Getting Started]({{ site.path.guide }}/start/blueprints.html#launching-from-a-blueprint) application and run all of the test entities, which if successful should appear in the web console as follows. [](images/getting-started-blueprint-test-large.png)
