mirror of
https://github.com/netbirdio/docs.git
synced 2026-04-19 08:56:35 +00:00
Fix links
This commit is contained in:
@@ -3,12 +3,12 @@ import { Heading } from '@/components/Heading'
|
||||
|
||||
const guides = [
|
||||
{
|
||||
href: '/ipa/guides/authentication',
|
||||
href: '/api/guides/authentication',
|
||||
name: 'Authentication',
|
||||
description: 'Learn how to authenticate your API requests.',
|
||||
},
|
||||
{
|
||||
href: '/ipa/guides/errors',
|
||||
href: '/api/guides/errors',
|
||||
name: 'Errors',
|
||||
description:
|
||||
'Read about the different types of errors returned by the API.',
|
||||
|
||||
Reference in New Issue
Block a user