diff --git a/src/components/Guides.jsx b/src/components/Guides.jsx index 0f5c1ed6..8abd90ff 100644 --- a/src/components/Guides.jsx +++ b/src/components/Guides.jsx @@ -3,12 +3,12 @@ import { Heading } from '@/components/Heading' const guides = [ { - href: '/authentication', + href: '/ipa/authentication', name: 'Authentication', description: 'Learn how to authenticate your API requests.', }, { - href: '/errors', + href: '/ipa/errors', name: 'Errors', description: 'Read about the different types of errors returned by the API.', diff --git a/src/components/Header.jsx b/src/components/Header.jsx index ad8518be..217f3b8f 100644 --- a/src/components/Header.jsx +++ b/src/components/Header.jsx @@ -70,7 +70,7 @@ export const Header = forwardRef(function Header({ className }, ref) {