Browse Source

Fixed two links

flowchartTest
jos 9 years ago
parent
commit
6ef9d20a7a
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      docs/network/index.html

+ 2
- 2
docs/network/index.html View File

@ -187,7 +187,7 @@
</body>
</html>
</pre>
<p><a href="http://visjs.org/examples/network/basic_usage.html" target="_blank">The result of the code above will be the basic example which is shown here.</a></p>
<p><a href="http://visjs.org/examples/network/basicUsage.html" target="_blank">The result of the code above will be the basic example which is shown here.</a></p>
<br>
</div>
@ -1417,7 +1417,7 @@ var options = {
<pre class="prettyprint lang-js">
// load the JSON file containing the Gephi network.
var gephiJSON = loadJSON("./datasources/WorldCup2014.json"); // code in <a href="../examples/network/data/importing_from_gephi.html">importing_from_gephi</a>.
var gephiJSON = loadJSON("./datasources/WorldCup2014.json"); // code in <a href="http://visjs.org/examples/network/data/importingFromGephi.html">importing_from_gephi</a>.
// you can customize the result like with these options. These are explained below.
// These are the default options.

Loading…
Cancel
Save