Skip to content

Commit cb89f58

Browse files
committed
Update main branch references
This is due the recent renaming of the branch "master" to "main".
1 parent 48168b3 commit cb89f58

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on:
44
pull_request:
55
push:
66
branches:
7-
- master
7+
- main
88

99
jobs:
1010
test:

CHANGELOG.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -275,7 +275,7 @@ this function can create a tree with more or less nodes. - thanks [@ericlathrop]
275275
- Added support for `nth-of-type`, `first-of-type`, `last-of-type` and `last-child` pseudo-classes - thanks [@saleem1337](https://github.com/saleem1337).
276276
- Added support for `nth-child` pseudo-class functional notation - thanks [@nirev](https://github.com/nirev).
277277
- Added functional notation support for `nth-of-type` pseudo-class.
278-
- Added a [Contributing guide](https://github.com/philss/floki/blob/master/CONTRIBUTING.md).
278+
- Added a [Contributing guide](https://github.com/philss/floki/blob/main/CONTRIBUTING.md).
279279

280280
### Fixed
281281

@@ -286,7 +286,7 @@ this function can create a tree with more or less nodes. - thanks [@ericlathrop]
286286

287287
### Added
288288

289-
- Added a [Code of Conduct](https://github.com/philss/floki/blob/master/CODE_OF_CONDUCT.md).
289+
- Added a [Code of Conduct](https://github.com/philss/floki/blob/main/CODE_OF_CONDUCT.md).
290290

291291
### Fixed
292292

CONTRIBUTING.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
We want to encourage you to contribute to Floki with documentation, code and ideas.
44
To do so, you can read the existing docs and take a look at our source code through [closed pull requests](https://github.com/philss/floki/pulls?q=is%3Apr+is%3Aclosed).
55

6-
Before starting, please read our [Code of Conduct](https://github.com/philss/floki/blob/master/CODE_OF_CONDUCT.md) and our [License](https://github.com/philss/floki/blob/master/LICENSE) files.
6+
Before starting, please read our [Code of Conduct](https://github.com/philss/floki/blob/main/CODE_OF_CONDUCT.md) and our [License](https://github.com/philss/floki/blob/main/LICENSE) files.
77

88
### Docs
99

README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
[![Actions Status](https://github.com/philss/floki/workflows/CI/badge.svg?branch=master)](https://github.com/philss/floki/actions)
1+
[![Actions Status](https://github.com/philss/floki/workflows/CI/badge.svg?branch=main)](https://github.com/philss/floki/actions)
22
[![Floki version](https://img.shields.io/hexpm/v/floki.svg)](https://hex.pm/packages/floki)
33
[![Hex Docs](https://img.shields.io/badge/hex-docs-lightgreen.svg)](https://hexdocs.pm/floki/)
44
[![Hex.pm](https://img.shields.io/hexpm/dt/floki.svg)](https://hex.pm/packages/floki)
5-
[![License](https://img.shields.io/hexpm/l/floki.svg)](https://github.com/philss/floki/blob/master/LICENSE)
6-
[![Last Updated](https://img.shields.io/github/last-commit/philss/floki.svg)](https://github.com/philss/floki/commits/master)
5+
[![License](https://img.shields.io/hexpm/l/floki.svg)](https://github.com/philss/floki/blob/main/LICENSE)
6+
[![Last Updated](https://img.shields.io/github/last-commit/philss/floki.svg)](https://github.com/philss/floki/commits/main)
77

88
<img src="assets/images/floki-logo-with-type.svg" width="500" alt="Floki logo">
99

@@ -270,4 +270,4 @@ There are also some selectors based on non-standard specifications. They are:
270270

271271
Copyright (c) 2014 Philip Sampaio Silva
272272

273-
Floki is under MIT license. Check the [LICENSE](https://github.com/philss/floki/blob/master/LICENSE) file for more details.
273+
Floki is under MIT license. Check the [LICENSE](https://github.com/philss/floki/blob/main/LICENSE) file for more details.

0 commit comments

Comments
 (0)