Skip to content

Commit 28f03b0

Browse files
authored
Update README.md
1 parent 1036757 commit 28f03b0

File tree

1 file changed

+3
-3
lines changed
  • Features/queryablestate-carinsurance

1 file changed

+3
-3
lines changed

Features/queryablestate-carinsurance/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,10 @@ Server.
2525

2626
There are two flow in this cordapp:
2727

28-
1. [IssueInsuranceInitiator](https://github.com/corda/samples-java/blob/master/feature-specific-cordapps/queryablestate-carinsurance/workflows/src/main/java/net/corda/examples/carinsurance/flows/IssueInsuranceFlow.java#L39-L67): It creates the insurance state with the associated vehicle
28+
1. [IssueInsuranceInitiator](./workflows/src/main/java/net/corda/examples/carinsurance/flows/IssueInsuranceFlow.java#L39-L67): It creates the insurance state with the associated vehicle
2929
information.
3030

31-
2. [InsuranceClaimInitiator](https://github.com/corda/samples-java/blob/master/feature-specific-cordapps/queryablestate-carinsurance/workflows/src/main/java/net/corda/examples/carinsurance/flows/InsuranceClaimFlow.java#L34-L57): It creates the claims against the insurance.
31+
2. [InsuranceClaimInitiator](./workflows/src/main/java/net/corda/examples/carinsurance/flows/InsuranceClaimFlow.java#L34-L57): It creates the claims against the insurance.
3232

3333

3434
## Usage
@@ -54,7 +54,7 @@ from the link: https://www.getpostman.com/collections/ddc01c13b8ab4b5e853b.
5454
Use the option Import > Import from Link option in Postman to import the collection.
5555

5656
<p align="center">
57-
<img src="https://raw.githubusercontent.com/corda/samples/queryable-state/carinsurance-QueryableState/clients/src/main/resources/static/Postman_screenshot.png" alt="Postman Import Collection" width="400">
57+
<img src="./clients/src/main/resources/static/Postman_screenshot.png" alt="Postman Import Collection" width="400">
5858
</p>
5959

6060

0 commit comments

Comments
 (0)