Skip to content

Commit 29ce01a

Browse files
authored
Merge pull request #793 from finos/fix-use-case-images
Fixing image links in use-case docs
2 parents ac92ca2 + 85169d4 commit 29ce01a

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

docs/use-cases/004-client-side-fx-trader.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ layout: use_case
1515
1. The FX Trader clicks button to book a trade in the third-party trading app (e.g. Autobahn FX)
1616
1. The trading app executes an interop action to the client in-house proprietary credit check application to check the trader's credit limit. If this check indicates the limit has been reached, the trading app presents a rejection dialog as a standard error dialog box with an informational message which may be a standard message (e.g. "Credit Limit Reached") or may include an interop link/action (provided by the credit check application) to resolve the limit breach.
1717

18-
![Use Case 4 Workflow](../assets/uc4.png)
18+
![Use Case 4 Workflow](/docs/assets/uc4.png)
1919

2020
## Required Features
2121

docs/use-cases/017-fine-tuning-interop-with-channels.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ In vendor application 1, the user maintains a personal watchlist. When selecting
2525
## Workflow 3
2626
In vendor application 2, the user have a tool for ad-hoc company look ups. When selecting a company there, the user wants a chart and a news component in vendor application 1 to update (not the ones from WF 1), a detailed company report in vendor application 2 and a separate trading screen in vendor application 4 (not the one in WF2).
2727

28-
![Use Case 17 Workflow](../assets/uc17.png)
28+
![Use Case 17 Workflow](/docs/assets/uc17.png)
2929

3030
## Interoperability Points
3131
- API

0 commit comments

Comments
 (0)