Skip to content

Commit

Permalink
Renamed project url in files.
Browse files Browse the repository at this point in the history
  • Loading branch information
jramalhinho committed Mar 3, 2022
1 parent 8cf11d9 commit f5ea473
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 14 deletions.
8 changes: 4 additions & 4 deletions CONTRIBUTING.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ We welcome contributions to fan-slicer.
Reporting bugs and feature requests
-----------------------------------

Please create a new issue on https://github.com/jramalhinho/fan-slicer/issues/new
Please create a new issue on https://github.com/UCL/fan-slicer/issues/new

When reporting a bug, please include:
* The version of fan-slicer you are using
Expand All @@ -23,13 +23,13 @@ Fixing bugs or implement features

The easiest way to contribute is to follow these guidelines:

1. Look through the issues on https://github.com/jramalhinho/fan-slicer/issues and assign the relevant issue to yourself. If there is not an existing issue that covers your work, please create one: https://github.com/jramalhinho/fan-slicer/issues/new
1. Look through the issues on https://github.com/UCL/fan-slicer/issues and assign the relevant issue to yourself. If there is not an existing issue that covers your work, please create one: https://github.com/UCL/fan-slicer/issues/new
2. Read the design considerations below.
3. Fork the repository: https://github.com/jramalhinho/fan-slicer/fork
3. Fork the repository: https://github.com/UCL/fan-slicer/fork
4. Create a branch for your changes. The branch name should start with the issue number, followed by hyphen separated words describing the issue. For example: 1-update-contribution-guidelines
5. Make your changes following the coding guidelines below.
6. Commit and push your changes to your fork. The commit message should start with `Issue #<issue number>`, for example: "Issue #1: Fixed typo". Commit in small, related chunks. Review each commit and explain its purpose in the commit message.
7. Submit a merge request: https://github.com/jramalhinho/fan-slicer/pulls
7. Submit a merge request: https://github.com/UCL/fan-slicer/pulls

Design Considerations
---------------------
Expand Down
18 changes: 9 additions & 9 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@ Fan-slicer

.. image:: https://github.com/jramalhinho/fan-slicer/raw/main/project-icon.jpg
:height: 128px
:target: https://github.com/jramalhinho/fan-slicer
:target: https://github.com/UCL/fan-slicer
:alt: Logo

.. image:: https://github.com/jramalhinho/fan-slicer/workflows/.github/workflows/ci.yml/badge.svg
:target: https://github.com/jramalhinho/fan-slicer/actions/
:target: https://github.com/UCL/fan-slicer/actions/
:alt: GitLab-CI test status

.. image:: https://github.com/jramalhinho/fan-slicer/badges/main/coverage.svg
:target: https://github.com/jramalhinho/fan-slicer/commits/main
:target: https://github.com/UCL/fan-slicer/commits/main
:alt: Test coverage

.. image:: https://readthedocs.org/projects/fan-slicer/badge/?version=latest
Expand Down Expand Up @@ -49,7 +49,7 @@ You can clone the repository using the following command:

::

git clone https://github.com/jramalhinho/fan-slicer
git clone https://github.com/UCL/fan-slicer


Adding dependencies
Expand All @@ -65,7 +65,7 @@ Running tests
Pytest is used for running unit tests, but it is run via tox:
::

git clone https://github.com/jramalhinho/fan-slicer.git
git clone https://github.com/UCL/fan-slicer.git
cd fanslicer
tox -e pycuda

Expand Down Expand Up @@ -130,11 +130,11 @@ Supported by `Wellcome`_ and `EPSRC`_.

.. _`Wellcome EPSRC Centre for Interventional and Surgical Sciences`: http://www.ucl.ac.uk/weiss
.. _`Python Template from Scikit-Surgery`: https://github.com/SciKit-Surgery/PythonTemplate
.. _`source code repository`: https://github.com/jramalhinho/fan-slicer
.. _`source code repository`: https://github.com/UCL/fan-slicer
.. _`scikit-surgery`: https://github.com/UCL/scikit-surgery/wiki
.. _`University College London (UCL)`: http://www.ucl.ac.uk/
.. _`Wellcome`: https://wellcome.ac.uk/
.. _`EPSRC`: https://www.epsrc.ac.uk/
.. _`contributing guidelines`: https://github.com/jramalhinho/fan-slicer/blob/master/CONTRIBUTING.rst
.. _`license file`: https://github.com/jramalhinho/fan-slicer/blob/master/LICENSE
.. _`guide`: https://github.com/jramalhinho/fan-slicer/blob/master/USING.rst
.. _`contributing guidelines`: https://github.com/UCL/fan-slicer/blob/master/CONTRIBUTING.rst
.. _`license file`: https://github.com/UCL/fan-slicer/blob/master/LICENSE
.. _`guide`: https://github.com/UCL/fan-slicer/blob/master/USING.rst
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
description='',
long_description=long_description,
long_description_content_type='text/x-rst',
url='https://github.com/jramalhinho/fan-slicer',
url='https://github.com/UCL/fan-slicer',
author='João Ramalhinho',
author_email='jdmramalhinho@gmail.com',
license='BSD-3 license',
Expand Down

0 comments on commit f5ea473

Please sign in to comment.