From 6ef9d20a7a13570ddbe6306bd1dbf1ca0c351124 Mon Sep 17 00:00:00 2001 From: jos Date: Thu, 28 May 2015 15:42:29 +0200 Subject: [PATCH] Fixed two links --- docs/network/index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/network/index.html b/docs/network/index.html index 48f6468e..74c6ed86 100644 --- a/docs/network/index.html +++ b/docs/network/index.html @@ -187,7 +187,7 @@ </body> </html> -

The result of the code above will be the basic example which is shown here.

+

The result of the code above will be the basic example which is shown here.


@@ -1417,7 +1417,7 @@ var options = {
 // load the JSON file containing the Gephi network.
-var gephiJSON = loadJSON("./datasources/WorldCup2014.json"); // code in importing_from_gephi.
+var gephiJSON = loadJSON("./datasources/WorldCup2014.json"); // code in importing_from_gephi.
 
 // you can customize the result like with these options. These are explained below.
 // These are the default options.