Unverified Commit 7ab6a8b8 authored by yann300's avatar yann300 Committed by GitHub

Merge pull request #1995 from ethereum/jumbotron-rerun

update link of Learn more button to master branch
parents 71271759 2716019b
...@@ -120,7 +120,7 @@ export class LandingPage extends BaseApi { ...@@ -120,7 +120,7 @@ export class LandingPage extends BaseApi {
}) })
} }
let learnMore = () => { window.open('https://remix.readthedocs.io/en/docsnewlayout/layout.html', '_blank') } let learnMore = () => { window.open('https://remix.readthedocs.io/en/latest/layout.html', '_blank') }
let closeAll = () => { let closeAll = () => {
this.appStore.getActives() this.appStore.getActives()
......
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