File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -6,16 +6,16 @@ export default function HomePage() {
66 < header className = "landing-header" >
77 < div className = "landing-container" >
88 < nav className = "landing-nav" >
9- < a href = "# " className = "landing-logo" >
9+ < a href = "/ " className = "landing-logo" >
1010 < div className = "logo-mark" > </ div >
1111 EmberDocs
1212 </ a >
1313 < ul className = "nav-links" >
1414 < li > < a href = "#features" > Features</ a > </ li >
15- < li > < a href = "# docs" > Docs</ a > </ li >
16- < li > < a href = "# github" > GitHub</ a > </ li >
15+ < li > < a href = "/ docs/getting-started/introduction " > Docs</ a > </ li >
16+ < li > < a href = "https:// github.com/sturdy-barnacle/emberdocs" target = "_blank" rel = "noopener noreferrer "> GitHub</ a > </ li >
1717 </ ul >
18- < a href = "# " className = "btn btn-primary" > Get Started →</ a >
18+ < a href = "/docs/getting-started/introduction " className = "btn btn-primary" > Get Started →</ a >
1919 </ nav >
2020 </ div >
2121 </ header >
You can’t perform that action at this time.
0 commit comments