Skip to content

Commit 9d8939e

Browse files
authored
docs: fixed the contrib url on the readme
Signed-off-by: Michael Beemer <[email protected]>
1 parent 6516866 commit 9d8939e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@ FeatureClient clientNamed = Api.Instance.GetClient("clientForCache");
196196
### Develop a provider
197197

198198
To develop a provider, you need to create a new project and include the OpenFeature SDK as a dependency.
199-
This can be a new repository or included in [the existing contrib repository](https://github.com/open-feature/dotnet-sdk) available under the OpenFeature organization.
199+
This can be a new repository or included in [the existing contrib repository](https://github.com/open-feature/dotnet-sdk-contrib) available under the OpenFeature organization.
200200
You’ll then need to write the provider by implementing the `FeatureProvider` interface exported by the OpenFeature SDK.
201201

202202
```csharp
@@ -237,7 +237,7 @@ public class MyProvider : FeatureProvider
237237
### Develop a hook
238238

239239
To develop a hook, you need to create a new project and include the OpenFeature SDK as a dependency.
240-
This can be a new repository or included in [the existing contrib repository](https://github.com/open-feature/dotnet-sdk) available under the OpenFeature organization.
240+
This can be a new repository or included in [the existing contrib repository](https://github.com/open-feature/dotnet-sdk-contrib) available under the OpenFeature organization.
241241
Implement your own hook by conforming to the `Hook interface`.
242242
To satisfy the interface, all methods (`Before`/`After`/`Finally`/`Error`) need to be defined.
243243

0 commit comments

Comments
 (0)