diff --git a/graflow_examples/flows/testFlow1.1.json b/graflow_examples/flows/testFlow1.1.json index 6402f35..aed02c3 100644 --- a/graflow_examples/flows/testFlow1.1.json +++ b/graflow_examples/flows/testFlow1.1.json @@ -8,7 +8,7 @@ }, { "nodeType": "inc", "subflow": { - "url": "/buildoz/graflow_examples/flows/testFlowEic.json", + "url": "./flows/testFlowEic.json", "portLinks": [ { "refNodeType": "refnodein", "refnodePort": "out1", "parentPort": "in1", diff --git a/graflow_examples/flows/testFlowEic.json b/graflow_examples/flows/testFlowEic.json index 67ee07a..4b680e1 100644 --- a/graflow_examples/flows/testFlowEic.json +++ b/graflow_examples/flows/testFlowEic.json @@ -29,7 +29,7 @@ }, "data": { "a": "a3", "b":"b3"}, "subflow": { - "url": "/buildoz/graflow_examples/flows/testFlowICMP.json", + "url": "./flows/testFlowICMP.json", "portLinks": [ { "refNodeType": "refnodein", "refnodePort": "out1", "parentPort": "in1",