Update basic example link
diff --git a/index.html b/index.html
index b389733..02a91f1 100644
--- a/index.html
+++ b/index.html
@@ -135,7 +135,7 @@
 		                <br>
 		                <b>Browse through the examples:</b>
 		                <br>
-		                <a href="https://github.com/jonahkichwacoders/org.eclipse.dataset.examples/blob/master/org.eclipse.dataset.examples/src/org/eclipse/dawnsci/analysis/examples/dataset/BasicExample.java"><b>Basic Example</b></a> show simple concepts for array creation, maths and slicing.
+		                <a href="https://github.com/eclipse/january/blob/master/org.eclipse.january.examples/src/org/eclipse/january/examples/dataset/BasicExample.java"><b>Basic Example</b></a> show simple concepts for array creation, maths and slicing.
 		                <br>
 		                <a href="https://github.com/eclipse/january/blob/master/org.eclipse.january.examples/src/org/eclipse/january/examples/dataset/NumpyExamples.java"><b>NumPy Examples</b></a> show how common NumPy constructs map to Eclipse Datasets.
 		                <br>