From c3dd0d4e98d51c20b76c040a709be33e00c0ec2d Mon Sep 17 00:00:00 2001 From: adjsky <igorlfmartins@mail.ru> Date: Thu, 31 Oct 2024 18:57:30 +0300 Subject: [PATCH] update links --- README.md | 2 +- core/README.md | 22 +++++++++++----------- 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/README.md b/README.md index e6e102d..1c3e484 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ npm install resulto ## API documentation -https://adjsky.github.io/resulto/ +https://jsr.io/@resulto/core/doc ## History diff --git a/core/README.md b/core/README.md index 499cc42..22332e2 100644 --- a/core/README.md +++ b/core/README.md @@ -16,17 +16,17 @@ npm install resulto ## API documentation -1. [Result](https://adjsky.github.io/resulto/types/Result.html) -2. [AsyncResult](https://adjsky.github.io/resulto/types/AsyncResult.html) -3. [ok](https://adjsky.github.io/resulto/functions/ok-1.html) -4. [okAsync](https://adjsky.github.io/resulto/functions/okAsync.html) -5. [err](https://adjsky.github.io/resulto/functions/err-1.html) -6. [errAsync](https://adjsky.github.io/resulto/functions/errAsync.html) -7. [fromPromise](https://adjsky.github.io/resulto/functions/fromPromise.html) -8. [fromSafePromise](https://adjsky.github.io/resulto/functions/fromSafePromise.html) -9. [fromThrowable](https://adjsky.github.io/resulto/functions/fromThrowable.html) -10. [combine](https://adjsky.github.io/resulto/functions/combine.html) -11. [combineAsync](https://adjsky.github.io/resulto/functions/combineAsync.html) +1. [Result](https://jsr.io/@resulto/core/doc/~/Result) +2. [AsyncResult](https://jsr.io/@resulto/core/doc/~/AsyncResult) +3. [ok](https://jsr.io/@resulto/core/doc/~/ok) +4. [okAsync](https://jsr.io/@resulto/core/doc/~/okAsync) +5. [err](https://jsr.io/@resulto/core/doc/~/err) +6. [errAsync](https://jsr.io/@resulto/core/doc/~/errAsync) +7. [fromPromise](https://jsr.io/@resulto/core/doc/~/fromPromise) +8. [fromSafePromise](https://jsr.io/@resulto/core/doc/~/fromSafePromise) +9. [fromThrowable](https://jsr.io/@resulto/core/doc/~/fromThrowable) +10. [combine](https://jsr.io/@resulto/core/doc/~/combine) +11. [combineAsync](https://jsr.io/@resulto/core/doc/~/combineAsync) > 👉 Also check out [repository root](https://github.com/adjsky/resulto#readme) > for more info.