Fix path to `WoltLabSuite/Core/Api/Result` in RPC API doc
authorPeter Lohse <hanashi@hanashi.eu>
Sun, 18 Aug 2024 10:00:15 +0000 (12:00 +0200)
committerPeter Lohse <hanashi@hanashi.eu>
Sun, 18 Aug 2024 10:00:15 +0000 (12:00 +0200)
docs/javascript/components_rpc_api.md

index be18b971bc10ca9452768fbff353e9d16c38a5e9..d9cfaaf354d71f690321592c805b4f5f82d27a47 100644 (file)
@@ -15,7 +15,7 @@ A comprehensive implementation can be found in `WoltLabSuite/Core/Api/Comments/R
 
 ```ts
 import { prepareRequest } from "WoltLabSuite/Core/Ajax/Backend";
-import { ApiResult, apiResultFromError, apiResultFromValue } from "../Result";
+import { ApiResult, apiResultFromError, apiResultFromValue } from "WoltLabSuite/Core/Api/Result";
 
 type Response = {
   template: string;