Skip to content

Commit 62748a7

Browse files
author
Dmitry Marov
committed
wip
1 parent fb249c9 commit 62748a7

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

content/animated-layouts/force-directed.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ sitemap:
77
## Force-Directed Animated Layout
88

99
A force-directed animated layout is utilized by default whenever the `enableAnimatedLayout` method is invoked on a `CanvasBuilder` instance.
10-
This type of layout also comes with a <a href="/layouts/force-directed/">non-animated version</a>.
10+
This type of layout also comes with a <a target="_blank" href="/layouts/force-directed/">non-animated version</a>.
1111

1212
You can also explicitly specify it through its `type`.
1313

content/layouts/force-directed.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ sitemap:
77
## Force-Directed Layout
88

99
A force-directed layout is utilized by default whenever the `enableLayout` method is invoked on a `CanvasBuilder` instance.
10-
This type of layout also comes with an <a href="/layouts/force-directed/">animated version</a>.
10+
This type of layout also comes with an <a target="_blank" href="/animated-layouts/force-directed/">animated version</a>.
1111

1212
You can also explicitly specify it through its `type`.
1313

0 commit comments

Comments
 (0)