Skip to content

Commit 674bf3c

Browse files
Merge pull request #2378 from johanrd/patch-3
Update README.md with link to packages/router/README.md
2 parents 9587f29 + 92e8967 commit 674bf3c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ The recommended steps when introducing Embroider into an existing app are:
9898
1. First make it work with no options. This is the mode that supports maximum backward compatibility. If you're hitting errors, first look at the "Compatibility with Classic Builds" section below.
9999
2. Enable `staticAddonTestSupportTrees` and `staticAddonTrees` and test your application. This is usually safe, because most code in these trees gets consumed via `import` statements that we can analyze. But you might find exceptional cases where some code is doing a more dynamic thing.
100100
3. Enable `staticInvokables` and work to eliminate any resulting build warnings about dynamic component invocation. You may need to add `packageRules` that declare where invocations like `{{component someComponent}}` are getting `someComponent` from.
101-
4. Once your app is working with all of the above, you can enable `splitAtRoutes` and add the `@embroider/router` and code splitting should work. See the packages/router/README.md for details and limitations.
101+
4. Once your app is working with all of the above, you can enable `splitAtRoutes` and add the `@embroider/router` and code splitting should work. See [packages/router/README.md](https://github.com/embroider-build/embroider/blob/main/packages/router/README.md) for details and limitations.
102102

103103
## Environment variables
104104

0 commit comments

Comments
 (0)