From 8bb9f2592ce0d0b3948b40377684d6c1bbd1b983 Mon Sep 17 00:00:00 2001 From: bsorrentino Date: Tue, 4 Feb 2025 15:22:20 +0100 Subject: [PATCH] docs(sudio): update dependencies to use correct artifact IDs --- studio/core/src/site/markdown/index.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/studio/core/src/site/markdown/index.md b/studio/core/src/site/markdown/index.md index f71b0be2..96a03221 100644 --- a/studio/core/src/site/markdown/index.md +++ b/studio/core/src/site/markdown/index.md @@ -21,7 +21,7 @@ An **embed playground webapp** that runs a Langgraph4j workflow in visual way. ```xml org.bsc.langgraph4j - llanggraph4j-studio-jetty + langgraph4j-studio-jetty 1.3.1 ``` @@ -57,7 +57,7 @@ public static void main(String[] args) throws Exception { ```xml org.bsc.langgraph4j - llanggraph4j-studio-jetty + langgraph4j-studio-springboot 1.3.1 ```