Update react-md url for with-react-md (#15325)

Low hanging fruit 🍎 
Resolves: #15321

`https://react-md.mlaursen.com/` -> `https://react-md.dev/`
This commit is contained in:
Darsh Patel 2020-07-20 19:06:23 +05:30 committed by GitHub
parent 42014a49af
commit 8f888c9f90
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,6 +1,6 @@
# Example app with react-md
This example features how you use [react-md](https://react-md.mlaursen.com/) (React Material Design) with Next.js.
This example features how you use [react-md](https://react-md.dev/) (React Material Design) with Next.js.
I recommend reading [layout-component](../layout-component) example next to learn how to reuse the layout across the pages.