Skip to content

Commit 8c4fe74

Browse files
authored
Make reference to integration tests relative.
By making the reference relative, it will also be relative to the branch that is selected.
1 parent 1942bcd commit 8c4fe74

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
@@ -21,7 +21,7 @@ var result = await httpClient.GetAsync("http://httpbin.org/status/200");
2121
testHandler.ShouldHaveMadeRequestsTo("https://httpbin.org/*");
2222
```
2323

24-
More examples can be found in the [IntegrationTests project](https://github.com/dnperfors/TestableHttpClient/tree/master/test/TestableHttpClient.IntegrationTests)
24+
More examples can be found in the [IntegrationTests project](test/TestableHttpClient.IntegrationTests)
2525

2626
## Contributing
2727

0 commit comments

Comments
 (0)