Unverified Commit 27e7c8c5 authored by Liana Husikyan's avatar Liana Husikyan Committed by GitHub

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

Fix doc link
parents 88da6160 2fef3680
......@@ -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')
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment