Fixing broken link to dynamic imports (#9803)

This commit is contained in:
Rafi 2020-08-17 19:25:48 +05:30 committed by GitHub
parent 791c7cc9bc
commit 788e72ad64
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -34,7 +34,7 @@ rule, you should avoid relying on JavaScript for layout when working on Forem.
We use [PreactJS](/frontend/preact), a lightweight alternative to ReactJS, and
we try to reduce our bundle size with
[dynamic imports](frontend/dynamic-imports).
[dynamic imports](/frontend/dynamic-imports).
## Service workers and shell architecture