diff --git a/content/20.zksync-protocol/50.compiler/10.toolchain/10.index.md b/content/20.zksync-protocol/50.compiler/10.toolchain/10.index.md index 970f92f5..77423a59 100644 --- a/content/20.zksync-protocol/50.compiler/10.toolchain/10.index.md +++ b/content/20.zksync-protocol/50.compiler/10.toolchain/10.index.md @@ -37,7 +37,7 @@ We are using two high-level source code compilers at the time of writing: ::callout{icon="i-heroicons-information-circle" color="blue"} **Security and best practices:**
-Follow the [security considerations and best practices](/zksync-era/guides/security-best-practices#security-and-best-practices) +Follow the [security considerations and best practices](/zksync-era/security-best-practices#security-and-best-practices) to build smart contracts on ZKsync Era. :: diff --git a/content/20.zksync-protocol/70.differences/60.contract-deployment.md b/content/20.zksync-protocol/70.differences/60.contract-deployment.md index 8a3794fe..276f0338 100644 --- a/content/20.zksync-protocol/70.differences/60.contract-deployment.md +++ b/content/20.zksync-protocol/70.differences/60.contract-deployment.md @@ -133,7 +133,7 @@ For detailed information on smart contract vulnerabilities and security best pra - [Cyfrin Updraft Security & Auditing Curriculum](https://updraft.cyfrin.io/courses/security). - [Consensys smart contract best practices](https://consensys.github.io/smart-contract-best-practices/). - [Solidity docs security considerations](https://docs.soliditylang.org/en/latest/security-considerations.html). -- [Security considerations and best practices on ZKsync](/zksync-era/guides/security-best-practices) +- [Security considerations and best practices on ZKsync](/zksync-era/security-best-practices) ### Differences in `create()` behaviour