Skip to content

Commit

Permalink
use default branch main (#71)
Browse files Browse the repository at this point in the history
  • Loading branch information
bollwyvl authored Aug 18, 2023
1 parent c53d8f7 commit 9ed111c
Show file tree
Hide file tree
Showing 8 changed files with 14 additions and 14 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ name: CI
on:
push:
branches:
- master
- main
pull_request:
branches:
- master
- main

env:
PIP_DISABLE_PIP_VERSION_CHECK: 1
Expand Down
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ doit lint
- ensure the CHANGELOG is updated
- wait for CI
- download the dist
- make a GitHub release off `master`
- make a GitHub release off `main`
- upload the assets
- upload to PyPI, npm
- handle conda-forge chores
Expand Down
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@
[![ci-badge]][ci] [![demo-badge]][demo]

[ci]:
https://github.com/deathbeds/jupyterlab-fonts/actions?query=branch%3Amaster
https://github.com/deathbeds/jupyterlab-fonts/actions?query=branch%3Amain
'current build status of jupyterlab-fonts'
[ci-badge]:
https://github.com/deathbeds/jupyterlab-fonts/actions/workflows/ci.yml/badge.svg
[demo]:
https://mybinder.org/v2/gh/deathbeds/jupyterlab-fonts/master?urlpath=lab
https://mybinder.org/v2/gh/deathbeds/jupyterlab-fonts/main?urlpath=lab
'an interactive demo of jupyterlab-fonts'
[demo-badge]: https://mybinder.org/badge_logo.svg

Expand All @@ -28,13 +28,13 @@
> time-permitting basis.
[license]:
https://github.com/deathbeds/jupyterlab-fonts/blob/master/LICENSE
https://github.com/deathbeds/jupyterlab-fonts/blob/main/LICENSE
'BSD-3-Clause'
[contributing]:
https://github.com/deathbeds/jupyterlab-fonts/blob/master/CONTRIBUTING.md
https://github.com/deathbeds/jupyterlab-fonts/blob/main/CONTRIBUTING.md
'contribute to jupyterlab-fonts'
[changelog]:
https://github.com/deathbeds/jupyterlab-fonts/blob/master/CHANGELOG.md
https://github.com/deathbeds/jupyterlab-fonts/blob/main/CHANGELOG.md
'the history of jupyterlab-fonts'
[pr]:
https://github.com/deathbeds/jupyterlab-fonts/pulls
Expand Down Expand Up @@ -97,7 +97,7 @@ changes, and its license information will be stored in the Notebook metadata.
> use in collaboration. We're looking into some alterate approaches.
[fonts-icon]:
https://raw.githubusercontent.com/deathbeds/jupyterlab-fonts/master/packages/jupyterlab-fonts/style/icons/fonts.svg
https://raw.githubusercontent.com/deathbeds/jupyterlab-fonts/main/packages/jupyterlab-fonts/style/icons/fonts.svg

### Advanced Configuration

Expand Down
2 changes: 1 addition & 1 deletion packages/jupyterlab-font-anonymous-pro/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ conda install -c conda-forge jupyterlab-fonts
```

For more information, see the
[contribution guide](https://github.com/deathbeds/jupyterlab-fonts/blob/master/CONTRIBUTING.md).
[contribution guide](https://github.com/deathbeds/jupyterlab-fonts/blob/main/CONTRIBUTING.md).
2 changes: 1 addition & 1 deletion packages/jupyterlab-font-dejavu-sans-mono/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ conda install -c conda-forge jupyterlab-fonts
```

For more information, see the
[contribution guide](https://github.com/deathbeds/jupyterlab-fonts/blob/master/CONTRIBUTING.md).
[contribution guide](https://github.com/deathbeds/jupyterlab-fonts/blob/main/CONTRIBUTING.md).
2 changes: 1 addition & 1 deletion packages/jupyterlab-font-fira-code/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ conda install -c conda-forge jupyterlab-fonts
```

For more information, see the
[contribution guide](https://github.com/deathbeds/jupyterlab-fonts/blob/master/CONTRIBUTING.md).
[contribution guide](https://github.com/deathbeds/jupyterlab-fonts/blob/main/CONTRIBUTING.md).
2 changes: 1 addition & 1 deletion packages/jupyterlab-fonts/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ conda install -c conda-forge jupyterlab-fonts
```

For more information, see the
[contribution guide](https://github.com/deathbeds/jupyterlab-fonts/blob/master/CONTRIBUTING.md).
[contribution guide](https://github.com/deathbeds/jupyterlab-fonts/blob/main/CONTRIBUTING.md).
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,6 @@
project_urls={
"Bug Tracker": __js__["bugs"]["url"],
"Source Code": __js__["repository"]["url"],
"Changelog": f"""{__js__["repository"]["url"]}/blob/master/CHANGELOG.md""",
"Changelog": f"""{__js__["repository"]["url"]}/blob/main/CHANGELOG.md""",
},
)

0 comments on commit 9ed111c

Please sign in to comment.