Skip to content

Commit 0a2bf12

Browse files
committed
docs: fix broken composition link in langchain integration (unblocks strict mkdocs build)
The langchain integration page linked ../composition.md#langchain, but the file lives at concepts/composition.md (and has no langchain anchor). This broke 'mkdocs build --strict' — the Docs workflow had been failing since 2026-06-09, so the hosted site never redeployed. Point it at the real composition runbook.
1 parent 6d33a35 commit 0a2bf12

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/integrations/langchain.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -290,7 +290,7 @@ result = diagnosed_invoke(chain, {"question": "..."}, goal="...")
290290

291291
## See also
292292

293-
- LangChain-specific [composition graphs](../composition.md#langchain)
293+
- The [composition runbook](../concepts/composition.md) — how patterns chain together
294294
- Adapter source: `_adapters/lib/langchain_core_adapter.py`
295295
- LangGraph example: `examples/cookbook/09_bottleneck_orchestrator.py`
296296
- Live LangChain demo: `examples/patterns/01_lewin.py`

0 commit comments

Comments
 (0)