Skip to content

Commit 2323fe4

Browse files
committed
Update github links
1 parent 21575e8 commit 2323fe4

2 files changed

Lines changed: 12 additions & 12 deletions

File tree

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# MNE-RSA
22

3-
[![Unit tests](https://github.com/wmvanvliet/mne-rsa/workflows/unit%20tests/badge.svg)](https://github.com/wmvanvliet/mne-rsa/actions?query=workflow%3A%22unit+tests%22)
4-
[![docs](https://github.com/wmvanvliet/mne-rsa/workflows/build-docs/badge.svg)](https://github.com/wmvanvliet/mne-rsa/actions?query=workflow%3Abuild-docs)
3+
[![Unit tests](https://github.com/mne-tools/mne-rsa/workflows/unit%20tests/badge.svg)](https://github.com/mne-tools/mne-rsa/actions?query=workflow%3A%22unit+tests%22)
4+
[![docs](https://github.com/mne-tools/mne-rsa/workflows/build-docs/badge.svg)](https://github.com/mne-tools/mne-rsa/actions?query=workflow%3Abuild-docs)
55
[![doi](https://zenodo.org/badge/194268560.svg)](https://zenodo.org/doi/10.5281/zenodo.11242874)
66

77
This is a Python package for performing representational similarity analysis (RSA) using [MNE-Python](https://martinos.org/mne/stable/index.html>) data structures.
@@ -98,18 +98,18 @@ However, there is also some integration with [nipy](https://nipy.org) for fMRI t
9898
## Support
9999

100100
This free software comes without any form of official support.
101-
However, if you think you have encountered a bug or have a particularly great idea for improvements, please open an [issue on Github](https://github.com/wmvanvliet/mne-rsa/issues).
101+
However, if you think you have encountered a bug or have a particularly great idea for improvements, please open an [issue on Github](https://github.com/mne-tools/mne-rsa/issues).
102102
For questions and help with your analysis, you are welcome to post on the [MNE forum](https://mne.discourse.group/).
103103

104104
## Contributing
105105

106-
Development of the package happens on [Github](https://github.com/wmvanvliet/mne-rsa).
107-
Everyone is welcome to raise [issues](https://github.com/wmvanvliet/mne-rsa/issues) or contribute [pull requests](https://github.com/wmvanvliet/mne-rsa/pulls).
106+
Development of the package happens on [Github](https://github.com/mne-tools/mne-rsa).
107+
Everyone is welcome to raise [issues](https://github.com/mne-tools/mne-rsa/issues) or contribute [pull requests](https://github.com/mne-tools/mne-rsa/pulls).
108108

109109
Here is how to install the additional required packages for developing MNE-RSA and set up the package in development mode:
110110

111111
```bash
112-
git clone git@github.com:wmvanvliet/mne-rsa.git
112+
git clone git@github.com:mne-tools/mne-rsa.git
113113
cd mne-rsa
114114
pip install -r requirements-dev.txt
115115
pip install -e .
@@ -124,5 +124,5 @@ If you end up using this package for the data analysis that is part of a scienti
124124
article, please cite:
125125

126126
Marijn van Vliet, Takao Shimizu, Stefan Appelhoff, Yuan-Fang Zhao, & Richard
127-
Höchenberger. (2024). wmvanvliet/mne-rsa: Version 0.9.1 (0.9.1). Zenodo.
127+
Höchenberger. (2024). mne-tools/mne-rsa: Version 0.9.1 (0.9.1). Zenodo.
128128
https://doi.org/10.5281/zenodo.11258133

doc/index.rst

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -115,21 +115,21 @@ Support
115115
^^^^^^^
116116

117117
This free software comes without any form of official support.
118-
However, if you think you have encountered a bug or have a particularly great idea for improvements, please open an `issue on Github <https://github.com/wmvanvliet/mne-rsa/issues>`_.
118+
However, if you think you have encountered a bug or have a particularly great idea for improvements, please open an `issue on Github <https://github.com/mne-tools/mne-rsa/issues>`_.
119119
For questions and help with your analysis, you are welcome to post on the `MNE forum <https://mne.discourse.group/>`_.
120120

121121

122122
Contributing
123123
^^^^^^^^^^^^
124124

125-
Development of the package happens on `Github <https://github.com/wmvanvliet/mne-rsa>`_.
126-
Everyone is welcome to raise `issues <https://github.com/wmvanvliet/mne-rsa/issues>`_ or contribute `pull requests <https://github.com/wmvanvliet/mne-rsa/pulls>`_.
125+
Development of the package happens on `Github <https://github.com/mne-tools/mne-rsa>`_.
126+
Everyone is welcome to raise `issues <https://github.com/mne-tools/mne-rsa/issues>`_ or contribute `pull requests <https://github.com/mne-tools/mne-rsa/pulls>`_.
127127

128128
Here is how to install the additional required packages for developing MNE-RSA and set up the package in development mode:
129129

130130
.. code:: bash
131131
132-
git clone git@github.com:wmvanvliet/mne-rsa.git
132+
git clone git@github.com:mne-tools/mne-rsa.git
133133
cd mne-rsa
134134
pip install -r requirements-dev.txt
135135
pip install -e .
@@ -144,7 +144,7 @@ If you end up using this package for the data analysis that is part of a scienti
144144
article, please cite:
145145

146146
Marijn van Vliet, Takao Shimizu, Stefan Appelhoff, Yuan-Fang Zhao, & Richard
147-
Höchenberger. (2024). wmvanvliet/mne-rsa: Version 0.9.1 (0.9.1). Zenodo.
147+
Höchenberger. (2024). mne-tools/mne-rsa: Version 0.9.1 (0.9.1). Zenodo.
148148
https://doi.org/10.5281/zenodo.11258133
149149

150150
.. toctree::

0 commit comments

Comments
 (0)