Skip to content

Commit

Permalink
docs(Introduction): Update broken link for renamed component AutoCont…
Browse files Browse the repository at this point in the history
…rolledComponent (#4228)

Its name was changed at some point:
AutoControlledComponent --> ModernAutoControlledComponent
  • Loading branch information
gmferise authored Jul 26, 2021
1 parent abaf123 commit ad83d82
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/src/pages/Introduction.js
Original file line number Diff line number Diff line change
Expand Up @@ -303,9 +303,9 @@ const Introduction = ({ pkg, title }) => (
</p>
<p>
Take a look at our
<a href={`${repoURL}/blob/master/src/lib/AutoControlledComponent.js`}>
<a href={`${repoURL}/blob/master/src/lib/ModernAutoControlledComponent.js`}>
&nbsp;
<code>AutoControlledComponent</code>
<code>ModernAutoControlledComponent</code>
&nbsp;
</a>
to see how this was done. See the docs try it out live.
Expand Down

0 comments on commit ad83d82

Please sign in to comment.