Fixed links to Documentation (#84)

The links did not work directy out of the repository on GitHub. Fixed this by adding the full path inclusive domain.
This commit is contained in:
Hauke B 2022-11-21 21:49:53 +01:00 committed by GitHub
parent b356f750e1
commit 2d7a921454
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -18,7 +18,7 @@ A javascript / typescript http and websocket client and type system for [Lemmy](
### Websocket Client
[LemmyWebsocket docs](classes/LemmyWebsocket.html)
[LemmyWebsocket docs](https://join-lemmy.org/api/classes/LemmyWebsocket.html)
```ts
import { Login, LemmyWebsocket } from 'lemmy-js-client';
@ -35,7 +35,7 @@ this.ws.send(client.login(form));
### HTTP Client
[LemmyHttp docs](classes/LemmyHttp.html)
[LemmyHttp docs](https://join-lemmy.org/api/classes/LemmyHttp.html)
```ts
import { LemmyHttp } from 'lemmy-js-client';