Skip to content

Commit 5e8101c

Browse files
authored
fix(docs): remove links to no-longer-exist section (#968)
1 parent c3b8bdf commit 5e8101c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/docs/query.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ In this case, you can:
3737
<Tabs>
3838
<TabItem value="python" label="Python">
3939

40-
The [quickstart](getting_started/quickstart#step-41-extract-common-transformations) shows an example:
40+
For example, based on the flow in [quickstart](getting_started/quickstart), you can extract the invocation of `SentenceTransformerEmbed` into a standalone function:
4141

4242
```python
4343
@cocoindex.transform_flow()

0 commit comments

Comments
 (0)