From 9eee78d1e3f03506849dd169599a5b6f3b35c239 Mon Sep 17 00:00:00 2001 From: Winky devv Date: Sun, 9 Mar 2025 20:53:34 +0100 Subject: [PATCH] Update link --- docs/reference/fname/api.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/reference/fname/api.md b/docs/reference/fname/api.md index c880b475..a7f8e582 100644 --- a/docs/reference/fname/api.md +++ b/docs/reference/fname/api.md @@ -10,7 +10,7 @@ to another fid. Unregistering an fname is a transfer from the user's fid to fid ::: warning Registering an fname Note, when registering a new fname, calling this api is not sufficient. This only reserves the name to your fid. You -must also submit a [UserDataAdd](/reference/hubble/datatypes/messages#_2-userdata) message to the hub +must also submit a [UserDataAdd](/docs/reference/hubble/datatypes/messages.md#_2-userdata) message to the hub to set this name as your username. :::