Skip to content

Commit

Permalink
minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
0x3bfc committed Jun 10, 2020
1 parent 1303098 commit 504c566
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -125,8 +125,8 @@ npm run doc:generate
```


* [Release Process](doc/RELEASE_PROCESS.md)
* [Core Documentation](doc/contracts)
* [Release Process](docs/RELEASE_PROCESS.md)
* [Core Documentation](docs/contracts)

## Contributing

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"lint:ethlint": "solium -d ./contracts/",
"lint:eslint": "eslint --ignore-pattern '/coverage/' .",
"lint": "npm run lint:eslint && npm run lint:ethlint",
"doc:generate": "npx solidity-docgen --solc-module solc",
"doc:generate": "npx solidity-docgen --solc-module solc -o docs/contracts",
"release": "release-it --non-interactive",
"changelog": "auto-changelog -p",
"deploy": "npm run deploy:development",
Expand Down

0 comments on commit 504c566

Please sign in to comment.