diff --git a/README.md b/README.md
index bf8ddbb5..cc0666bd 100644
--- a/README.md
+++ b/README.md
@@ -1,12 +1,12 @@
-
+
-[**Notistack**](https://iamhosseindhv.com/notistack) is a notification library which makes it extremely easy to display notifications on your web apps. It is highly customizable and enables you to stack snackbars/toasts on top of one another.
+[**Notistack**](https://notistack.com) is a notification library which makes it extremely easy to display notifications on your web apps. It is highly customizable and enables you to stack snackbars/toasts on top of one another.
-**Visit [documentation website](https://iamhosseindhv.com/notistack/demos) for demos**.
+**Visit [documentation website](https://notistack.com/examples) for demos**.
[![npm version](https://img.shields.io/npm/v/notistack.svg?label=version)](https://www.npmjs.com/package/notistack)
[![npm downloads](https://img.shields.io/npm/dm/notistack.svg)](https://www.npmjs.com/package/notistack)
@@ -26,7 +26,7 @@ Table of Contents
--
- [How to use](#how-to-use)
- [Online demo](#online-demo)
-- [Documentation](https://iamhosseindhv.com/notistack/api)
+- [Documentation](https://notistack.com/api-reference)
- [Redux / Mobx support](#redux-and-mobx-support)
@@ -45,7 +45,7 @@ yarn add notistack@latest-mui-v4
### How to use
-**1:** Wrap your app inside a `SnackbarProvider` component: (see [docs](https://iamhosseindhv.com/notistack/api) for a full list of available props)
+**1:** Wrap your app inside a `SnackbarProvider` component: (see [docs](https://notistack.com/api-reference) for a full list of available props)
**Note:** If you're using material-ui `ThemeProvider`, make sure `SnackbarProvider` is a child of it.
```jsx
@@ -98,12 +98,12 @@ const MyButton = () => {
```
### Online demo
-**Visit [`documentation website`](https://iamhosseindhv.com/notistack/demos) to see all the demos.**
+**Visit [`documentation website`](https://notistack.com/examples) to see all the demos.**
Or play with a minimal working example: [codesandbox](https://codesandbox.io/s/github/iamhosseindhv/notistack/tree/master/examples/simple-example??hidenavigation=1&module=%2FApp.js)
### Redux and Mobx support:
-notistack is compatible with state management libraries such as Redux and Mobx. See notistack [documentation](https://iamhosseindhv.com/notistack/demos#redux-/-mobx-example) for more info.
+notistack is compatible with state management libraries such as Redux and Mobx.
### Contribution
Open an issue and your problem will be solved.
diff --git a/examples/mobx-example/package.json b/examples/mobx-example/package.json
index 5e621cb7..892f4af4 100644
--- a/examples/mobx-example/package.json
+++ b/examples/mobx-example/package.json
@@ -1,7 +1,7 @@
{
"name": "notistack-mobx-example",
"description": "Mobx example for notistack",
- "homepage": "https://www.iamhosseindhv.com/notistack",
+ "homepage": "https://www.notistack.com",
"repository": {
"url": "git+https://github.com/iamhosseindhv/notistack.git",
"type": "git"
diff --git a/package.json b/package.json
index f03ad2a6..e705d681 100644
--- a/package.json
+++ b/package.json
@@ -9,9 +9,9 @@
"author": {
"name": "Hossein Dehnokhalaji",
"email": "hossein.dehnavi98@yahoo.com",
- "url": "https://github.com/iamhosseindhv/notistack"
+ "url": "https://iamhosseindhv.com"
},
- "homepage": "https://www.iamhosseindhv.com/notistack",
+ "homepage": "https://www.notistack.com",
"repository": {
"url": "git+https://github.com/iamhosseindhv/notistack.git",
"type": "git"