Merge pull request #2201 from ethereum/yann300-patch-56

Fix doc link
pull/1/head
Liana Husikyan 6 years ago committed by GitHub
commit 27e7c8c5b4
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