diff --git a/README.md b/README.md index d160dfc..4b64d0c 100644 --- a/README.md +++ b/README.md @@ -33,7 +33,7 @@ npx @iqai/mcp-discord --config ${DISCORD_TOKEN} ### Build from Source ```bash -git clone https://github.com/IQAIcom/mcp-discord.git +git clone https://github.com/IQOfficial/mcp-discord.git cd mcp-discord pnpm install pnpm run build diff --git a/package.json b/package.json index aa9f847..242eb46 100644 --- a/package.json +++ b/package.json @@ -32,12 +32,12 @@ "license": "MIT", "repository": { "type": "git", - "url": "git+https://github.com/IQAICOM/mcp-discord.git" + "url": "git+https://github.com/IQOfficial/mcp-discord.git" }, "bugs": { - "url": "https://github.com/IQAICOM/mcp-discord/issues" + "url": "https://github.com/IQOfficial/mcp-discord/issues" }, - "homepage": "https://github.com/IQAICOM/mcp-discord#readme", + "homepage": "https://github.com/IQOfficial/mcp-discord#readme", "engines": { "node": ">=18.0.0" },