Skip to content

Commit cf42519

Browse files
Fix Echidna Exercise Broken Links
1 parent 86030f4 commit cf42519

File tree

1 file changed

+2
-2
lines changed
  • public/content/translations/tr/developers/tutorials/guide-to-smart-contract-security-tools

1 file changed

+2
-2
lines changed

public/content/translations/tr/developers/tutorials/guide-to-smart-contract-security-tools/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,8 +91,8 @@ Akıllı sözleşmelerle sıklıkla ilgili olan geniş alanlar şunları içerir
9191
| Bileşen | Araçlar | Örnekler |
9292
| ---------------------- | --------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
9393
| Durum makinesi | Echidna, Manticore | |
94-
| Erişim kontrolü | Slither, Echidna, Manticore | [Slither 2. alıştırma](https://github.com/crytic/building-secure-contracts/blob/master/program-analysis/slither/exercise2.md), [Echidna 2. alıştırma](https://github.com/crytic/building-secure-contracts/blob/master/program-analysis/echidna/Exercise-2.md) |
95-
| Aritmetik operasyonlar | Manticore, Echidna | [Echidna 1. alıştırma](https://github.com/crytic/building-secure-contracts/blob/master/program-analysis/echidna/Exercise-1.md), [Manticore 1.-3. alıştırma](https://github.com/crytic/building-secure-contracts/tree/master/program-analysis/manticore/exercises) |
94+
| Erişim kontrolü | Slither, Echidna, Manticore | [Slither 2. alıştırma](https://github.com/crytic/building-secure-contracts/blob/master/program-analysis/slither/exercise2.md), [Echidna 2. alıştırma](https://github.com/crytic/building-secure-contracts/blob/master/program-analysis/echidna/exercises/Exercise-2.md) |
95+
| Aritmetik operasyonlar | Manticore, Echidna | [Echidna 1. alıştırma](https://github.com/crytic/building-secure-contracts/blob/master/program-analysis/echidna/exercises/Exercise-1.md), [Manticore 1.-3. alıştırma](https://github.com/crytic/building-secure-contracts/tree/master/program-analysis/manticore/exercises) |
9696
| Kalıtım doğruluğu | Slither | [Slither 1. alıştırma](https://github.com/crytic/building-secure-contracts/blob/master/program-analysis/slither/exercise1.md) |
9797
| Harici etkileşimler | Manticore, Echidna | |
9898
| Standart uyum | Slither, Echidna, Manticore | [`slither-erc`](https://github.com/crytic/slither/wiki/ERC-Conformance) |

0 commit comments

Comments
 (0)