diff --git a/wasm/version.go b/wasm/version.go
index 141be70df02118c3cfe924879ebd5199ed2133d5..affd9d9419d4b861595cd70dfb98bde243b4c46c 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