Merge pull request #1995 from ethereum/jumbotron-rerun

update link of Learn more button to master branch
pull/1/head
yann300 6 years ago committed by GitHub
commit 7ab6a8b830
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      src/app/ui/landing-page/landing-page.js

@ -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 = () => {
this.appStore.getActives()

Loading…
Cancel
Save