diff options
author | Jacob Evans <jacob@dekz.net> | 2017-11-15 10:31:41 +0800 |
---|---|---|
committer | Jacob Evans <jacob@dekz.net> | 2017-11-15 10:31:41 +0800 |
commit | 4bd950bb6fbfcb4c92a2834d25a838db6fddae5e (patch) | |
tree | 98d6a9d3f03383ed89655b64c09575951401183c | |
parent | c019280e852eaaa7a3b554d520a5bd3e6b4c3940 (diff) | |
download | dexon-sol-tools-4bd950bb6fbfcb4c92a2834d25a838db6fddae5e.tar dexon-sol-tools-4bd950bb6fbfcb4c92a2834d25a838db6fddae5e.tar.gz dexon-sol-tools-4bd950bb6fbfcb4c92a2834d25a838db6fddae5e.tar.bz2 dexon-sol-tools-4bd950bb6fbfcb4c92a2834d25a838db6fddae5e.tar.lz dexon-sol-tools-4bd950bb6fbfcb4c92a2834d25a838db6fddae5e.tar.xz dexon-sol-tools-4bd950bb6fbfcb4c92a2834d25a838db6fddae5e.tar.zst dexon-sol-tools-4bd950bb6fbfcb4c92a2834d25a838db6fddae5e.zip |
Fix README links
-rw-r--r-- | README.md | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -6,6 +6,9 @@ This repository contains all the 0x developer tools written in TypeScript. Our hope is that these tools make it easy to build Relayers and other DApps that use the 0x protocol. +[website-url]: https://0xproject.com/ +[whitepaper-url]: https://0xproject.com/pdfs/0x_white_paper.pdf + [![CircleCI](https://circleci.com/gh/0xProject/0x.js.svg?style=svg&circle-token=61bf7cd8c9b4e11b132089dfcffdd1be277d1e0c)](https://circleci.com/gh/0xProject/0x.js) [![npm version](https://badge.fury.io/js/0x.js.svg)](https://badge.fury.io/js/0x.js) [![Coverage Status](https://coveralls.io/repos/github/0xProject/0x.js/badge.svg?branch=master&t=fp0cXD)](https://coveralls.io/github/0xProject/0x.js?branch=master) |