Skip to content

Commit

Permalink
Merge pull request #513 from codenotary/fix-broken-links
Browse files Browse the repository at this point in the history
Fix broken links to golang sdk
  • Loading branch information
ostafen authored Apr 29, 2024
2 parents a2a7834 + 7973e21 commit 8d39395
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/1.9DOM.0/samples/go.md
Original file line number Diff line number Diff line change
Expand Up @@ -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://github.com/codenotary/immudb/tree/v1.9DOM.0/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).

Expand Down
2 changes: 1 addition & 1 deletion src/1.9DOM.1/samples/go.md
Original file line number Diff line number Diff line change
Expand Up @@ -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://github.com/codenotary/immudb/tree/v1.9DOM.1/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).

Expand Down
2 changes: 1 addition & 1 deletion src/master/samples/go.md
Original file line number Diff line number Diff line change
Expand Up @@ -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://github.com/codenotary/immudb/tree/master/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).

Expand Down

0 comments on commit 8d39395

Please sign in to comment.