Skip to content

Commit 6917761

Browse files
committed
Re-RxJs -> React-RxJS fix broken links
1 parent e689b57 commit 6917761

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
height="86"
66
width="86"
77
alt="React-RxJS Logo"
8-
src="https://raw.githubusercontent.com/react-rxjs/react-rxjs/main/assets/logo-128.png"
8+
src="https://raw.githubusercontent.com/re-rxjs/react-rxjs/main/assets/logo-128.png"
99
/>
1010

1111
<p>React bindings for RxJS</p>
@@ -15,13 +15,13 @@
1515
<hr />
1616

1717
<!-- prettier-ignore-start -->
18-
[![Build Status](https://img.shields.io/travis/react-rxjs/react-rxjs.svg?style=flat-square)](https://travis-ci.org/react-rxjs/react-rxjs)
19-
[![codecov](https://img.shields.io/codecov/c/github/react-rxjs/react-rxjs.svg?style=flat-square)](https://codecov.io/gh/react-rxjs/react-rxjs)
18+
[![Build Status](https://img.shields.io/travis/re-rxjs/react-rxjs.svg?style=flat-square)](https://travis-ci.org/re-rxjs/react-rxjs)
19+
[![codecov](https://img.shields.io/codecov/c/github/re-rxjs/react-rxjs.svg?style=flat-square)](https://codecov.io/gh/re-rxjs/react-rxjs)
2020
[![version](https://img.shields.io/npm/v/react-rxjs.svg?style=flat-square)](https://www.npmjs.com/package/react-rxjs)
21-
[![MIT License](https://img.shields.io/npm/l/react-rxjs.svg?style=flat-square)](https://github.com/react-rxjs/react-rxjs/blob/main/LICENSE)
21+
[![MIT License](https://img.shields.io/npm/l/react-rxjs.svg?style=flat-square)](https://github.com/re-rxjs/react-rxjs/blob/main/LICENSE)
2222
[![All Contributors](https://img.shields.io/badge/all_contributors-5-orange.svg?style=flat-square)](#contributors-)
2323
[![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=flat-square)](http://makeapullrequest.com)
24-
[![Code of Conduct](https://img.shields.io/badge/code%20of-conduct-ff69b4.svg?style=flat-square)](https://github.com/react-rxjs/react-rxjs/blob/main/CODE_OF_CONDUCT.md)
24+
[![Code of Conduct](https://img.shields.io/badge/code%20of-conduct-ff69b4.svg?style=flat-square)](https://github.com/re-rxjs/react-rxjs/blob/main/CODE_OF_CONDUCT.md)
2525
<!-- prettier-ignore-end -->
2626

2727
Main features

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "3.0.0-alpha.0",
2+
"version": "3.0.0-alpha.1",
33
"bundlesize": [
44
{
55
"path": "./dist/react-rxjs.cjs.production.min.js",
@@ -10,7 +10,7 @@
1010
"sideEffects": false,
1111
"repository": {
1212
"type": "git",
13-
"url": "git+https://github.com/react-rxjs/react-rxjs.git"
13+
"url": "git+https://github.com/re-rxjs/react-rxjs.git"
1414
},
1515
"license": "MIT",
1616
"main": "dist/index.js",

0 commit comments

Comments
 (0)