From 44a3c7350e7954961b5e1485ddb04f247d97b265 Mon Sep 17 00:00:00 2001 From: banasa44 Date: Tue, 22 Jul 2025 17:28:54 +0200 Subject: [PATCH] chore(docs): small fixes --- docs/tutorials/go/build-apps/get-started.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/tutorials/go/build-apps/get-started.md b/docs/tutorials/go/build-apps/get-started.md index 3c956b0bc8..96881c298e 100644 --- a/docs/tutorials/go/build-apps/get-started.md +++ b/docs/tutorials/go/build-apps/get-started.md @@ -165,7 +165,7 @@ You can use either the Client's `request()` method to access the XRP Ledger's [W {% code-snippet file="/_code-samples/get-tx/go/main.go" from="// Get the latest validated ledger" language="go" /%} -Or use the [`websocket` or `rpc` packages] getter methods: +Or use the [`websocket` or `rpc` packages](https://pkg.go.dev/github.com/Peersyst/xrpl-go@v0.1.12/xrpl/websocket#Client.GetAccountChannels) getter methods: {% code-snippet file="/_code-samples/get-started/go/get-acc-info/ws/main.go" from="// Get info from" before="// Get info about" language="go" /%}