Skip to content

Commit fa5bd49

Browse files
committed
Fix README.md link
1 parent 34b9362 commit fa5bd49

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ builder.Services.AddFlows(c => c
124124
```
125125

126126
### RPC Flows
127-
Finally, implement your flow ([source code](https://github.com/stidsborg/Cleipnir.Flows.Sample/blob/main/Flows/Ordering/Rpc/OrderFlow.cs)):
127+
Finally, implement your flow ([source code](https://github.com/stidsborg/Cleipnir.Flows.Sample/blob/main/Source/Flows/Ordering/Rpc/OrderFlow.cs)):
128128
```csharp
129129
[GenerateFlows]
130130
public class OrderFlow(

0 commit comments

Comments
 (0)