|
1 | 1 | Python Template |
2 | 2 | =============================== |
3 | 3 |
|
4 | | -.. image:: https://github.com/UCL/PythonTemplate/workflows/.github/workflows/ci.yml/badge.svg |
5 | | - :target: https://github.com/UCL/PythonTemplate/actions |
| 4 | +.. image:: https://github.com/SciKit-Surgery/PythonTemplate/workflows/.github/workflows/ci.yml/badge.svg |
| 5 | + :target: https://github.com/SciKit-Surgery/PythonTemplate/actions |
6 | 6 | :alt: GitHub Actions CI statuss |
7 | 7 |
|
8 | 8 |
|
@@ -86,7 +86,7 @@ How to use |
86 | 86 |
|
87 | 87 | :: |
88 | 88 |
|
89 | | - cookiecutter https://github.com/UCL/PythonTemplate.git |
| 89 | + cookiecutter https://github.com/SciKit-Surgery/PythonTemplate.git |
90 | 90 |
|
91 | 91 | 3. Answer the questions to configure your template (press enter to choose defaults), for further details on available answers see "List of Parameters" below. |
92 | 92 |
|
@@ -229,16 +229,16 @@ Supported by `Wellcome`_ and `EPSRC`_. |
229 | 229 | .. _`spinx`: http://www.sphinx-doc.org/ |
230 | 230 | .. _`git`: https://git-scm.com/ |
231 | 231 | .. _`tox`: https://tox.readthedocs.io/ |
232 | | -.. _`scikit-surgery`: https://github.com/UCL/scikit-surgery/wiki |
| 232 | +.. _`scikit-surgery`: https://github.com/SciKit-Surgery/scikit-surgery |
233 | 233 | .. _`Unix Philosophy': https://en.wikipedia.org/wiki/Unix_philosophy |
234 | 234 | .. _`The WEISS Software Manifesto`: https://weisslab.cs.ucl.ac.uk/WEISS/_manifesto |
235 | 235 | .. _`Software Process`: https://doi.org/10.1109/ISBI.2004.1398621 |
236 | 236 | .. _`Wellcome EPSRC Centre for Interventional and Surgical Sciences`: http://www.ucl.ac.uk/weiss |
237 | 237 | .. _`University College London (UCL)`: http://www.ucl.ac.uk/ |
238 | 238 | .. _`Wellcome`: https://wellcome.ac.uk/ |
239 | 239 | .. _`EPSRC`: https://www.epsrc.ac.uk/ |
240 | | -.. _`contributing guidelines`: https://github.com/UCL/PythonTemplate/blob/master/CONTRIBUTING.rst |
241 | | -.. _`license file`: https://github.com/UCL/PythonTemplate/blob/master/LICENSE |
| 240 | +.. _`contributing guidelines`: https://github.com/SciKit-Surgery/PythonTemplate/blob/master/CONTRIBUTING.rst |
| 241 | +.. _`license file`: https://github.com/SciKit-Surgery/PythonTemplate/blob/master/LICENSE |
242 | 242 | .. _`Cookiecutter`: https://cookiecutter.readthedocs.io |
243 | 243 | .. _`WEISSLab`: https://weisslab.cs.ucl.ac.uk/ |
244 | 244 | .. _`ReadTheDocs`: https://readthedocs.org/ |
0 commit comments