diff --git a/docs/modules/clients/pages/dotnet.adoc b/docs/modules/clients/pages/dotnet.adoc index d643e3cd..1d86d0f2 100644 --- a/docs/modules/clients/pages/dotnet.adoc +++ b/docs/modules/clients/pages/dotnet.adoc @@ -5,7 +5,7 @@ You can use the native .NET client to connect to Hazelcast client members. You need to add `HazelcastClient3x.dll` into your .NET project references. The API is very similar to the Java native client. -See Hazelcast .NET client's GitHub http://hazelcast.github.io/hazelcast-csharp-client/doc-index.html[documentation^] +See Hazelcast .NET client's GitHub https://hazelcast.github.io/hazelcast-csharp-client/latest/doc/index.html[documentation^] for more information on configuring, starting, and using the client. You can also find https://github.com/hazelcast/hazelcast-csharp-client/tree/master/src/Hazelcast.Net.Examples[code samples^] for the client in this repo.