Skip to content

Commit

Permalink
Merge pull request #149 from zama-ai/fix/repository
Browse files Browse the repository at this point in the history
fix() fix github repository addresses
  • Loading branch information
immortal-tofu authored Sep 20, 2023
2 parents 367694b + 51ef92e commit a70b19f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
<p align="center">
<img width=600 src="https://github.com/zama-ai/fhevm-solidity/assets/1384478/265d051c-e177-42b4-b9a2-d2b2e474131b" />
<img width=600 src="https://github.com/zama-ai/fhevm/assets/1384478/265d051c-e177-42b4-b9a2-d2b2e474131b" />
</p>
<hr/>
<p align="center">
<a href="https://zama.ai/fhevm-whitepaper.pdf"> 📃 Read white paper</a> |<a href="https://docs.zama.ai/fhevm"> 📒 Read documentation</a> | <a href="https://zama.ai/community"> 💛 Community support</a>
</p>
<p align="center">
<!-- Version badge using shields.io -->
<a href="https://github.com/zama-ai/fhevm-solidity/releases">
<img src="https://img.shields.io/github/v/release/zama-ai/fhevm-solidity?style=flat-square">
<a href="https://github.com/zama-ai/fhevm/releases">
<img src="https://img.shields.io/github/v/release/zama-ai/fhevm?style=flat-square">
</a>
<!-- Zama Bounty Program -->
<a href="https://github.com/zama-ai/bounty-program">
Expand Down Expand Up @@ -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
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit a70b19f

Please sign in to comment.