Skip to content

Commit

Permalink
fix example link
Browse files Browse the repository at this point in the history
  • Loading branch information
mbostock committed Jun 22, 2023
1 parent 987a2f2 commit 4bb258e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/components/ExampleDisjointForce.vue
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,6 @@ onUnmounted(() => {
<g ref="glink" stroke="currentColor" stroke-opacity="0.5"></g>
<g ref="gnode" stroke="var(--vp-c-bg-alt)" stroke-width="1.5"></g>
</svg>
<a href="https://observablehq.com/@d3/disjoint-force-directed-graph?intent=fork" style="font-size: smaller;" target="_blank">Fork ↗︎</a>
<a href="https://observablehq.com/@d3/disjoint-force-directed-graph/2?intent=fork" style="font-size: smaller;" target="_blank">Fork ↗︎</a>
</div>
</template>

0 comments on commit 4bb258e

Please sign in to comment.