Skip to content

Commit

Permalink
Merge pull request #99 from beer-garden/FixedImagePath
Browse files Browse the repository at this point in the history
Fixed image path for training
  • Loading branch information
TheBurchLog authored Dec 15, 2023
2 parents fa6d72f + d3c6a56 commit 4d6018d
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion docs/training/example-2.adoc
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion docs/training/example-3.adoc
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion docs/training/example-4.adoc
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion docs/training/example-5.adoc
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion docs/training/training-101.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion docs/training/ui-orientation.adoc
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
:imagesdir: ./images
:imagesdir: ../training/images

== UI Orientation

Expand Down

0 comments on commit 4d6018d

Please sign in to comment.