Skip to content

Commit 1a7586e

Browse files
authored
chore: update links and styles
1 parent f810902 commit 1a7586e

File tree

1 file changed

+2
-4
lines changed
  • public/content/developers/docs/smart-contracts/security

1 file changed

+2
-4
lines changed

public/content/developers/docs/smart-contracts/security/index.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ The existence of audits and bug bounties doesn’t excuse your responsibility to
112112

113113
- Use a [development environment](/developers/docs/frameworks/) for testing, compiling, deploying smart contracts
114114

115-
- Run your code through basic code analysis tools, such as, [Cyfrin Aaderyn](https://cyfrin.io/tools/aderyn), Mythril and Slither. Ideally, you should do this before each pull request is merged and compare differences in output
115+
- Run your code through basic code analysis tools, such as, [Cyfrin Aaderyn](https://github.com/Cyfrin/aderyn), Mythril and Slither. Ideally, you should do this before each pull request is merged and compare differences in output
116116

117117
- Ensure your code compiles without errors, and the Solidity compiler emits no warnings
118118

@@ -488,8 +488,6 @@ If you plan on querying an on-chain oracle for asset prices, consider using one
488488

489489
- **[CertiK](https://www.certik.com/)** - _Blockchain security firm pioneering the use of cutting-edge formal Verification technology on smart contracts and blockchain networks._
490490

491-
- **[Cyfrin](https://cyfrin.com)** - _Industry-leading Smart contract security auditing, educatio and tools. Helping protect the world's biggest protocols.
492-
493491
- **[Trail of Bits](https://www.trailofbits.com/)** - _Cybersecurity company that combines security research with an attacker mentality to reduce risk and fortify code._
494492

495493
- **[PeckShield](https://peckshield.com/)** - _Blockchain security company offering products and services for the security, privacy, and usability of the entire blockchain ecosystem._
@@ -546,7 +544,7 @@ If you plan on querying an on-chain oracle for asset prices, consider using one
546544

547545
### Tutorials on smart contract security {#tutorials-on-smart-contract-security}
548546

549-
- [Cyfrin Updraft - Smart contracts security and Auditing full course] (https://updraft.cyfrin.io/courses/security)
547+
- [Cyfrin Updraft - Smart contracts security and auditing full course] (https://updraft.cyfrin.io/courses/security)
550548

551549
- [How to write secure smart contracts](/developers/tutorials/secure-development-workflow/)
552550

0 commit comments

Comments
 (0)