Skip to content

Commit 6dc04b2

Browse files
authored
master -> main (#190)
1 parent c58dad6 commit 6dc04b2

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ We welcome all contributions to the project that extend or improve code and/or d
77
This page includes information for how to get involved and contribute to the project, and guidelines for how to do so.
88

99
This project adheres to a
10-
[code of conduct](https://github.com/fooof-tools/fooof/blob/master/CODE_OF_CONDUCT.md)
10+
[code of conduct](https://github.com/fooof-tools/fooof/blob/main/CODE_OF_CONDUCT.md)
1111
that you are expected to uphold when participating in this project.
1212

1313
On this page, you can find information on:

README.rst

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ FOOOF - fitting oscillations & one over f
1313
.. |BuildStatus| image:: https://travis-ci.com/fooof-tools/fooof.svg
1414
.. _BuildStatus: https://travis-ci.com/fooof-tools/fooof
1515

16-
.. |Coverage| image:: https://codecov.io/gh/fooof-tools/fooof/branch/master/graph/badge.svg
16+
.. |Coverage| image:: https://codecov.io/gh/fooof-tools/fooof/branch/main/graph/badge.svg
1717
.. _Coverage: https://codecov.io/gh/fooof-tools/fooof
1818

1919
.. |License| image:: https://img.shields.io/pypi/l/fooof.svg
@@ -171,9 +171,9 @@ To see and get involved in discussions about the module, check out:
171171
- the `development page <https://github.com/fooof-tools/Development>`_ for discussion of potential major updates to the module
172172

173173
When interacting with this project, please use the
174-
`contribution guidelines <https://github.com/fooof-tools/fooof/blob/master/CONTRIBUTING.md>`_
174+
`contribution guidelines <https://github.com/fooof-tools/fooof/blob/main/CONTRIBUTING.md>`_
175175
and follow the
176-
`code of conduct <https://github.com/fooof-tools/fooof/blob/master/CODE_OF_CONDUCT.md>`_.
176+
`code of conduct <https://github.com/fooof-tools/fooof/blob/main/CODE_OF_CONDUCT.md>`_.
177177

178178
Quickstart
179179
----------
@@ -207,7 +207,7 @@ any identified peaks, reflecting periodic components.
207207

208208
Example output for the report of a FOOOF fit on an individual power spectrum:
209209

210-
.. image:: https://raw.githubusercontent.com/fooof-tools/fooof/master/doc/img/FOOOF_report.png
210+
.. image:: https://raw.githubusercontent.com/fooof-tools/fooof/main/doc/img/FOOOF_report.png
211211

212212
**Defining the model Settings**
213213

@@ -249,7 +249,7 @@ We can fit the group of power spectra by doing:
249249
250250
Example output from using FOOOFGroup across a group of power spectra:
251251

252-
.. image:: https://raw.githubusercontent.com/fooof-tools/fooof/master/doc/img/FOOOFGroup_report.png
252+
.. image:: https://raw.githubusercontent.com/fooof-tools/fooof/main/doc/img/FOOOFGroup_report.png
253253

254254
**Other Functionality**
255255

fooof/utils/download.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
###################################################################################################
99
###################################################################################################
1010

11-
DATA_URL = 'https://raw.githubusercontent.com/fooof-tools/fooof/master/data/'
11+
DATA_URL = 'https://raw.githubusercontent.com/fooof-tools/fooof/main/data/'
1212

1313
def check_data_folder(folder):
1414
"""Check if a data folder exists, and create if not.

0 commit comments

Comments
 (0)