Skip to content

Commit 19ea4cb

Browse files
authored
Update README.md
1 parent 41889d3 commit 19ea4cb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Tokens/dollartohousetoken/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@ There are three flows that we'll promarily use in this example that you'll be bu
1313

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

16-
We'll then create and issue a house token using [HouseTokenCreateAndIssueFlow](https://github.com/corda/samples-java/blob/master/token-cordapps/dollartohousetoken/workflows/src/main/java/net/corda/examples/dollartohousetoken/flows/HouseTokenCreateAndIssueFlow.java#L49-L85).
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).
1717

18-
We'll then initiate the sale of the house through [HouseSaleInitiatorFlow](https://github.com/corda/samples-java/blob/master/token-cordapps/dollartohousetoken/workflows/src/main/java/net/corda/examples/dollartohousetoken/flows/HouseSaleInitiatorFlow.java#L38-L81).
18+
We'll then initiate the sale of the house through [HouseSaleInitiatorFlow](./workflows/src/main/java/net/corda/examples/dollartohousetoken/flows/HouseSaleInitiatorFlow.java#L38-L81).
1919

2020

2121

0 commit comments

Comments
 (0)