Re-RxJs -> React-RxJS fix broken links

This commit is contained in:
Josep M Sobrepere 2020-06-30 18:07:50 +02:00
parent e689b573c0
commit 6917761574
3 changed files with 8 additions and 8 deletions

View File

@ -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>
@ -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

2
package-lock.json generated
View File

@ -1,6 +1,6 @@
{
"name": "react-rxjs",
"version": "3.0.0-alpha.0",
"version": "3.0.0-alpha.1",
"lockfileVersion": 1,
"requires": true,
"dependencies": {

View File

@ -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",
@ -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",