From bb4b2f60cd436cf94e18ecbe2c2f1fe4e831e237 Mon Sep 17 00:00:00 2001 From: Jono Wenger <jono@elixxir.io> Date: Tue, 13 Sep 2022 16:57:17 -0700 Subject: [PATCH] Update version docs --- wasm/version.go | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/wasm/version.go b/wasm/version.go index 141be70d..affd9d94 100644 --- a/wasm/version.go +++ b/wasm/version.go @@ -14,7 +14,7 @@ import ( "syscall/js" ) -// GetVersion returns the xxdk.SEMVER. +// GetVersion returns the [xxdk.SEMVER]. // // Returns: // - string @@ -22,7 +22,7 @@ func GetVersion(js.Value, []js.Value) interface{} { return bindings.GetVersion() } -// GetGitVersion returns the xxdk.GITVERSION. +// GetGitVersion returns the [xxdk.GITVERSION]. // // Returns: // - string @@ -30,7 +30,7 @@ func GetGitVersion(js.Value, []js.Value) interface{} { return bindings.GetGitVersion() } -// GetDependencies returns the xxdk.DEPENDENCIES. +// GetDependencies returns the [xxdk.DEPENDENCIES]. // // Returns: // - string -- GitLab