Skip to content

Commit 906c752

Browse files
Update CONTRIBUTING.md
1 parent 7bebebf commit 906c752

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ An HTTP client with a fluent interface using method chaining and reflection. By
100100

101101
This allows for the following mapping from a URL to a method chain:
102102

103-
`/api_client/{api_key_id}/version` maps to `client.api_client._(api_key_id).version.<method>()` where <method> is a [https://github.com/sendgrid/csharp-http-client/blob/master/CSharpHTTPClient/Client.cs#L71).
103+
`/api_client/{api_key_id}/version` maps to `client.api_client._(api_key_id).version.<method>()` where <method> is a supported [Method](https://github.com/sendgrid/csharp-http-client/blob/master/CSharpHTTPClient/Client.cs#L71).
104104

105105
<a name="testing"></a>
106106
## Testing

0 commit comments

Comments
 (0)