Skip to content

Commit 9a141e3

Browse files
authored
engine: Rename .NET client repo (#887)
1 parent a0e0e76 commit 9a141e3

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Please make sure to follow the [contribution guidelines](CONTRIBUTING.md). It co
1717
## Samples
1818

1919
KurrentDB clients:
20-
- C# - [see more](https://github.com/kurrent-io/EventStore-Client-Dotnet/tree/master/samples)
20+
- C# - [see more](https://github.com/kurrent-io/KurrentDB-Client-Dotnet/tree/master/samples)
2121
- NodeJS - [see more](https://github.com/kurrent-io/KurrentDB-Client-NodeJS/tree/master/packages/test/src/samples)
2222
- Java - [see more](https://github.com/kurrent-io/KurrentDB-Client-Java/tree/trunk/src/test/java/io/kurrent/dbclient/samples)
2323
- Rust - [see more](https://github.com/kurrent-io/KurrentDB-Client-Rust/tree/master/examples)

docs/clients/grpc/observability.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ You can click on the links below to view the full code for each client:
1818

1919
- [NodeJS](https://github.com/kurrent-io/KurrentDB-Client-NodeJS/blob/master/packages/test/src/samples/opentelemetry.ts)
2020
- [Java](https://github.com/kurrent-io/KurrentDBDB-Client-Java/blob/trunk/src/test/java/io/kurrent/dbclient/samples/opentelemetry/Instrumentation.java)
21-
- [C#](https://github.com/kurrent-io/EventStore-Client-Dotnet/blob/master/samples/diagnostics/Program.cs)
21+
- [C#](https://github.com/kurrent-io/KurrentDB-Client-Dotnet/blob/master/samples/diagnostics/Program.cs)
2222

2323
## Required packages
2424

import/repos.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@
102102
"group": ".NET SDK",
103103
"basePath": "clients/dotnet",
104104
"samplesRelativePath": ["samples"],
105-
"repo": "https://github.com/kurrent-io/EventStore-Client-Dotnet",
105+
"repo": "https://github.com/kurrent-io/KurrentDB-Client-Dotnet",
106106
"branches": [
107107
{
108108
"version": "1.0.0",

0 commit comments

Comments
 (0)