Skip to content

Commit eb4ff2a

Browse files
authored
Merge pull request #3930 from jnoordsij/fix-branch-references
Update various references from master to main brach
2 parents 3b3ef02 + 4b3654a commit eb4ff2a

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,10 @@ This is a **new feature | improvement | bugfix | documentation fix**.
2222
None.
2323

2424
<!-- BEFORE SUBMITTING YOUR PR, MAKE SURE TO FOLLOW THESE STEPS: -->
25-
<!-- 1. Pull the latest `master` branch -->
26-
<!-- 2. Make sure your Sass code is compliant with the [Bulma Sass styleguide](https://github.com/jgthms/bulma/blob/master/.github/CONTRIBUTING.md#bulma-sass-styleguide) -->
25+
<!-- 1. Pull the latest `main` branch -->
26+
<!-- 2. Make sure your Sass code is compliant with the [Bulma Sass styleguide](https://github.com/jgthms/bulma/blob/main/.github/CONTRIBUTING.md#bulma-sass-styleguide) -->
2727
<!-- 3. Make sure your PR only affects `.sass` or documentation files -->
28-
<!-- 4. [Try your changes](https://github.com/jgthms/bulma/blob/master/.github/CONTRIBUTING.md#try-your-changes). -->
28+
<!-- 4. [Try your changes](https://github.com/jgthms/bulma/blob/main/.github/CONTRIBUTING.md#try-your-changes). -->
2929

3030
<!-- How have you confirmed this feature works? -->
3131
<!-- Please explain more than "Yes". -->

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ Feel free to raise an issue or submit a pull request.
5252

5353
## CSS only
5454

55-
Bulma is a **CSS** framework. As such, the sole output is a single CSS file: [bulma.css](https://github.com/jgthms/bulma/blob/master/css/bulma.css)
55+
Bulma is a **CSS** framework. As such, the sole output is a single CSS file: [bulma.css](https://github.com/jgthms/bulma/blob/main/css/bulma.css)
5656

5757
You can either use that file, "out of the box", or download the Sass source files to customize the [variables](https://bulma.io/documentation/customize/#docsNav).
5858

@@ -138,7 +138,7 @@ Browse the [online documentation here.](https://bulma.io/documentation/start/ove
138138

139139
## Copyright and license ![Github](https://img.shields.io/github/license/jgthms/bulma?logo=Github)
140140

141-
Code copyright 2023 Jeremy Thomas. Code released under [the MIT license](https://github.com/jgthms/bulma/blob/master/LICENSE).
141+
Code copyright 2023 Jeremy Thomas. Code released under [the MIT license](https://github.com/jgthms/bulma/blob/main/LICENSE).
142142

143143
[npm-link]: https://www.npmjs.com/package/bulma
144144
[awesome-link]: https://github.com/awesome-css-group/awesome-css

0 commit comments

Comments
 (0)