Skip to content

Commit 6a9a8a2

Browse files
authored
fix up urls for new home (#14)
1 parent 8e5cbf0 commit 6a9a8a2

File tree

4 files changed

+12
-12
lines changed

4 files changed

+12
-12
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ pip install robotframework-jupyterlibrary
4444
- get [Miniconda3][] (as in Python 3.6+)
4545
- clone this repo...
4646

47-
git clone https://github.com/bollwyvl/robotframework-jupyterlibrary
47+
git clone https://github.com/robots-from-jupyter/robotframework-jupyterlibrary
4848
cd robotframework-jupyterlibrary
4949

5050
- update and activate...
@@ -69,12 +69,12 @@ from a number of other projects:
6969
- [Jyve][] ([BSD-3-Clause][jyve-license])
7070
- Initial implementations of robot keywords
7171

72-
[acceptance tests]: https://github.com/bollwyvl/robotframework-jupyterlab
72+
[acceptance tests]: https://github.com/robots-from-jupyter/robotframework-jupyterlab
7373
[Miniconda3]: https://conda.io/miniconda.html
7474
[binder-badge]: https://mybinder.org/badge_logo.svg
75-
[binder]: https://mybinder.org/v2/gh/bollwyvl/robotframework-jupyterlibrary/master?urlpath=lab/tree/README.md
76-
[pipeline-badge]: https://dev.azure.com/nickbollweg/nickbollweg/_apis/build/status/bollwyvl.robotframework-jupyterlibrary
77-
[pipeline]: https://dev.azure.com/nickbollweg/nickbollweg/_build/latest?definitionId=2
75+
[binder]: https://mybinder.org/v2/gh/robots-from-jupyter/robotframework-jupyterlibrary/master?urlpath=lab/tree/README.md
76+
[pipeline-badge]: https://dev.azure.com/robots-from-jupyter/robots-from-jupyter/_apis/build/status/robots-from-jupyter.robotframework-jupyterlibrary?branchName=master
77+
[pipeline]: https://dev.azure.com/robots-from-jupyter/robots-from-jupyter/_build/latest?definitionId=4
7878
[docs-badge]: https://readthedocs.org/projects/robotframework-jupyterlibrary/badge/?version=latest
7979
[pip-badge]: https://img.shields.io/pypi/v/robotframework-jupyterlibrary.svg
8080
[pip]: https://pypi.org/project/robotframework-jupyterlibrary

docs/CI.ipynb

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,8 @@
3838
"\n",
3939
"> `JupyterLibrary` is itself built on Azure, and looking at the [pipeline][] and various [jobs and steps][] used can provide the best patterns we have found.\n",
4040
"\n",
41-
"[pipeline]: https://github.com/bollwyvl/robotframework-jupyterlibrary/blob/master/azure-pipelines.yml\n",
42-
"[jobs and steps]: https://github.com/bollwyvl/robotframework-jupyterlibrary/tree/master/ci"
41+
"[pipeline]: https://github.com/robots-from-jupyter/robotframework-jupyterlibrary/blob/master/azure-pipelines.yml\n",
42+
"[jobs and steps]: https://github.com/robots-from-jupyter/robotframework-jupyterlibrary/tree/master/ci"
4343
]
4444
},
4545
{
@@ -64,8 +64,8 @@
6464
"\n",
6565
"> `JupyterLibrary` uses a small collection of [scripts][], not shipped as part of the distribution, which handle the pipeline. In addition, this library uses [anaconda-project][] to manage multiple environment versions, and to combine multiple script invocations with different parameters into small, easy-to-remember (and complete) commands. Unfortunately, some of these approaches don't _quite_ work in Azure Pipelines, so some duplication of commands and dependencies are present.\n",
6666
"\n",
67-
"[scripts]: https://github.com/bollwyvl/robotframework-jupyterlibrary/tree/master/scripts\n",
68-
"[anaconda-project]: https://github.com/bollwyvl/robotframework-jupyterlibrary/blob/master/anaconda-project.yml"
67+
"[scripts]: https://github.com/robots-from-jupyter/robotframework-jupyterlibrary/tree/master/scripts\n",
68+
"[anaconda-project]: https://github.com/robots-from-jupyter/robotframework-jupyterlibrary/blob/master/anaconda-project.yml"
6969
]
7070
}
7171
],

docs/INSTALL.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
"\n",
5050
"pip install --no-deps \\ # don't want any surprises\n",
5151
" nteract_on_jupyter \\ # now with more ✨\n",
52-
" git+http://github.com/bollwyvl/robotframework-jupyterlibrary#egg=JupyterLibrary\n",
52+
" git+http://github.com/robots-from-jupyter/robotframework-jupyterlibrary#egg=JupyterLibrary\n",
5353
"```\n",
5454
"Also take a gander at this project's `environment.yml` or `anaconda-project.yml` at that URL there."
5555
]
@@ -63,7 +63,7 @@
6363
"- get Miniconda\n",
6464
"- clone\n",
6565
" \n",
66-
" git clone http://github.com/bollwyvl/robotframework-jupyterlibrary\n",
66+
" git clone http://github.com/robots-from-jupyter/robotframework-jupyterlibrary\n",
6767
"\n",
6868
"- update and activate\n",
6969
"\n",

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name = robotframework-jupyterlibrary
33
description = A Robot Framework library for automating (testing of) Jupyter end-user applications and extensions
44
long_description = file: README.md
55
long_description_content_type = text/markdown
6-
url = https://github.com/bollwyvl/robotframework-jupyterlibrary
6+
url = https://github.com/robots-from-jupyter/robotframework-jupyterlibrary
77
author = Nicholas Bollweg
88
author_email = [email protected]
99
license = BSD-3-Clause

0 commit comments

Comments
 (0)