Skip to content

Commit b9df970

Browse files
committed
Fix kuber-client link in docs
1 parent 9b9380a commit b9df970

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

docs/docs/hydra-js-client/getting-started.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,13 +71,15 @@ For a quick setup, you can use the provided `docker-compose.yml` to run `kuber-h
7171

7272
## **3. Kuber Client**
7373

74-
Example repository: [kuber-client-example](https://github.com/cardanoapi/kuber-client-example)
74+
Example repository: [kuber-client-example](https://github.com/sireto/kuber-client-js/tree/master/hydra-example)
75+
76+
Test file: [hydra.test.ts](https://github.com/sireto/kuber-client-js/blob/master/__tests__/hydra.test.ts)
7577

7678
### Hydra Service Initialization
7779

7880
Assuming that the hydra node is running and kuber-hdra server is started on localhost:8081, we can pass the host url to this class constructor to create the service:
7981

8082
```ts
81-
import { KuberHydraService } from "kuber-client/service/kuberHydraService";
83+
import { KuberHydraService } from "kuber-client";
8284
8385
const hydraService = new KuberHydraService("http://localhost:8081");

0 commit comments

Comments
 (0)