Skip to content

Commit

Permalink
fix typo in link
Browse files Browse the repository at this point in the history
  • Loading branch information
biyeun committed Sep 16, 2024
1 parent a77c17b commit d3761ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/js-guide/dependencies.rst
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ Webpack supports multiple module formats, with ES Modules (ESM) being the prefer
That being said, a lot of legacy code on HQ is written in a modified AMD format.
If you are adding a lot of new code to such a module, it is recommended that you
`migrate this module to ESM format
<<https://github.com/dimagi/commcare-hq/blob/master/docs/js-guide/amd-to-esm.rst>`__.
<https://github.com/dimagi/commcare-hq/blob/master/docs/js-guide/amd-to-esm.rst>`__.
However, not every modified AMD module is ready to be migrated to ESM immediately,
so it's worth familiarizing yourself with working in that format.

Expand Down

0 comments on commit d3761ee

Please sign in to comment.