Skip to content

Commit

Permalink
chore: fix d3 link
Browse files Browse the repository at this point in the history
  • Loading branch information
aereeeee committed Sep 5, 2024
1 parent 10901fd commit c73c7e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/article/Article.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -505,7 +505,7 @@
for seamless in-browser execution. The interface is built using JavaScript, with
<a href="https://kit.svelte.dev/" title="Svelte" target="_blank">Svelte</a>
as a front-end framework and
<a href="http://D3.js" title="D3" target="_blank">D3.js</a>
<a href="https://d3js.org/" title="D3" target="_blank">D3.js</a>
for creating dynamic visualizations. Numerical values are updated live following the user
input.
</p>
Expand Down

0 comments on commit c73c7e4

Please sign in to comment.