Skip to content

Commit a09055b

Browse files
authored
Update README.md
1 parent 9c73091 commit a09055b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Basic/flow-http-access/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Be aware that support of HTTP requests in flows is currently limited:
2020
Be careful when making HTTP calls in flows; they have to be blocking.
2121
In addition, if the flow fails and is restarted, the HTTP request will be replayed as-is.
2222

23-
You'll find our HTTP request example within [HTTPCallFlow.java](./workflows-java/src/main/java/net/corda/samples/flowhttp/HttpCallFlow.java#L27-L43)
23+
You'll find our HTTP request example within HTTPCallFlow.java
2424

2525
It works mostly as you'd expect, using a request builder to make a request at a client and use the result.
2626

0 commit comments

Comments
 (0)