Skip to content

Commit

Permalink
Merge pull request #765 from pllim/replace-with-main
Browse files Browse the repository at this point in the history
MNT: Replace master with main
  • Loading branch information
mwcraig committed Mar 16, 2021
2 parents fc80de3 + 7af1c4a commit 40bafe7
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ Contributing to ccdproc
-----------------------

Contributions for ccdproc should follow the [guidelines for contributing to
astropy](https://github.com/astropy/astropy/blob/master/CONTRIBUTING.md).
astropy](https://github.com/astropy/astropy/blob/main/CONTRIBUTING.md).
2 changes: 1 addition & 1 deletion .github/workflows/ci_tests.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: CI Tests
name: CI

on:
push:
Expand Down
2 changes: 1 addition & 1 deletion AUTHORS.rst
Original file line number Diff line number Diff line change
Expand Up @@ -82,5 +82,5 @@ improvements outside of GitHub, or otherwise assisted the project.

(If you have contributed to the ccdproc project and your name is missing,
please send an email to the coordinators, or
`open a pull request for this page <https://github.com/astropy/ccdproc/edit/master/AUTHORS.rst>`_
`open a pull request for this page <https://github.com/astropy/ccdproc/edit/main/AUTHORS.rst>`_
in the `ccdproc repository <https://github.com/astropy/ccdproc>`_)
5 changes: 3 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
ccdproc
=======

.. image:: https://travis-ci.org/astropy/ccdproc.svg?branch=master
:target: https://travis-ci.org/astropy/ccdproc
.. image:: https://github.com/astropy/ccdproc/workflows/CI/badge.svg
:target: https://github.com/astropy/ccdproc/actions
:alt: GitHub Actions CI Status

.. image:: https://coveralls.io/repos/astropy/ccdproc/badge.svg
:target: https://coveralls.io/r/astropy/ccdproc
Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@
if versionmod.version.release:
edit_on_github_branch = "v" + versionmod.version.version
else:
edit_on_github_branch = "master"
edit_on_github_branch = "main"

edit_on_github_source_root = ""
edit_on_github_doc_root = "docs"
Expand Down

0 comments on commit 40bafe7

Please sign in to comment.