Skip to content
This repository has been archived by the owner on Feb 19, 2022. It is now read-only.

Fix lazy-load.html example link #30

Merged
merged 1 commit into from
Jul 29, 2016
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/frontend/webpack-shared-libs.md
Original file line number Diff line number Diff line change
Expand Up @@ -395,7 +395,7 @@ following webpage:
However, this is easily done manually with a loader like:
[`little-loader`](https://github.com/walmartlabs/little-loader). For example,
we could lazy load our entry points in the above example with something
like [`lazy-load.html`](lazy-load.html)
like [`lazy-load.html`](../../examples/frontend/webpack-shared-libs/lazy-load.html)


```js
Expand Down