Skip to content

Commit 627c414

Browse files
authored
Merge pull request #923 from dtom90/patch-1
Link correction to README
2 parents 99bb21a + cddd59d commit 627c414

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -327,7 +327,7 @@ delete window.Turbolinks;
327327
Components are loaded with `ReactRailsUJS.getConstructor(className)`. This function has two built-in implementations:
328328

329329
- On the asset pipeline, it looks up `className` in the global namespace.
330-
- On Webpacker, it `require`s files and accesses named exports, as described in [Use with Webpacker](#use-with-webpacker).
330+
- On Webpacker, it `require`s files and accesses named exports, as described in [Get started with Webpacker](#get-started-with-webpacker).
331331

332332
You can override this function to customize the mapping of name-to-constructor. [Server-side rendering](#server-side-rendering) also uses this function.
333333

0 commit comments

Comments
 (0)