lemmy-js-client 0.20.0-search-combined.1 → 0.20.0-show-mod-reports.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -19,7 +19,7 @@ A javascript / typescript http client and type system for [Lemmy](https://github
19
19
 
20
20
  ### HTTP Client
21
21
 
22
- [LemmyHttp docs](https://join-lemmy.org/api/classes/LemmyHttp.html)
22
+ [LemmyHttp docs](https://join-lemmy.org/docs/contributors/04-api.html)
23
23
 
24
24
  ```ts
25
25
  import { LemmyHttp, Login } from "lemmy-js-client";