<p><ahref="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><ahref="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 = {
<preclass="prettyprint lang-js">
// load the JSON file containing the Gephi network.
var gephiJSON = loadJSON("./datasources/WorldCup2014.json"); // code in <ahref="../examples/network/data/importing_from_gephi.html">importing_from_gephi</a>.
var gephiJSON = loadJSON("./datasources/WorldCup2014.json"); // code in <ahref="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.