Skip to content

Commit 6f6da73

Browse files
Copilotgonzalocasas
andcommitted
Update repository URLs from gramaziokohler to compas-dev
Co-authored-by: gonzalocasas <933277+gonzalocasas@users.noreply.github.com>
1 parent b9dfd6d commit 6f6da73

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

CONTRIBUTING.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Code contributions
88

99
We love pull requests from everyone! Here's a quick guide to improve the code:
1010

11-
1. Fork `the repository <https://github.com/gramaziokohler/compas_nurbs>`_ and clone the fork.
11+
1. Fork `the repository <https://github.com/compas-dev/compas_nurbs>`_ and clone the fork.
1212
2. Create a virtual environment using your tool of choice (e.g. ``virtualenv``, ``conda``, etc).
1313
3. Install development dependencies:
1414

@@ -61,7 +61,7 @@ Once you made the documentation changes locally, run the documentation generatio
6161
Bug reports
6262
-----------
6363

64-
When `reporting a bug <https://github.com/gramaziokohler/compas_nurbs/issues>`_
64+
When `reporting a bug <https://github.com/compas-dev/compas_nurbs/issues>`_
6565
please include:
6666

6767
* Operating system name and version.
@@ -73,7 +73,7 @@ Feature requests and feedback
7373
-----------------------------
7474

7575
The best way to send feedback is to file an issue on
76-
`Github <https://github.com/gramaziokohler/compas_nurbs/issues>`_. If you are proposing a feature:
76+
`Github <https://github.com/compas-dev/compas_nurbs/issues>`_. If you are proposing a feature:
7777

7878
* Explain in detail how it would work.
7979
* Keep the scope as narrow as possible, to make it easier to implement.

README.rst

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@ NURBS for COMPAS
55
.. start-badges
66
77
.. image:: https://img.shields.io/badge/License-MIT-blue.svg
8-
:target: https://github.com/gramaziokohler/compas_nurbs/blob/main/LICENSE
8+
:target: https://github.com/compas-dev/compas_nurbs/blob/main/LICENSE
99
:alt: License MIT
1010

11-
.. image:: https://github.com/gramaziokohler/compas_nurbs/workflows/build/badge.svg
12-
:target: https://github.com/gramaziokohler/compas_nurbs/actions
11+
.. image:: https://github.com/compas-dev/compas_nurbs/workflows/build/badge.svg
12+
:target: https://github.com/compas-dev/compas_nurbs/actions
1313
:alt: Github Actions
1414

1515
.. end-badges
@@ -24,7 +24,7 @@ Please refer to the Documentation_ for details.
2424

2525
.. _NURBS-Python: https://github.com/orbingol/NURBS-Python
2626
.. _NumPy: https://numpy.org/
27-
.. _Documentation: https://gramaziokohler.github.io/compas_nurbs/latest/
27+
.. _Documentation: https://compas.dev/compas_nurbs/latest/
2828

2929
**COMPAS NURBS** runs on Python x.x and x.x.
3030

@@ -56,7 +56,7 @@ Contributing
5656

5757
Make sure you setup your local development environment correctly:
5858

59-
* Clone the `compas_nurbs <https://github.com/gramaziokohler/compas_nurbs>`_ repository.
59+
* Clone the `compas_nurbs <https://github.com/compas-dev/compas_nurbs>`_ repository.
6060
* Install development dependencies and make the project accessible from Rhino:
6161

6262
::

0 commit comments

Comments
 (0)