diff options
author | Leonid Logvinov <logvinov.leon@gmail.com> | 2018-02-28 07:08:52 +0800 |
---|---|---|
committer | Leonid Logvinov <logvinov.leon@gmail.com> | 2018-02-28 07:08:52 +0800 |
commit | 30e4613d0a5817b880feba3a2c7ad9900c8d287b (patch) | |
tree | accf863288e64f32814c3633b3c23450bb8e9973 /packages/website | |
parent | 7aa070f9eaef734274df6e6eaa4590fe30d52899 (diff) | |
download | dexon-sol-tools-30e4613d0a5817b880feba3a2c7ad9900c8d287b.tar dexon-sol-tools-30e4613d0a5817b880feba3a2c7ad9900c8d287b.tar.gz dexon-sol-tools-30e4613d0a5817b880feba3a2c7ad9900c8d287b.tar.bz2 dexon-sol-tools-30e4613d0a5817b880feba3a2c7ad9900c8d287b.tar.lz dexon-sol-tools-30e4613d0a5817b880feba3a2c7ad9900c8d287b.tar.xz dexon-sol-tools-30e4613d0a5817b880feba3a2c7ad9900c8d287b.tar.zst dexon-sol-tools-30e4613d0a5817b880feba3a2c7ad9900c8d287b.zip |
Upgrate prettier
Diffstat (limited to 'packages/website')
-rw-r--r-- | packages/website/README.md | 10 | ||||
-rw-r--r-- | packages/website/md/docs/smart_contracts/introduction.md | 8 |
2 files changed, 9 insertions, 9 deletions
diff --git a/packages/website/README.md b/packages/website/README.md index 7d3187781..042df52de 100644 --- a/packages/website/README.md +++ b/packages/website/README.md @@ -58,11 +58,11 @@ yarn lint ##### Toolkit -* [Material Design Icon Font](http://zavoloklom.github.io/material-design-iconic-font/icons.html#directional) -* [BassCSS toolkit](http://basscss.com/) -* [Material-UI component library](http://www.material-ui.com/#/) +* [Material Design Icon Font](http://zavoloklom.github.io/material-design-iconic-font/icons.html#directional) +* [BassCSS toolkit](http://basscss.com/) +* [Material-UI component library](http://www.material-ui.com/#/) ##### Recommended Atom packages: -* [atom-typescript](https://atom.io/packages/atom-typescript) -* [linter-tslint](https://atom.io/packages/linter-tslint) +* [atom-typescript](https://atom.io/packages/atom-typescript) +* [linter-tslint](https://atom.io/packages/linter-tslint) diff --git a/packages/website/md/docs/smart_contracts/introduction.md b/packages/website/md/docs/smart_contracts/introduction.md index 20396289b..566a573b6 100644 --- a/packages/website/md/docs/smart_contracts/introduction.md +++ b/packages/website/md/docs/smart_contracts/introduction.md @@ -2,7 +2,7 @@ Welcome to the [0x smart contracts](https://github.com/0xProject/contracts) docu ### Helpful wiki articles: -* [Overview of 0x protocol architecture](https://0xproject.com/wiki#Architecture) -* [0x smart contract interactions](https://0xproject.com/wiki#Contract-Interactions) -* [Deployed smart contract addresses](https://0xproject.com/wiki#Deployed-Addresses) -* [0x protocol message format](https://0xproject.com/wiki#Message-Format) +* [Overview of 0x protocol architecture](https://0xproject.com/wiki#Architecture) +* [0x smart contract interactions](https://0xproject.com/wiki#Contract-Interactions) +* [Deployed smart contract addresses](https://0xproject.com/wiki#Deployed-Addresses) +* [0x protocol message format](https://0xproject.com/wiki#Message-Format) |