From 26820fba69cd291668ee01a737a5e360415ca0ab Mon Sep 17 00:00:00 2001 From: Brent Salisbury Date: Thu, 30 Jul 2026 16:43:47 +0000 Subject: [PATCH] fix: use Docusaurus Link component for pathname:// booklet links MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Plain tags don't understand the pathname:/// protocol — switch to Docusaurus's which resolves it correctly. Signed-off-by: Brent Salisbury --- docs/getting-started/features.md | 2 +- src/pages/index.tsx | 5 +++-- 2 files changed, 4 insertions(+), 3 deletions(-) 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 {