Skip to content

Commit b58414a

Browse files
authored
Update CustomizingNetworkingBackend.md
Broken link fixed
1 parent a9b6828 commit b58414a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Documentation/CustomizingNetworkingBackend.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
APIKit uses `URLSession` as networking backend by default. Since `Session` has abstraction layer of backend called `SessionAdapter`, you can change the backend of `Session` like below:
44

55
- Third party HTTP client like [Alamofire](https://github.com/Alamofire/Alamofire)
6-
- Mock backend like [`TestSessionAdapter`](../Tests/APIKit/TestComponents/TestSessionAdapter.swift)
6+
- Mock backend like [`TestSessionAdapter`](../Tests/APIKitTests/TestComponents/TestSessionAdapter.swift)
77
- `URLSession` with custom configuration and delegate
88

99
Demo implementation of Alamofire adapter is available [here](https://github.com/ishkawa/APIKit-AlamofireAdapter).

0 commit comments

Comments
 (0)