Skip to content

Commit 67cb1b4

Browse files
authored
Update httpclient-factory.md (#44942)
Fix link to Refit library
1 parent 671d3b5 commit 67cb1b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/core/extensions/httpclient-factory.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ The typed client is registered as transient with DI. In the preceding code, `Add
129129
130130
### Generated clients
131131

132-
`IHttpClientFactory` can be used in combination with third-party libraries such as [Refit](https://github.com/paulcbetts/refit). Refit is a REST library for .NET. It allows for declarative REST API definitions, mapping interface methods to endpoints. An implementation of the interface is generated dynamically by the `RestService`, using `HttpClient` to make the external HTTP calls.
132+
`IHttpClientFactory` can be used in combination with third-party libraries such as [Refit](https://www.nuget.org/packages/Refit/). Refit is a REST library for .NET. It allows for declarative REST API definitions, mapping interface methods to endpoints. An implementation of the interface is generated dynamically by the `RestService`, using `HttpClient` to make the external HTTP calls.
133133

134134
Consider the following `record` type:
135135

0 commit comments

Comments
 (0)