Skip to content

Commit e913889

Browse files
author
Johanna Hemminger
committed
Fix link
1 parent f246579 commit e913889

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

content/en/docs/refguide/modeling/integration/rest-binary.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ To do so, do the following:
143143
144144
1. Complete the two steps in the [Retrieve Files with REST](#retrieve-files) section.
145145
2. Download the [Image](/appstore/widgets/image/) widget from the Mendix Marketplace and import it into your app.
146-
3. In the [Toolbox](/refguide/view-menu/#toolbox/), click **Widgets** and search for "Image".
146+
3. In the [Toolbox](/refguide/view-menu/#toolbox), click **Widgets** and search for "Image".
147147
4. Drag the **Image** widget onto a page.
148148
5. Double-click the widget you dragged onto your page to open the **Properties**.
149149
6. In the **Data source** field, select the **Image URL** for **Image type**.
@@ -171,7 +171,7 @@ To do so, do the following:
171171

172172
You can call a REST service in a microflow, then store the binary response in an entity.
173173

174-
Retriving files in a microflow uses the [Call REST service](/refguide/integration/call-rest-action/) action. For step-by-step instructions for calling a REST service in a microflow, see [Consume a REST Service](/howto/integration/consume-a-rest-service/).
174+
Retriving files in a microflow uses the [Call REST service](/refguide/call-rest-action/) action. For step-by-step instructions for calling a REST service in a microflow, see [Consume a REST Service](/howto/integration/consume-a-rest-service/).
175175

176176
To retrieve files using a microflow, do the following:
177177

0 commit comments

Comments
 (0)