Skip to content

Commit 6ecbf48

Browse files
committed
Fix links to documentation
1 parent c9730f8 commit 6ecbf48

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ response = dispatch('{"jsonrpc": "2.0", "method": "ping", "id": 1}')
3535
# => '{"jsonrpc": "2.0", "result": "pong", "id": 1}'
3636
```
3737

38-
Full documentation is at [jsonrpcserver.com](https://www.jsonrpcserver.com/).
38+
Full documentation is at [explodinglabs.com](https://www.explodinglabs.com/jsonrpcserver/).
3939

4040
## 📖 See Also
4141

docs/CNAME

Lines changed: 0 additions & 1 deletion
This file was deleted.

docs/faq.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ since there's no http body, use status code 204 - no content.
2626
Use `@method(name="new_name")`.
2727

2828
Or use the dispatch function's [methods
29-
parameter](https://www.jsonrpcserver.com/en/latest/dispatch.html#methods).
29+
parameter](https://www.explodinglabs.com/jsonrpcserver/dispatch/#methods).
3030

3131
## How to get the response in other forms?
3232

0 commit comments

Comments
 (0)