You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Tokens/dollartohousetoken/README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,7 +11,7 @@ This CorDapp servers a basic example to create, issue and perform a DvP (Deliver
11
11
There are three flows that we'll promarily use in this example that you'll be building off of.
12
12
13
13
14
-
We'll start with running [FiatCurrencyIssueFlow](https://github.com/corda/samples-java/blob/master/token-cordapps/dollartohousetoken/workflows/src/main/java/net/corda/examples/dollartohousetoken/flows/FiatCurrencyIssueFlow.java#L37-L49).
14
+
We'll start with running [FiatCurrencyIssueFlow](./workflows/src/main/java/net/corda/examples/dollartohousetoken/flows/FiatCurrencyIssueFlow.java#L37-L49).
15
15
16
16
We'll then create and issue a house token using [HouseTokenCreateAndIssueFlow](./workflows/src/main/java/net/corda/examples/dollartohousetoken/flows/HouseTokenCreateAndIssueFlow.java#L49-L85).
0 commit comments