diff --git a/docs/getting-started/features.md b/docs/getting-started/features.md index 43860db..c72fd8b 100644 --- a/docs/getting-started/features.md +++ b/docs/getting-started/features.md @@ -96,7 +96,7 @@ title: Features - **Payload size limits**: global hard ceilings on request and response payload size. -[payload-processing]:../architecture/system-design#payload-processing +[payload-processing]:../architecture/payload-processing ## Security diff --git a/src/pages/index.tsx b/src/pages/index.tsx index 54354ad..ad4cc86 100644 --- a/src/pages/index.tsx +++ b/src/pages/index.tsx @@ -1,4 +1,5 @@ import React from 'react'; +import Link from '@docusaurus/Link'; import Layout from '@theme/Layout'; import styles from './index.module.css'; @@ -210,7 +211,7 @@ export default function Home(): React.JSX.Element {