Fix doc link

pull/1/head
yann300 5 years ago committed by GitHub
parent 0cfd5ab4a0
commit 2fef368056
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      src/app/ui/landing-page/landing-page.js

@ -121,7 +121,7 @@ export class LandingPage extends ViewPlugin {
})
}
let learnMore = () => { window.open('https://remix.readthedocs.io/en/latest/layout.html', '_blank') }
let learnMore = () => { window.open('https://remix-ide.readthedocs.io/en/latest/layout.html', '_blank') }
let startSolidity = () => {
this.appManager.ensureActivated('solidity')

Loading…
Cancel
Save