From 694d425da3ac67336b3cf09a0914b0cde5921ea3 Mon Sep 17 00:00:00 2001 From: Hamir Mahal Date: Thu, 22 Oct 2020 16:29:55 -0700 Subject: [PATCH] fix #833 by changing stale link from `README.md` All this does is change the "default content styles" hyperlink to show `index.md` instead of `README.md`, since I think the link to `README.md` is stale since at least [Dec 9, 2019](https://github.com/reactjs/react-modal/tree/e5fe406111f97269b8a552e9fc5ee285e05941fa/docs/styles) with commit e5fe406111f97269b8a552e9fc5ee285e05941fa. --- docs/styles/classes.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/styles/classes.md b/docs/styles/classes.md index 0176d9d9..71aba526 100644 --- a/docs/styles/classes.md +++ b/docs/styles/classes.md @@ -24,7 +24,7 @@ will be closed immediately when requested. Thus, if you are using the set `closeTimeoutMS` to the length (in milliseconds) of your closing transition. -If you specify `className`, the [default content styles](README.md) will not be +If you specify `className`, the [default content styles](index.md) will not be applied. Likewise, if you specify `overlayClassName`, the default overlay styles will not be applied.