From 515df8b7b72495cf8efe5b769eb68455acfc88f0 Mon Sep 17 00:00:00 2001 From: Safia Abdalla Date: Wed, 24 Feb 2016 11:08:45 -0600 Subject: [PATCH] Update README.md --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 263d782b9..8037fec03 100644 --- a/README.md +++ b/README.md @@ -82,7 +82,7 @@ need to use the 'nodejs-legacy' package and not the 'node' package. For more detailed development install instructions (e.g. recompiling javascript and css, running tests), see the -[Developer Documentation](http://jupyter.readthedocs.org/en/latest/contrib_guide_code.html) +[Developer Documentation](https://jupyter-notebook.readthedocs.org/en/latest/development_js.html) on ReadTheDocs and the [contributing guide](CONTRIBUTING.md). ### Ubuntu Trusty @@ -119,6 +119,12 @@ pip install -r requirements.txt -e . jupyter notebook ``` +## Contributing + +If you are interested in contributing to the project, you can find information about the +contribution process in the [Jupyter Contribution Guidelines] +(http://jupyter.readthedocs.org/en/latest/contrib_guide_code.html). + ## Resources - [Project Jupyter website](https://jupyter.org) - [Online Demo at try.jupyter.org](https://try.jupyter.org)