Skip to content

Commit 2a9b73f

Browse files
Update badges in the README
The update changes links of badges in README due to `master` -> `main` branch migration. This commit also updates the README in the src/ directory of the package.
1 parent bf2c0b8 commit 2a9b73f

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,13 @@
55
<a href="https://www.npmjs.com/package/@react-native-community/slider">
66
<img src="https://img.shields.io/npm/v/@react-native-community/slider.svg" alt="Latest version released on npmjs" />
77
</a>
8-
<a href="https://app.circleci.com/pipelines/github/callstack/react-native-slider?branch=master">
9-
<img src="https://img.shields.io/circleci/project/github/callstack/react-native-slider/master.svg" alt="Build on CircleCI" />
8+
<a href="https://app.circleci.com/pipelines/github/callstack/react-native-slider?branch=main">
9+
<img src="https://img.shields.io/circleci/project/github/callstack/react-native-slider/main.svg" alt="Build on CircleCI" />
1010
</a>
1111
<a href="https://github.com/callstack/react-native-slider">
1212
<img src="https://img.shields.io/badge/platforms-android%20|%20ios%20|%20windows%20|%20web-lightgrey.svg" alt="Supported platforms" />
1313
</a>
14-
<a href="https://github.com/callstack/react-native-slider/blob/master/LICENSE.md">
14+
<a href="https://github.com/callstack/react-native-slider/blob/main/LICENSE.md">
1515
<img src="https://img.shields.io/npm/l/@react-native-community/slider.svg" alt="License" />
1616
</a>
1717
</p>

src/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,13 @@
55
<a href="https://www.npmjs.com/package/@react-native-community/slider">
66
<img src="https://img.shields.io/npm/v/@react-native-community/slider.svg" alt="Latest version released on npmjs" />
77
</a>
8-
<a href="https://app.circleci.com/pipelines/github/callstack/react-native-slider?branch=master">
9-
<img src="https://img.shields.io/circleci/project/github/callstack/react-native-slider/master.svg" alt="Build on CircleCI" />
8+
<a href="https://app.circleci.com/pipelines/github/callstack/react-native-slider?branch=main">
9+
<img src="https://img.shields.io/circleci/project/github/callstack/react-native-slider/main.svg" alt="Build on CircleCI" />
1010
</a>
1111
<a href="https://github.com/callstack/react-native-slider">
1212
<img src="https://img.shields.io/badge/platforms-android%20|%20ios%20|%20windows%20|%20web-lightgrey.svg" alt="Supported platforms" />
1313
</a>
14-
<a href="https://github.com/callstack/react-native-slider/blob/master/LICENSE.md">
14+
<a href="https://github.com/callstack/react-native-slider/blob/main/LICENSE.md">
1515
<img src="https://img.shields.io/npm/l/@react-native-community/slider.svg" alt="License" />
1616
</a>
1717
</p>
@@ -22,7 +22,7 @@
2222

2323
|iOS|Android|Windows|
2424
|:-:|:-:|:-:|
25-
|![iOS Screenshot](https://raw.githubusercontent.com/callstack/react-native-slider/master/.github/Examples/Slider-iOS-Example.gif)|![Android Screenshot](https://raw.githubusercontent.com/callstack/react-native-slider/master/.github/Examples/Slider-Android-Example.gif)|![Windows Screenshot](https://raw.githubusercontent.com/callstack/react-native-slider/master/.github/Examples/Slider-Windows-Example.gif)|
25+
|![iOS Screenshot](https://raw.githubusercontent.com/callstack/react-native-slider/main/.github/Examples/Slider-iOS-Example.gif)|![Android Screenshot](https://raw.githubusercontent.com/callstack/react-native-slider/master/.github/Examples/Slider-Android-Example.gif)|![Windows Screenshot](https://raw.githubusercontent.com/callstack/react-native-slider/main/.github/Examples/Slider-Windows-Example.gif)|
2626

2727
## Installation & Usage
2828

0 commit comments

Comments
 (0)