Skip to content

Commit

Permalink
docs: update links
Browse files Browse the repository at this point in the history
work on #12
  • Loading branch information
bsorrentino committed Aug 30, 2024
1 parent c733228 commit 2a1f1b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core-jdk8/src/site/markdown/concepts/low_level.md
Original file line number Diff line number Diff line change
Expand Up @@ -342,7 +342,7 @@ See [this guide](../how-tos/breakpoints.html) for a full walkthrough of how to a

## Visualization

It's often nice to be able to visualize graphs, especially as they get more complex. LangGraph4j comes with several built-in ways to visualize graphs using diagram-as-code tools such as [PlantUML] and [Mermaid] through the [`graph.getGraph()`] method.
It's often nice to be able to visualize graphs, especially as they get more complex. LangGraph4j comes with several built-in ways to visualize graphs using diagram-as-code tools such as [PlantUML] and [Mermaid] through the [`graph.getGraph`] method.
```java
// for PlantUML
Expand Down

0 comments on commit 2a1f1b8

Please sign in to comment.