update learn more to master layout.html

pull/1/head
Rob Stupay 6 years ago
parent 712717590e
commit 2716019bc3
  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