Skip to content

Commit a7598db

Browse files
committed
Use imagesdir to set images folder
1 parent 9bd39f5 commit a7598db

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

docs/operators.adoc

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
ifndef::imagesdir[:imagesdir: ./images]
2+
13
= Trento Agent Operators
24

35
An `+operator+` is a unit of code that can perform write operations on target machines.
@@ -7,7 +9,7 @@ case of failure.
79

810
== Operator
911

10-
image::./images/flow_chart.png[flowchart]
12+
image::flow_chart.png[flowchart]
1113

1214
An operator is a unit of code that can perform write operations on
1315
target machines. +

0 commit comments

Comments
 (0)