Skip to content

Commit

Permalink
update docs link (#150)
Browse files Browse the repository at this point in the history
  • Loading branch information
s0l0ist committed Dec 28, 2023
1 parent adb4f9f commit 417e5d4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -435,7 +435,7 @@ Feat:
- Added `copy`, `clone` and `move` instance methods to `CipherTexts`, `PlainTexts`, and all variants of `Keys`.

- Instead of assignment by reference in JS, use the new methods (this goes for all variables and key types)
- Examples can be found in the docs. For example, the [CipherText Docs](https://docs.morfix.io/CipherText.html)
- Examples can be found in the docs. For example, the [CipherText Docs](https://s0l0ist.github.io/node-seal/CipherText.html)

```javascript
const cipherText = Morfix.CipherText()
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ Checkout the [basics](USAGE.md)

## Documentation

View the latest docs [here](https://docs.morfix.io)
View the latest docs [here](https://s0l0ist.github.io/node-seal)

## Examples

Expand Down

0 comments on commit 417e5d4

Please sign in to comment.