diff --git a/docs/training/example-2.adoc b/docs/training/example-2.adoc index db45a05..05cf32e 100644 --- a/docs/training/example-2.adoc +++ b/docs/training/example-2.adoc @@ -1,5 +1,5 @@ == Example 2: Running Shell Commands -:imagesdir: ./images +:imagesdir: ../training/images For this example, we are going to explore kicking off Shell Commands from Beer Garden plugins. To accomplish diff --git a/docs/training/example-3.adoc b/docs/training/example-3.adoc index 0f91cb3..6b5d324 100644 --- a/docs/training/example-3.adoc +++ b/docs/training/example-3.adoc @@ -1,5 +1,5 @@ == Example 3: Web Scraping -:imagesdir: ./images +:imagesdir: ../training/images For this example we are going to explore Web Scraping. There are many different ways to accomplish diff --git a/docs/training/example-4.adoc b/docs/training/example-4.adoc index 0f27620..5b26528 100644 --- a/docs/training/example-4.adoc +++ b/docs/training/example-4.adoc @@ -1,5 +1,5 @@ == Example 4: Connecting to External Data sets -:imagesdir: ./images +:imagesdir: ../training/images :uri-doc-repo: {git_group_uri}/beer-garden.io For this example we are going to explore connecting to external API's. There are many different ways to accomplish diff --git a/docs/training/example-5.adoc b/docs/training/example-5.adoc index 88790b2..24424d3 100644 --- a/docs/training/example-5.adoc +++ b/docs/training/example-5.adoc @@ -1,5 +1,5 @@ == Example 5: User Forms and Advanced Features -:imagesdir: ./images +:imagesdir: ../training/images We have covered the basics of how to create Beer Garden Plugins with a variety of input and output types. This example will merge these concepts together while creating more complex user forms. diff --git a/docs/training/training-101.adoc b/docs/training/training-101.adoc index 8d425e8..b076f2f 100644 --- a/docs/training/training-101.adoc +++ b/docs/training/training-101.adoc @@ -3,7 +3,7 @@ :page-layout: docs :guide_dir: ../plugins/python :uri-install-guides: ../../installation-guides/ -:imagesdir: ./images +:imagesdir: ../training/images This course is designed to take a developer who is familiar with Python and bring them up to speed on how to create and execute a Plugin on Beer Garden.