From 84631c6668aa6c86ff21be390df9f0c096f6719b Mon Sep 17 00:00:00 2001 From: Shawn Tsai Date: Fri, 16 Jan 2026 18:25:39 +0800 Subject: [PATCH] Fix: fix aidaptiv pages link --- src/content/docs/demos/07-aidaptiv-operator.mdx | 4 ++-- src/content/docs/demos/08-aidaptiv-finetune.mdx | 2 +- src/content/docs/demos/09-aidaptiv-inference.mdx | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/content/docs/demos/07-aidaptiv-operator.mdx b/src/content/docs/demos/07-aidaptiv-operator.mdx index ad4ec3d..b250503 100644 --- a/src/content/docs/demos/07-aidaptiv-operator.mdx +++ b/src/content/docs/demos/07-aidaptiv-operator.mdx @@ -88,8 +88,8 @@ If the operator pod fails to start: After successfully installing the aiDAPTIV Cache Operator, you can: -- Deploy fine-tuning jobs that utilize aiDAPTIVCache devices (see [Deploy aiDAPTIV Finetune](./08-aidaptiv-finetune)) -- Deploy inference services with aiDAPTIVCache acceleration (see [Deploy aiDAPTIV Inference](./09-aidaptiv-inference)) +- Deploy fine-tuning jobs that utilize aiDAPTIVCache devices (see [Deploy aiDAPTIV Finetune](/demos/08-aidaptiv-finetune)) +- Deploy inference services with aiDAPTIVCache acceleration (see [Deploy aiDAPTIV Inference](/demos/09-aidaptiv-inference)) ## Prepare Model and Data diff --git a/src/content/docs/demos/09-aidaptiv-inference.mdx b/src/content/docs/demos/09-aidaptiv-inference.mdx index b3aa571..c67f861 100644 --- a/src/content/docs/demos/09-aidaptiv-inference.mdx +++ b/src/content/docs/demos/09-aidaptiv-inference.mdx @@ -26,7 +26,7 @@ aiDAPTIV Inference provides high-performance LLM inference service based on vLLM The operator enables Kubernetes to recognize and allocate Phison aiDAPTIVCache devices (`phison.com/ai100`) used by aiDAPTIV workloads. -See [Deploy aiDAPTIV Operator](./07-aidaptiv-operator) for installation instructions. +See [aiDAPTIV Operator](/demo/07-aidaptiv-operator) for installation instructions. ## Prepare Model