diff --git a/README.md b/README.md
index f6fefde3bf6af7..c4981abe6be4d0 100644
--- a/README.md
+++ b/README.md
@@ -4,6 +4,8 @@
[React](https://reactjs.org/) components for faster and simpler web development. Build your own design system, or start with [Material Design](https://material.io/design/introduction/).
@@ -26,8 +28,6 @@
Material-UI is available as an [npm package](https://www.npmjs.com/package/@material-ui/core).
-**[Stable channel v4](https://mui.com/)**
-
```sh
// with npm
npm install @material-ui/core
@@ -36,17 +36,7 @@ npm install @material-ui/core
yarn add @material-ui/core
```
-⚠️ All ongoing work has moved to v5. The development of v4 is limited to important bug fixes, security patches and easing the upgrade path to v5.
-
-**[Alpha channel v5](https://next.material-ui.com/)**
-
-```sh
-// with npm
-npm install @material-ui/core@next
-
-// with yarn
-yarn add @material-ui/core@next
-```
+Head to the [v4 documentation](https://v4.mui.com/) for more details.
Older versions
@@ -56,8 +46,6 @@ yarn add @material-ui/core@next
-Please note that `@next` will only point to pre-releases; to get the latest stable release use `@latest` instead.
-
## Who sponsors Material-UI?
### Diamond 💎
diff --git a/docs/src/pages/discover-more/changelog/changelog.md b/docs/src/pages/discover-more/changelog/changelog.md
index b5a495c2db6722..151bb4add4d805 100644
--- a/docs/src/pages/discover-more/changelog/changelog.md
+++ b/docs/src/pages/discover-more/changelog/changelog.md
@@ -2,4 +2,4 @@
Material-UI follows Semantic Versioning 2.0.0.
-All notable changes are described in the [CHANGELOG.md file](https://github.com/mui-org/material-ui/blob/master/CHANGELOG.md).
+All notable changes are described in the [CHANGELOG.md file](https://github.com/mui-org/material-ui/blob/master/CHANGELOG.old.md).