Skip to content

Commit

Permalink
renamed repo
Browse files Browse the repository at this point in the history
  • Loading branch information
justinrhodes1 committed Feb 6, 2019
1 parent eeda59e commit ba2440a
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 11 deletions.
6 changes: 3 additions & 3 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -150,10 +150,10 @@ Maintainers need to do the following to push out a release:
```

[Stack Overflow]: http://stackoverflow.com/questions/tagged/react-power-tooltip
[search the issue tracker]: https://github.com/justin-rhodes/react-power-tooltip/issues?q=something
[new issue]: https://github.com/justin-rhodes/react-power-tooltip/issues/new
[search the issue tracker]: https://github.com/justinrhodes1/react-power-tooltip/issues?q=something
[new issue]: https://github.com/justinrhodes1/react-power-tooltip/issues/new
[fork React-power-tootlip]: https://help.github.com/articles/fork-a-repo
[searching all issues]: https://github.com/justin-rhodes/react-power-tooltip/issues?q=
[searching all issues]: https://github.com/justinrhodes1/react-power-tooltip/issues?q=
[make a pull request]: https://help.github.com/articles/creating-a-pull-request
[git rebasing]: http://git-scm.com/book/en/Git-Branching-Rebasing
[interactive rebase]: https://help.github.com/articles/interactive-rebase
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# React-power-tooltip

![Travis (.org)](https://img.shields.io/travis/justin-rhodes/react-power-tooltip.svg)
![Coveralls github branch](https://img.shields.io/coveralls/github/justin-rhodes/react-power-tooltip/master.svg) ![npm bundle size (minified + gzip)](https://img.shields.io/bundlephobia/minzip/react-power-tooltip.svg)
![Travis (.org)](https://img.shields.io/travis/justinrhodes1/react-power-tooltip.svg)
![Coveralls github branch](https://img.shields.io/coveralls/github/justinrhodes1/react-power-tooltip/master.svg) ![npm bundle size (minified + gzip)](https://img.shields.io/bundlephobia/minzip/react-power-tooltip.svg)

<img width="250px" src="https://media.giphy.com/media/Rd6sPjQFVHOSwe9rbW/giphy.gif" />

Expand All @@ -15,7 +15,7 @@ target element with ease

## DEMO

Check out the [documentation &amp; demo pages](https://justin-rhodes.github.io/react-power-tooltip/) to to see all use cases.
Check out the [documentation &amp; demo pages](https://justinrhodes1.github.io/react-power-tooltip/) to to see all use cases.

## Installation

Expand Down
4 changes: 2 additions & 2 deletions src/docs/Content/Header.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ const Header = () => {
<div className="ribbon">
<a
style={{ color: 'white' }}
href="https://github.com/justin-rhodes/react-power-tooltip/fork"
href="https://github.com/justinrhodes1/react-power-tooltip/fork"
>
Fork me on GitHub
</a>
Expand Down Expand Up @@ -41,7 +41,7 @@ const Header = () => {
width: '120px'
}}
>
<a className="github-button" href="https://github.com/justin-rhodes/react-power-tooltip">Star</a>
<a className="github-button" href="https://github.com/justinrhodes1/react-power-tooltip">Star</a>
<a className="github-button" href="https://github.com/ntkme/react-power-tooltip/fork">Fork</a>
</div>
</div>
Expand Down
6 changes: 3 additions & 3 deletions src/docs/Content/Intro.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@ const Intro = () => {
<h1 className="firstH1">Introduction</h1>
<div style={{ marginTop: '15px' }}>
<img
src="https://img.shields.io/travis/justin-rhodes/react-power-tooltip.svg"
src="https://img.shields.io/travis/justinrhodes1/react-power-tooltip.svg"
alt=""
/>
<img
style={{ margin: '0 20px' }}
src="https://img.shields.io/coveralls/github/justin-rhodes/react-power-tooltip/master.svg"
src="https://img.shields.io/coveralls/github/justinrhodes1/react-power-tooltip/master.svg"
alt=""
/>
<img
Expand Down Expand Up @@ -52,7 +52,7 @@ const Intro = () => {

<p style={{ lineHeight: '1.5', fontWeight: 'bold' }}>
We are always open new ideas and improvements. Contribute on
<a href="https://github.com/justin-rhodes/react-power-tooltip/blob/master/CONTRIBUTING.md" style={{ fontSize: '16px', color: '#680988' }}> GitHub</a>
<a href="https://github.com/justinrhodes1/react-power-tooltip/blob/master/CONTRIBUTING.md" style={{ fontSize: '16px', color: '#680988' }}> GitHub</a>
!
</p>
<h1 style={{ paddingTop: '30px' }}>Installation</h1>
Expand Down

0 comments on commit ba2440a

Please sign in to comment.