Skip to content

Commit 521a2e4

Browse files
authored
Merge pull request #452 from tjFogarty/updates-demo-url-in-readme
docs(README.md): Updates demo url
2 parents 8ceab19 + 08ca6d6 commit 521a2e4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ Notes:
5050
* The option you set on `<ReactTooltip />` component will be implemented on every tooltip in a same page: `<ReactTooltip effect="solid" />`
5151
* The option you set on a specific element, for example: `<a data-type="warning"></a>` will only affect this specific tooltip
5252

53-
Check example: [React-tooltip Test](http://wwayne.com/react-tooltip)
53+
Check example: [React-tooltip Test](https://react-tooltip.netlify.com/)
5454

5555
Global|Specific |Type |Values | Description
5656
|:---|:---|:---|:---|:----
@@ -79,7 +79,7 @@ className | data-class | String | | extra custom class, can use !importan
7979
wrapper | null | String | div, span | Selecting the wrapper element of the react tooltip, default is div
8080

8181
## Using react component as tooltip
82-
Check the example [React-tooltip Test](http://wwayne.com/react-tooltip)
82+
Check the example [React-tooltip Test](https://react-tooltip.netlify.com/)
8383

8484
##### Note:
8585
1. **data-tip** is necessary, because `<ReactTooltip />` finds the tooltip via this attribute

0 commit comments

Comments
 (0)