update learn more to master layout.html

pull/3094/head
Rob Stupay 6 years ago
parent 4e0ad5ab90
commit 7d602f3392
  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