Skip to content

Commit ff53ec8

Browse files
poppyseedDevclaude
andcommitted
fix: update docs links to docs.zama.org and normalize Solidity pragma
- Update all documentation URLs from docs.zama.ai to docs.zama.org (old domain 301s) - Remove dead links: Foundry Setup Guide (was Hardhat page) and Testing Guide (404) - Normalize FHECounter.sol pragma from ^0.8.24 to ^0.8.27 to match project config Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent fa9ab6a commit ff53ec8

2 files changed

Lines changed: 5 additions & 6 deletions

File tree

README.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ FHEVM protocol by Zama.
66
## Quick Start
77

88
For detailed instructions see:
9-
[FHEVM Foundry Quick Start Tutorial](https://docs.zama.ai/protocol/solidity-guides/getting-started/quick-start-tutorial)
9+
[FHEVM Quick Start Tutorial](https://docs.zama.org/protocol/solidity-guides/getting-started/quick-start-tutorial)
1010

1111
### Prerequisites
1212

@@ -81,9 +81,8 @@ fhevm-foundry-template/
8181

8282
## Documentation
8383

84-
- [FHEVM Documentation](https://docs.zama.ai/fhevm)
85-
- [FHEVM Foundry Setup Guide](https://docs.zama.ai/protocol/solidity-guides/getting-started/setup)
86-
- [FHEVM Testing Guide](https://docs.zama.ai/protocol/solidity-guides/development-guide/foundry/write_test)
84+
- [FHEVM Documentation](https://docs.zama.org/fhevm)
85+
- [FHEVM Quick Start Tutorial](https://docs.zama.org/protocol/solidity-guides/getting-started/quick-start-tutorial)
8786
- [forge-fhevm Documentation](../forge-fhevm/docs/)
8887

8988
## License
@@ -93,5 +92,5 @@ This project is licensed under the BSD-3-Clause-Clear License. See the [LICENSE]
9392
## Support
9493

9594
- **GitHub Issues**: [Report bugs or request features](https://github.com/zama-ai/fhevm/issues)
96-
- **Documentation**: [FHEVM Docs](https://docs.zama.ai)
95+
- **Documentation**: [FHEVM Docs](https://docs.zama.org)
9796
- **Community**: [Zama Discord](https://discord.gg/zama)

src/FHECounter.sol

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// SPDX-License-Identifier: MIT
2-
pragma solidity ^0.8.24;
2+
pragma solidity ^0.8.27;
33

44
import {FHE, euint32, externalEuint32} from "@fhevm/solidity/lib/FHE.sol";
55
import {ZamaEthereumConfig} from "@fhevm/solidity/config/ZamaConfig.sol";

0 commit comments

Comments
 (0)