Skip to content

Commit b1e9f98

Browse files
fix: update flowsettings.py reference (#506)
Signed-off-by: Emmanuel Ferdman <[email protected]>
1 parent cd87a7e commit b1e9f98

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/pages/app/customize-flows.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ The reasoning pipeline:
8989
To register your pipelines to ktem, you declare it in the `flowsettings.py`
9090
file. This file locates at the current working directory where you start the
9191
ktem. In most use cases, it is this
92-
[one](https://github.com/Cinnamon/kotaemon/blob/main/libs/ktem/flowsettings.py).
92+
[one](https://github.com/Cinnamon/kotaemon/blob/main/flowsettings.py).
9393

9494
```python
9595
KH_REASONING = ["<python.module.path.to.the.reasoning.class>"]

0 commit comments

Comments
 (0)