diff --git a/config-default.json b/config-default.json index 514a6c8..039392a 100644 --- a/config-default.json +++ b/config-default.json @@ -27,7 +27,7 @@ "storage": "{dir}/git-repos", "git": "git clone {repo} --depth 1 --no-tags {target}", "secret": "", - "iconify": "https://github.com/iconify-design/collections-json.git", + "iconify": "https://github.com/iconify/collections-json.git", "custom": "", "custom-dir": "", "rm": "rm -rf {dir}" diff --git a/package.json b/package.json index 2526496..7f22b21 100644 --- a/package.json +++ b/package.json @@ -9,11 +9,11 @@ }, "author": "Vjacheslav Trushkin", "license": "MIT", - "bugs": "https://github.com/iconify-design/api.js/issues", - "homepage": "https://github.com/iconify-design/api.js", + "bugs": "https://github.com/iconify/api.js/issues", + "homepage": "https://github.com/iconify/api.js", "repository": { "type": "git", - "url": "git+ssh://git@github.com/iconify-design/api.js.git" + "url": "git+ssh://git@github.com/iconify/api.js.git" }, "dependencies": { "@iconify/json-tools": "^1.0.6", diff --git a/readme.md b/readme.md index a5839c1..f2d54f7 100644 --- a/readme.md +++ b/readme.md @@ -1,8 +1,8 @@ -# Iconify.design API +# Iconify API This code runs on api.iconify.design that is used to serve collections and SVG images. -PHP version is available at https://github.com/iconify-design/api.php +PHP version is available at https://github.com/iconify/api.php ### How to use it