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
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,9 +13,9 @@ There are three flows that we'll promarily use in this example that you'll be bu
13
13
14
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).
15
15
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).
17
17
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).
0 commit comments