mirror of
https://github.com/LemmyNet/lemmy-js-client.git
synced 2024-11-22 04:11:11 +00:00
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:
parent
b356f750e1
commit
2d7a921454
1 changed files with 2 additions and 2 deletions
|
@ -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';
|
||||
|
|
Loading…
Reference in a new issue