From 1833980fffe191a90fee357c84dff82de3e36528 Mon Sep 17 00:00:00 2001 From: Steven Silvester Date: Sat, 23 Jan 2016 06:11:36 -0600 Subject: Update readme and flit for new location --- README.rst | 4 ++-- flit.ini | 2 +- 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 -- cgit