diff options
author | Fabio Berger <me@fabioberger.com> | 2019-01-17 23:58:15 +0800 |
---|---|---|
committer | Fabio Berger <me@fabioberger.com> | 2019-01-17 23:58:15 +0800 |
commit | 0e6aea856fdb73da7281144a1d5fbb120a3190c0 (patch) | |
tree | d28f3e5c0615b98104600a4bf5663b5553e653a6 /packages/dev-tools-pages/ts/pages | |
parent | e31d17ef792d74220ab565b3677beaa747113992 (diff) | |
download | dexon-sol-tools-0e6aea856fdb73da7281144a1d5fbb120a3190c0.tar dexon-sol-tools-0e6aea856fdb73da7281144a1d5fbb120a3190c0.tar.gz dexon-sol-tools-0e6aea856fdb73da7281144a1d5fbb120a3190c0.tar.bz2 dexon-sol-tools-0e6aea856fdb73da7281144a1d5fbb120a3190c0.tar.lz dexon-sol-tools-0e6aea856fdb73da7281144a1d5fbb120a3190c0.tar.xz dexon-sol-tools-0e6aea856fdb73da7281144a1d5fbb120a3190c0.tar.zst dexon-sol-tools-0e6aea856fdb73da7281144a1d5fbb120a3190c0.zip |
http to https
Diffstat (limited to 'packages/dev-tools-pages/ts/pages')
-rw-r--r-- | packages/dev-tools-pages/ts/pages/coverage.tsx | 2 | ||||
-rw-r--r-- | packages/dev-tools-pages/ts/pages/profiler.tsx | 2 | ||||
-rw-r--r-- | packages/dev-tools-pages/ts/pages/trace.tsx | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/packages/dev-tools-pages/ts/pages/coverage.tsx b/packages/dev-tools-pages/ts/pages/coverage.tsx index 9d5a7d674..575891f3b 100644 --- a/packages/dev-tools-pages/ts/pages/coverage.tsx +++ b/packages/dev-tools-pages/ts/pages/coverage.tsx @@ -104,7 +104,7 @@ const Coverage: React.StatelessComponent<{}> = () => ( </a> . Depending on your project setup, you will need to use a specific ArtifactAdapter. Sol-coverage ships with the <InlineCode>SolCompilerArtifactAdapter</InlineCode> for use with{' '} - <a href="http://sol-compiler.com" target="_blank"> + <a href="https://sol-compiler.com" target="_blank"> Sol-compiler </a>{' '} and <InlineCode>TruffleArtifactAdapter</InlineCode> for use with the{' '} diff --git a/packages/dev-tools-pages/ts/pages/profiler.tsx b/packages/dev-tools-pages/ts/pages/profiler.tsx index 6ee30eab9..0bc4efa45 100644 --- a/packages/dev-tools-pages/ts/pages/profiler.tsx +++ b/packages/dev-tools-pages/ts/pages/profiler.tsx @@ -101,7 +101,7 @@ const Profiler: React.StatelessComponent<{}> = () => ( </a> . Depending on your project setup, you will need to use a specific ArtifactAdapter. Sol-trace ships with the <InlineCode>SolCompilerArtifactAdapter</InlineCode> for use with{' '} - <a href="http://sol-compiler.com" target="_blank"> + <a href="https://sol-compiler.com" target="_blank"> Sol-compiler </a>{' '} and <InlineCode>TruffleArtifactAdapter</InlineCode> for use with the{' '} diff --git a/packages/dev-tools-pages/ts/pages/trace.tsx b/packages/dev-tools-pages/ts/pages/trace.tsx index cc1cd4b0a..cd6180fb9 100644 --- a/packages/dev-tools-pages/ts/pages/trace.tsx +++ b/packages/dev-tools-pages/ts/pages/trace.tsx @@ -71,7 +71,7 @@ const Trace: React.StatelessComponent<{}> = () => ( </a> . Depending on your project setup, you will need to use a specific ArtifactAdapter. Sol-trace ships with the <InlineCode>SolCompilerArtifactAdapter</InlineCode> for use with{' '} - <a href="http://sol-compiler.com" target="_blank"> + <a href="https://sol-compiler.com" target="_blank"> Sol-compiler </a>{' '} and <InlineCode>TruffleArtifactAdapter</InlineCode> for use with the{' '} |