summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.rst4
-rw-r--r--flit.ini2
2 files changed, 3 insertions, 3 deletions
diff --git a/README.rst b/README.rst
index 6d4435c..703f937 100644
--- a/README.rst
+++ b/README.rst
@@ -21,6 +21,6 @@ which means it features a standard set of magics.
A sample notebook is available online_.
-You can specify the path to your Octave executable by creating a `SCILAB_EXECUTABLE` environmental variable.
+You can specify the path to your Scilab executable by creating a `SCILAB_EXECUTABLE` environmental variable.
-.. _online: http://nbviewer.ipython.org/github/blink1073/scilab_kernel/blob/master/scilab_kernel.ipynb
+.. _online: http://nbviewer.ipython.org/github/calysto/scilab_kernel/blob/master/scilab_kernel.ipynb
diff --git a/flit.ini b/flit.ini
index 0ab8898..0039e81 100644
--- a/flit.ini
+++ b/flit.ini
@@ -2,7 +2,7 @@
module = scilab_kernel
author = Steven Silvester
author-email = steven.silvester@ieee.org
-home-page = https://github.com/blink1073/scilab_kernel
+home-page = https://github.com/calysto/scilab_kernel
requires = metakernel (>=0.10.5)
description-file = README.rst
classifiers = Framework :: IPython