Browse Source

Update links in services readme

Steven Silvester 7 years ago
parent
commit
b363e3b33e
1 changed files with 5 additions and 5 deletions
  1. 5 5
      packages/services/README.md

+ 5 - 5
packages/services/README.md

@@ -3,7 +3,7 @@ JupyterLab Services
 
 Javascript client for the Jupyter services REST APIs
 
-[API Docs](http://jupyterlab.github.io/services/)
+[API Docs](http://jupyterlab.github.io/jupyterlab/)
 
 [REST API Docs](http://petstore.swagger.io/?url=https://raw.githubusercontent.com/jupyter/notebook/master/notebook/services/api/api.yaml)
 
@@ -16,7 +16,7 @@ Package Install
 
 **Prerequisites**
 - [node](http://nodejs.org/)
-- [python](https://www.continuum.io/downloads)
+- [python](https://www.anaconda.com/download)
 
 ```bash
 npm install --save @jupyterlab/services
@@ -30,11 +30,11 @@ Source Build
 **Prerequisites**
 - [git](http://git-scm.com/)
 - [node 0.12+](http://nodejs.org/)
-- [python](https://www.continuum.io/downloads)
+- [python](https://www.anaconda.com/download)
 
 ```bash
-git clone https://github.com/jupyterlab/services.git
-cd services
+git clone https://github.com/jupyterlab/jupyterlab.git
+cd packages/services
 npm install
 npm run build
 conda install notebook  # notebook 4.3+ required