diff options
Diffstat (limited to 'packages/dev-tools-pages/ts/pages/trace.tsx')
-rw-r--r-- | packages/dev-tools-pages/ts/pages/trace.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
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{' '} |