From 1b45cf62e10d36afc9a530c6ea3bedbb6dff0e35 Mon Sep 17 00:00:00 2001 From: Jiangzhou He Date: Fri, 5 Sep 2025 09:01:03 -0700 Subject: [PATCH] fix(docs): remove links to no-longer-exist section --- docs/docs/query.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/query.mdx b/docs/docs/query.mdx index 32438765a..dc5bd6c36 100644 --- a/docs/docs/query.mdx +++ b/docs/docs/query.mdx @@ -37,7 +37,7 @@ In this case, you can: -The [quickstart](getting_started/quickstart#step-41-extract-common-transformations) shows an example: +For example, based on the flow in [quickstart](getting_started/quickstart), you can extract the invocation of `SentenceTransformerEmbed` into a standalone function: ```python @cocoindex.transform_flow()