fix links

This commit is contained in:
Tom Heaton
2024-06-19 15:35:44 +01:00
parent 54399a3c68
commit 5e61bcf694
2 changed files with 2 additions and 2 deletions

View File

@@ -5,7 +5,7 @@ export default function App() {
return (
<Router>
<Routes>
<Route exact path="/udlbook/" element={<Index />} />
<Route exact path="/udlbook" element={<Index />} />
</Routes>
</Router>
);

View File

@@ -43,7 +43,7 @@ export default function Footer() {
<FooterWrap>
<SocialMedia>
<SocialMediaWrap>
<SocialLogo to="/udlbook/" onClick={toggleHome}>
<SocialLogo to="/udlbook" onClick={toggleHome}>
Understanding Deep Learning
</SocialLogo>
<WebsiteRights>