From 0006092a4ade33807cc489317c0c8df902984be5 Mon Sep 17 00:00:00 2001 From: Manthan Gupta Date: Sun, 28 Apr 2024 10:07:27 +0530 Subject: [PATCH] fix: broken link on app samples in go page Signed-off-by: Manthan Gupta --- src/master/samples/go.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/master/samples/go.md b/src/master/samples/go.md index e49aa7774..8f903bfc3 100644 --- a/src/master/samples/go.md +++ b/src/master/samples/go.md @@ -15,7 +15,7 @@ Although the applications are simple, they will provide fully functional samples The classical `Hello World` sample adapted to immudb. -This simple application is using the [official immudb go sdk](github.com/codenotary/immudb/pkg/client) to connect, store and retrieve key-value data from immudb server. +This simple application is using the [official immudb go sdk](https://pkg.go.dev/github.com/codenotary/immudb/pkg/client) to connect, store and retrieve key-value data from immudb server. The full source code of this sample can be found at [Hello Immutable World](https://github.com/codenotary/immudb-client-examples/tree/master/go/hello-immutable-world).