From 719617bd9e02c18aebf35f92119f266e10ac07cc Mon Sep 17 00:00:00 2001 From: Nutomic Date: Mon, 3 Feb 2025 19:53:47 +0000 Subject: [PATCH] Fix docs link (fixes #476) (#477) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 910ec31..e35b817 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ A javascript / typescript http client and type system for [Lemmy](https://github ### HTTP Client -[LemmyHttp docs](https://join-lemmy.org/api/classes/LemmyHttp.html) +[LemmyHttp docs](https://join-lemmy.org/docs/contributors/04-api.html) ```ts import { LemmyHttp, Login } from "lemmy-js-client";