From b0a7533e7c7097076f8df3492addc73e0e29e7ce Mon Sep 17 00:00:00 2001 From: rubenmoya Date: Thu, 16 Nov 2017 19:11:31 +0100 Subject: [PATCH] Update URLs to new .io domain --- README.md | 2 +- ROADMAP.md | 2 +- components/input/readme.md | 2 +- docs/www/index.html | 6 +++--- docs/www/other/CNAME | 2 +- package.json | 4 ++-- spec/root.js | 2 +- 7 files changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 6287e2da..ccc77ae6 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# +# [![npm version](https://img.shields.io/npm/v/react-toolbox.svg?style=flat-square)](https://www.npmjs.com/package/react-toolbox) [![Build Status](http://img.shields.io/travis/react-toolbox/react-toolbox/master.svg?style=flat-square)](https://travis-ci.org/react-toolbox/react-toolbox) [![NPM Status](http://img.shields.io/npm/dm/react-toolbox.svg?style=flat-square)](https://www.npmjs.org/package/react-toolbox) [![Donate](https://img.shields.io/badge/donate-paypal-blue.svg?style=flat-square)](https://paypal.me/javivelasco) [![OpenCollective](https://opencollective.com/react-toolbox/backers/badge.svg)](#backers) [![OpenCollective](https://opencollective.com/react-toolbox/sponsors/badge.svg)](#sponsors) diff --git a/ROADMAP.md b/ROADMAP.md index 8e982121..9f09fa3a 100644 --- a/ROADMAP.md +++ b/ROADMAP.md @@ -1,4 +1,4 @@ -This document defines a manifesto and the main Roadmap 🚵 ideas for [React Toolbox](www.react-toolbox.com). It's not a fixed document and of course it's open to change. You can leave your feedback in [this gist](https://gist.github.com/javivelasco/259d2087c2a8c3e8f2c5c720d1fd3f2e) or you can also do it [through an issue](https://github.com/react-toolbox/react-toolbox/issues/new). +This document defines a manifesto and the main Roadmap 🚵 ideas for [React Toolbox](www.react-toolbox.io). It's not a fixed document and of course it's open to change. You can leave your feedback in [this gist](https://gist.github.com/javivelasco/259d2087c2a8c3e8f2c5c720d1fd3f2e) or you can also do it [through an issue](https://github.com/react-toolbox/react-toolbox/issues/new). ## The Manifesto diff --git a/components/input/readme.md b/components/input/readme.md index d5e4a998..5130c41e 100644 --- a/components/input/readme.md +++ b/components/input/readme.md @@ -71,7 +71,7 @@ If you want to provide a theme via context, the component key is `RTInput`. ## Methods -The `Input` component has some imperative methods that are used as a bypass to the native rendered DOM element. To call this methods you will need to retrieve the instance of the component. Check the [Install](http://react-toolbox.com/#/install) section for details on how to do this. The methods included for the `Input` are: +The `Input` component has some imperative methods that are used as a bypass to the native rendered DOM element. To call this methods you will need to retrieve the instance of the component. Check the [Install](http://react-toolbox.io/#/install) section for details on how to do this. The methods included for the `Input` are: - `blur` used to blur the `input` element. - `focus` used to focus the `input` element. diff --git a/docs/www/index.html b/docs/www/index.html index a875ef4b..404bc941 100644 --- a/docs/www/index.html +++ b/docs/www/index.html @@ -15,18 +15,18 @@ - + - + - + diff --git a/docs/www/other/CNAME b/docs/www/other/CNAME index 4c40b7bf..ab3068c5 100644 --- a/docs/www/other/CNAME +++ b/docs/www/other/CNAME @@ -1 +1 @@ -react-toolbox.com +react-toolbox.io diff --git a/package.json b/package.json index 2baa3fb3..dec1a98a 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "react-toolbox", "description": "A set of React components implementing Google's Material Design specification with the power of CSS Modules.", - "homepage": "http://www.react-toolbox.com", + "homepage": "http://www.react-toolbox.io", "version": "2.0.0-beta.11", "main": "./lib", "module": "./components", @@ -15,7 +15,7 @@ "url": "git+https://github.com/react-toolbox/react-toolbox.git" }, "bugs": { - "email": "issues@react-toolbox.com", + "email": "issues@react-toolbox.io", "url": "https://github.com/react-toolbox/react-toolbox/issues" }, "keywords": [ diff --git a/spec/root.js b/spec/root.js index a0aa44f4..11b8eabd 100644 --- a/spec/root.js +++ b/spec/root.js @@ -52,7 +52,7 @@ class Root extends Component { >