Skip to content

Commit 719b152

Browse files
brianstrauchclaudeDuncanma
authored
Fix Python integrations list on develop landing page (#5133)
* Fix Python integrations list on develop landing page Point the Google ADK bullet at the local integration guide instead of adk.dev. The external link predates the local guide added in #4759 and was never updated. Also add the missing Deep Agents bullet so the list matches the Integrations entries in sidebars.js. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com> * Point Google ADK's Python entry in the integrations grid at the local guide The IntegrationsGrid data still had the pre-#4759 external adk.dev link for Python, same issue just fixed in the index.mdx list. --------- Co-authored-by: Claude Opus 5 (1M context) <noreply@anthropic.com> Co-authored-by: Duncan Mackenzie <duncanma@duncanmackenzie.net> Co-authored-by: Duncan Mackenzie <duncan.mackenzie@temporal.io>
1 parent fffb25d commit 719b152

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

docs/develop/python/index.mdx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,8 @@ From there, you can dive deeper into any of the Temporal primitives to start bui
8686
## [Integrations](/develop/python/integrations)
8787

8888
- [Braintrust integration](/develop/python/integrations/braintrust)
89-
- [Google ADK integration](https://adk.dev/integrations/temporal/)
89+
- [Deep Agents integration](/develop/python/integrations/deepagents)
90+
- [Google ADK integration](/develop/python/integrations/google-adk)
9091
- [Google GenAI integration](/develop/python/integrations/google-genai)
9192
- [LangGraph integration](/develop/python/integrations/langgraph)
9293
- [LangSmith integration](/develop/python/integrations/langsmith)

src/components/IntegrationsGrid/integrations-data.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@
6969
"Agent framework"
7070
],
7171
"sdk": "Python",
72-
"href": "https://adk.dev/integrations/temporal/"
72+
"href": "/develop/python/integrations/google-adk"
7373
},
7474
{
7575
"name": "Google ADK",

0 commit comments

Comments
 (0)