Unverified Commit 2fef3680 authored by yann300's avatar yann300 Committed by GitHub

Fix doc link

parent 0cfd5ab4
...@@ -121,7 +121,7 @@ export class LandingPage extends ViewPlugin { ...@@ -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')
......
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