Skip to content

Commit 910d839

Browse files
committed
fix docs not building
1 parent 8da00d0 commit 910d839

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/src/buildtools/4-resolution.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ Bundle resolution involves loading its manifest, determining its version and nam
5050

5151
`resolveSingleBundle` executes the resolution process and returns the following type:
5252

53-
<<< ../../../lib/buildtools/src/types.ts#ResolvedBundle
53+
<<< ../../../lib/repotools/src/types.ts#ResolvedBundle
5454

5555
### `resolveAllBundles`
5656
`resolveAllBundles` is used to collate the manifests of every single bundle at once. If bundle(s) return an error during resolution, the resolution process will still proceed and the errors are collated together
@@ -80,6 +80,6 @@ This process is also used when checking that the tabs specified the bundle manif
8080

8181
`resolveSingleTab` used to perform tab resolution returns the following type:
8282

83-
<<< ../../../lib/buildtools/src/types.ts#ResolvedTab
83+
<<< ../../../lib/repotools/src/types.ts#ResolvedTab
8484

8585
Because the entry point for a tab can be either `src/index.tsx` or `index.tsx`, we do need to store the tab's entry point.

0 commit comments

Comments
 (0)