Skip to content

Commit

Permalink
Fixing example URLs
Browse files Browse the repository at this point in the history
  • Loading branch information
rpgove committed May 20, 2019
1 parent 741fc46 commit 43cdb97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -35,7 +35,7 @@ var simulation = d3.forceSimulation(nodes)

In particular, it is recommended to use `.velocityDecay(0.2)` when using `d3.forceManyBodySampled()`. This helps it produce results more similar to `d3.forceManyBody()`.

For full usage examples, see the [simple example of d3-force-sampled](), the [d3-force-sampled speed comparison](), or [composing multiple forces and constraints with d3-force-sampled]():
For full usage examples, see the [simple example of d3-force-sampled](http://bl.ocks.org/rpgove/14bf7407d66cd364ce399ea0540e67b9), the [d3-force-sampled speed comparison](http://bl.ocks.org/rpgove/28345b65a65753ecbabc3acbe30c3d70), or [composing multiple forces and constraints with d3-force-sampled](http://bl.ocks.org/rpgove/2c523eb97f594de8ae0d04e305495c72):

[<img alt="Simple d3-force-sampled Example" src="https://raw.githubusercontent.com/twosixlabs/d3-force-sampled/master/img/d3-force-sampled-example.png" width="480" height="239">](http://bl.ocks.org/rpgove/14bf7407d66cd364ce399ea0540e67b9)[<img alt="d3-force-sampled Speed Comparison" src="https://raw.githubusercontent.com/twosixlabs/d3-force-sampled/master/img/sampled-vs-bh.png" width="480" height="239">](http://bl.ocks.org/rpgove/28345b65a65753ecbabc3acbe30c3d70)[<img alt="Composing multiple forces and constraints with Random Vertex Sampling" src="https://raw.githubusercontent.com/twosixlabs/d3-force-sampled/master/img/d3-force-sampled-composed.png" width="480" height="239">](http://bl.ocks.org/rpgove/2c523eb97f594de8ae0d04e305495c72)

Expand Down

0 comments on commit 43cdb97

Please sign in to comment.