Skip to content

Commit 56f1ed7

Browse files
authored
Update README.md
1 parent 19ea4cb commit 56f1ed7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tokens/dollartohousetoken/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ This CorDapp servers a basic example to create, issue and perform a DvP (Deliver
1111
There are three flows that we'll promarily use in this example that you'll be building off of.
1212

1313

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).
1515

1616
We'll then create and issue a house token using [HouseTokenCreateAndIssueFlow](./workflows/src/main/java/net/corda/examples/dollartohousetoken/flows/HouseTokenCreateAndIssueFlow.java#L49-L85).
1717

0 commit comments

Comments
 (0)