Skip to content

Commit 2704117

Browse files
committed
Fix cold-start docs link to use relative .mdx path
The unreleased deployment-cold-start page only lives in docs/docs/, not in the versioned snapshots. Slug-based links like /deployment-cold-start resolve to the latest released version (1.9.0) and break the docusaurus build. Relative .mdx links resolve within the same docs version.
1 parent 0f2b207 commit 2704117

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

docs/docs/Deployment/deployment-docker.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -279,4 +279,4 @@ For a minimal Dockerfile that adds `uv` to the 1.8.0 image, see the [release not
279279

280280
## Cold-start optimization
281281

282-
For guidance on reducing cold-start time in containerized deployments (scale-from-zero, serverless, pre-baked images), see [Cold-start optimization](/deployment-cold-start).
282+
For guidance on reducing cold-start time in containerized deployments (scale-from-zero, serverless, pre-baked images), see [Cold-start optimization](./deployment-cold-start.mdx).

docs/docs/Deployment/deployment-prod-best-practices.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,4 +125,4 @@ Follow industry best practices and use secure Langflow configurations, such as t
125125
* [Deploy the Langflow production environment on Kubernetes](/deployment-kubernetes-prod)
126126
* [Langflow Helm Charts repository](https://github.com/langflow-ai/langflow-helm-charts)
127127
* [Langflow environment variables](/environment-variables)
128-
* [Cold-start optimization](/deployment-cold-start)
128+
* [Cold-start optimization](./deployment-cold-start.mdx)

0 commit comments

Comments
 (0)