From 6917761574b77f8fd34a89fab9278f32d5eb0141 Mon Sep 17 00:00:00 2001 From: Josep M Sobrepere Date: Tue, 30 Jun 2020 18:07:50 +0200 Subject: [PATCH] Re-RxJs -> React-RxJS fix broken links --- README.md | 10 +++++----- package-lock.json | 2 +- package.json | 4 ++-- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 27a6fde..4ad81be 100644 --- a/README.md +++ b/README.md @@ -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" />

React bindings for RxJS

@@ -15,13 +15,13 @@
-[![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) Main features diff --git a/package-lock.json b/package-lock.json index c0d28b5..7f50bff 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "react-rxjs", - "version": "3.0.0-alpha.0", + "version": "3.0.0-alpha.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index bdd4bd7..399d7ff 100644 --- a/package.json +++ b/package.json @@ -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",