diff --git a/Standard UI Components/index.html b/Standard UI Components/index.html index 5f2d415..3d5fec6 100644 --- a/Standard UI Components/index.html +++ b/Standard UI Components/index.html @@ -925,7 +925,7 @@ let allComponentsObj = [] async function getComponents() { - const files = await fetch('https://api.github.com/repos/sairaj-mote/components/contents/dist') + const files = await fetch('https://api.github.com/repos/ranchimall/standard-visual-design-system/contents/Standard%20UI%20Components/dist') allComponentsObj = await files.json() } function downloadJs(componentsArray, options = {minified: true}){