Skip to content

Commit ad83d82

Browse files
authored
docs(Introduction): Update broken link for renamed component AutoControlledComponent (#4228)
Its name was changed at some point: AutoControlledComponent --> ModernAutoControlledComponent
1 parent abaf123 commit ad83d82

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/src/pages/Introduction.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -303,9 +303,9 @@ const Introduction = ({ pkg, title }) => (
303303
</p>
304304
<p>
305305
Take a look at our
306-
<a href={`${repoURL}/blob/master/src/lib/AutoControlledComponent.js`}>
306+
<a href={`${repoURL}/blob/master/src/lib/ModernAutoControlledComponent.js`}>
307307
&nbsp;
308-
<code>AutoControlledComponent</code>
308+
<code>ModernAutoControlledComponent</code>
309309
&nbsp;
310310
</a>
311311
to see how this was done. See the docs try it out live.

0 commit comments

Comments
 (0)