Skip to content

Commit 18b7284

Browse files
committed
Move md to src/
1 parent dd42946 commit 18b7284

File tree

203 files changed

+11
-11
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

203 files changed

+11
-11
lines changed

.gitmodules

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
[submodule "program-analysis/medusa"]
2-
path = program-analysis/medusa
1+
[submodule "src/program-analysis/medusa"]
2+
path = src/program-analysis/medusa
33
url = https://github.com/crytic/medusa.git

CODEOWNERS

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
* @montyly
2-
/development-guidelines/ @0xicingdeath
3-
/program-analysis/echidna/ @ggrieco-tob
4-
/not-so-smart-contracts/algorand/ @S3v3ru5
5-
/not-so-smart-contracts/cairo/ @technovision99
6-
/not-so-smart-contracts/cosmos/ @GrosQuildu
7-
/not-so-smart-contracts/substrate/ @0xicingdeath
8-
/learn_evm/ @bohendo
1+
* @montyly
2+
/src/development-guidelines/ @0xicingdeath
3+
/src/program-analysis/echidna/ @ggrieco-tob
4+
/src/not-so-smart-contracts/algorand/ @S3v3ru5
5+
/src/not-so-smart-contracts/cairo/ @technovision99
6+
/src/not-so-smart-contracts/cosmos/ @GrosQuildu
7+
/src/not-so-smart-contracts/substrate/ @0xicingdeath
8+
/src/learn_evm/ @bohendo

book.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
authors = ["Trail of Bits"]
33
language = "en"
44
multilingual = false
5-
src = "."
5+
src = "src"
66
title = "Building Secure Contracts"
77
description = "This repository, brought to you by Trail of Bits, outlines our guidelines and best practices to write secure smart contracts."
88
logo = "static/TOB_Black.svg"

0 commit comments

Comments
 (0)