Added link to docs for slither

pull/1772/head
lianahus 3 years ago
parent e647e9ec2b
commit 2db9761e3e
  1. 3
      apps/remix-ide/src/app/files/slither-handle.js

@ -8,7 +8,8 @@ const profile = {
methods: ['analyse'],
description: 'Using Remixd daemon, run slither static analysis',
kind: 'other',
version: packageJson.version
version: packageJson.version,
documentation: 'https://remix-ide.readthedocs.io/en/latest/slither.html'
}
export class SlitherHandle extends WebsocketPlugin {

Loading…
Cancel
Save