diff --git a/concepts/Common/Modularity/01 Link Modules/20 Use jspm.md b/concepts/Common/Modularity/01 Link Modules/20 Use jspm.md index 0493515b3f..0e57758dfa 100644 --- a/concepts/Common/Modularity/01 Link Modules/20 Use jspm.md +++ b/concepts/Common/Modularity/01 Link Modules/20 Use jspm.md @@ -25,10 +25,6 @@ System.import('./index.js'); -See examples on how to use jspm with jQuery on GitHub. The **index.js** and **index.html** files contain the main code. Note that jQuery components require additional [integration module](/concepts/Common/Modularity/02%20DevExtreme%20Modules%20Structure/integration/jquery.md '/Documentation/Guide/Common/Modularity/DevExtreme_Modules_Structure/#integration/jquery'). - -#include btn-open-github with { - href: "https://github.com/DevExpress-Examples/devextreme-jspm-examples" -} +[note] To use DevExtreme jQuery components in modular applications, import the [jQuery integration module](/concepts/Common/Modularity/02%20DevExtreme%20Modules%20Structure/integration/jquery.md '/Documentation/Guide/Common/Modularity/DevExtreme_Modules_Structure/#integration/jquery'). [tags] jquery