Skip to content

Commit 68a1616

Browse files
authored
Merge pull request #223 from samalws/master-fix-broken-links
Fix broken links on site
2 parents 36fab64 + 5e64560 commit 68a1616

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

not-so-smart-contracts/substrate/README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -16,16 +16,16 @@ Each _Not So Smart Pallet_ includes a standard set of information:
1616

1717
| Not So Smart Pallet | Description |
1818
| --- | --- |
19-
| [Arithmetic overflow](./arithmetic_overflow/README.md) | Integer overflow due to incorrect use of arithmetic operators |
20-
| [Don't panic!](./dont_panic/README.md) | System panics create a potential DoS attack vector |
21-
| [Weights and fees](./weights_and_fees/README.md) | Incorrect weight calculations can create a potential DoS attack vector |
22-
| [Verify first](./verify_first/README.md) | Verify first, write last |
23-
| [Unsigned transaction validation](./validate_unsigned/README.md) | Insufficient validation of unsigned transactions |
24-
| [Bad randomness](./randomness/README.md) | Unsafe sources of randomness in Substrate |
25-
| [Bad origin](./origins/README.md) | Incorrect use of call origin can lead to bypassing access controls |
19+
| [Arithmetic overflow](arithmetic_overflow) | Integer overflow due to incorrect use of arithmetic operators |
20+
| [Don't panic!](dont_panic) | System panics create a potential DoS attack vector |
21+
| [Weights and fees](weights_and_fees) | Incorrect weight calculations can create a potential DoS attack vector |
22+
| [Verify first](verify_first) | Verify first, write last |
23+
| [Unsigned transaction validation](validate_unsigned) | Insufficient validation of unsigned transactions |
24+
| [Bad randomness](randomness) | Unsafe sources of randomness in Substrate |
25+
| [Bad origin](origins) | Incorrect use of call origin can lead to bypassing access controls |
2626

2727
## Credits
2828

2929
These examples are developed and maintained by [Trail of Bits](https://www.trailofbits.com/).
3030

31-
If you have questions, problems, or just want to learn more, then join the #ethereum channel on the [Empire Hacking Slack](https://empireslacking.herokuapp.com/) or [contact us](https://www.trailofbits.com/contact/) directly.
31+
If you have questions, problems, or just want to learn more, then join the #ethereum channel on the [Empire Hacking Slack](https://empireslacking.herokuapp.com/) or [contact us](https://www.trailofbits.com/contact/) directly.

0 commit comments

Comments
 (0)