Fix doc link

pull/3094/head
yann300 5 years ago committed by GitHub
parent 361a28a1c5
commit 14f473ba1a
  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 = () => { let startSolidity = () => {
this.appManager.ensureActivated('solidity') this.appManager.ensureActivated('solidity')

Loading…
Cancel
Save