Skip to content

Commit

Permalink
Re-RxJs -> React-RxJS fix broken links
Browse files Browse the repository at this point in the history
  • Loading branch information
josepot committed Jun 30, 2020
1 parent e689b57 commit 6917761
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
height="86"
width="86"
alt="React-RxJS Logo"
src="https://raw.githubusercontent.com/react-rxjs/react-rxjs/main/assets/logo-128.png"
src="https://raw.githubusercontent.com/re-rxjs/react-rxjs/main/assets/logo-128.png"
/>

<p>React bindings for RxJS</p>
Expand All @@ -15,13 +15,13 @@
<hr />

<!-- prettier-ignore-start -->
[![Build Status](https://img.shields.io/travis/react-rxjs/react-rxjs.svg?style=flat-square)](https://travis-ci.org/react-rxjs/react-rxjs)
[![codecov](https://img.shields.io/codecov/c/github/react-rxjs/react-rxjs.svg?style=flat-square)](https://codecov.io/gh/react-rxjs/react-rxjs)
[![Build Status](https://img.shields.io/travis/re-rxjs/react-rxjs.svg?style=flat-square)](https://travis-ci.org/re-rxjs/react-rxjs)
[![codecov](https://img.shields.io/codecov/c/github/re-rxjs/react-rxjs.svg?style=flat-square)](https://codecov.io/gh/re-rxjs/react-rxjs)
[![version](https://img.shields.io/npm/v/react-rxjs.svg?style=flat-square)](https://www.npmjs.com/package/react-rxjs)
[![MIT License](https://img.shields.io/npm/l/react-rxjs.svg?style=flat-square)](https://github.com/react-rxjs/react-rxjs/blob/main/LICENSE)
[![MIT License](https://img.shields.io/npm/l/react-rxjs.svg?style=flat-square)](https://github.com/re-rxjs/react-rxjs/blob/main/LICENSE)
[![All Contributors](https://img.shields.io/badge/all_contributors-5-orange.svg?style=flat-square)](#contributors-)
[![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=flat-square)](http://makeapullrequest.com)
[![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)
[![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)
<!-- prettier-ignore-end -->

Main features
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "3.0.0-alpha.0",
"version": "3.0.0-alpha.1",
"bundlesize": [
{
"path": "./dist/react-rxjs.cjs.production.min.js",
Expand All @@ -10,7 +10,7 @@
"sideEffects": false,
"repository": {
"type": "git",
"url": "git+https://github.com/react-rxjs/react-rxjs.git"
"url": "git+https://github.com/re-rxjs/react-rxjs.git"
},
"license": "MIT",
"main": "dist/index.js",
Expand Down

0 comments on commit 6917761

Please sign in to comment.