From 51ef92ef507726636c562fa5d7cc8aee75d2af9e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9ment=20=27birdy=27=20Danjou?= Date: Wed, 20 Sep 2023 15:36:34 +0200 Subject: [PATCH] fix() fix github repository addresses --- README.md | 8 ++++---- package.json | 6 +++--- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 7ab53eb4..76f1f044 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@

- +


@@ -7,8 +7,8 @@

- - + + @@ -39,7 +39,7 @@ You can take a look at our list of [examples](/examples). ### Powerful features available out of the box - **High Precision Integers -** Up to 256 bits of precision for integers -- **Full range of Operators -** All typical operators are available: +,-,*,/,<,>.==,... +- **Full range of Operators -** All typical operators are available: +,-,\*,/,<,>.==,... - **Encrypted If-Else Conditionals -** Check conditions on encrypted states - **On-chain Secure Randomness -** Generate randomness without using oracles - **Configurable Decryption -** Threshold, centralized or KMS decryption diff --git a/package.json b/package.json index cfdbea42..9a9fe41d 100644 --- a/package.json +++ b/package.json @@ -31,14 +31,14 @@ }, "repository": { "type": "git", - "url": "git+https://github.com/zama-ai/fhevm-solidity.git" + "url": "git+https://github.com/zama-ai/fhevm.git" }, "author": "", "license": "BSD-3-Clause-Clear", "bugs": { - "url": "https://github.com/zama-ai/fhevm-solidity/issues" + "url": "https://github.com/zama-ai/fhevm/issues" }, - "homepage": "https://github.com/zama-ai/fhevm-solidity#readme", + "homepage": "https://github.com/zama-ai/fhevm#readme", "devDependencies": { "@nomicfoundation/hardhat-chai-matchers": "^2.0.0", "@nomicfoundation/hardhat-ethers": "^3.0.0",