diff options
author | Brandon Millman <brandon.millman@gmail.com> | 2018-07-19 06:53:33 +0800 |
---|---|---|
committer | Brandon Millman <brandon.millman@gmail.com> | 2018-07-19 06:53:33 +0800 |
commit | 55336f96d70d05f07725564bf6aec573dc3246c2 (patch) | |
tree | 2baf40334d1e5d1bc773ff56c205fcf4aeac5d1b | |
parent | 3a18c249f5c780240f3dac7eb318118740056367 (diff) | |
download | dexon-sol-tools-55336f96d70d05f07725564bf6aec573dc3246c2.tar dexon-sol-tools-55336f96d70d05f07725564bf6aec573dc3246c2.tar.gz dexon-sol-tools-55336f96d70d05f07725564bf6aec573dc3246c2.tar.bz2 dexon-sol-tools-55336f96d70d05f07725564bf6aec573dc3246c2.tar.lz dexon-sol-tools-55336f96d70d05f07725564bf6aec573dc3246c2.tar.xz dexon-sol-tools-55336f96d70d05f07725564bf6aec573dc3246c2.tar.zst dexon-sol-tools-55336f96d70d05f07725564bf6aec573dc3246c2.zip |
Fix broken links in sol-cov documentation
-rw-r--r-- | packages/website/md/docs/sol_cov/usage.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/website/md/docs/sol_cov/usage.md b/packages/website/md/docs/sol_cov/usage.md index 433cfad96..c747005fb 100644 --- a/packages/website/md/docs/sol_cov/usage.md +++ b/packages/website/md/docs/sol_cov/usage.md @@ -8,7 +8,7 @@ In order to use `CoverageSubprovider` with your favorite framework you need to p ### Sol-compiler -If you are generating your artifacts with [@0xproject/sol-compiler](LINK) you can use the `SolCompilerArtifactsAdapter` we've implemented for you. +If you are generating your artifacts with [@0xproject/sol-compiler](https://0xproject.com/docs/sol-compiler) you can use the `SolCompilerArtifactsAdapter` we've implemented for you. ```typescript import { SolCompilerArtifactsAdapter } from '@0xproject/sol-cov'; @@ -19,7 +19,7 @@ const artifactsAdapter = new SolCompilerArtifactsAdapter(artifactsPath, contract ### Truffle -If your project is using [Truffle](LINK), we've written a `TruffleArtifactsAdapter`for you. +If your project is using [Truffle](https://truffleframework.com/), we've written a `TruffleArtifactsAdapter`for you. ```typescript import { TruffleArtifactAdapter } from '@0xproject/sol-cov'; |