Fix docs link (fixes #476) (#477)

This commit is contained in:
Nutomic 2025-02-03 19:53:47 +00:00 committed by GitHub
parent ad9f402e06
commit 719617bd9e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -19,7 +19,7 @@ A javascript / typescript http client and type system for [Lemmy](https://github
### HTTP Client ### HTTP Client
[LemmyHttp docs](https://join-lemmy.org/api/classes/LemmyHttp.html) [LemmyHttp docs](https://join-lemmy.org/docs/contributors/04-api.html)
```ts ```ts
import { LemmyHttp, Login } from "lemmy-js-client"; import { LemmyHttp, Login } from "lemmy-js-client";