diff options
| author | Sebastiaan Lokhorst <sebastiaanlokhorst@gmail.com> | 2020-12-12 16:00:29 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-12-12 07:00:29 -0800 |
| commit | d970b73df3900b730602c3fac3db820e693a72e2 (patch) | |
| tree | 993b4e7e551f2433242192ca3a1367f6ba3400af /examples/external | |
| parent | afc59cbcb5f5c60ea2a2d856c7fb2fd4e0473164 (diff) | |
| download | networkx-d970b73df3900b730602c3fac3db820e693a72e2.tar.gz | |
JavaScript example: fix link (#4450)
Diffstat (limited to 'examples/external')
| -rw-r--r-- | examples/external/javascript_force.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/external/javascript_force.py b/examples/external/javascript_force.py index 1c531135..8304ca79 100644 --- a/examples/external/javascript_force.py +++ b/examples/external/javascript_force.py @@ -8,7 +8,7 @@ to produce an HTML/Javascript drawing. You will need to download the following directory: -- https://github.com/networkx/networkx/tree/master/examples/javascript/force +- https://github.com/networkx/networkx/tree/master/examples/external/force """ import json |
