Skip to content

Commit 2708ebf

Browse files
authored
Update dynamic-loading.md
Fix broken link to "Optimize SharePoint Framework builds for production"
1 parent b704fea commit 2708ebf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/spfx/dynamic-loading.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ This can be achieved by modifying **config/config.json** so that each web part i
8181

8282
## Analyze your bundle
8383

84-
In order to get an overview of where to start, optimize, see the article [Optimize SharePoint Framework builds for production, which illustrates how you can get a visual map of which part of your code or third-party library takes up space in your bundle.
84+
In order to get an overview of where to start, optimize, see the article [Optimize SharePoint Framework builds for production](https://docs.microsoft.com/sharepoint/dev/spfx/toolchain/optimize-builds-for-production), which illustrates how you can get a visual map of which part of your code or third-party library takes up space in your bundle.
8585

8686
## Load third-party components dynamically
8787

0 commit comments

Comments
 (0)