Skip to content

Commit dbcaa48

Browse files
izzzzziclaude
andcommitted
fix(docs): correct GitHub owner in badge URLs and clone links
Replace nicholasxwang with izzzzzi to match the actual repository owner. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent dfd7ef3 commit dbcaa48

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44

55
**MCP server for codewiki.google — search, fetch docs, and ask questions about any open-source repo**
66

7-
[![CI](https://github.com/nicholasxwang/codewiki-mcp/actions/workflows/ci.yml/badge.svg)](https://github.com/nicholasxwang/codewiki-mcp/actions/workflows/ci.yml)
8-
[![Release](https://github.com/nicholasxwang/codewiki-mcp/actions/workflows/release.yml/badge.svg)](https://github.com/nicholasxwang/codewiki-mcp/actions/workflows/release.yml)
7+
[![CI](https://github.com/izzzzzi/codewiki-mcp/actions/workflows/ci.yml/badge.svg)](https://github.com/izzzzzi/codewiki-mcp/actions/workflows/ci.yml)
8+
[![Release](https://github.com/izzzzzi/codewiki-mcp/actions/workflows/release.yml/badge.svg)](https://github.com/izzzzzi/codewiki-mcp/actions/workflows/release.yml)
99
[![npm version](https://img.shields.io/npm/v/codewiki-mcp.svg?style=flat&colorA=18181B&colorB=28CF8D)](https://www.npmjs.com/package/codewiki-mcp)
1010
[![npm downloads](https://img.shields.io/npm/dm/codewiki-mcp.svg?style=flat&colorA=18181B&colorB=28CF8D)](https://www.npmjs.com/package/codewiki-mcp)
1111
[![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg?style=flat&colorA=18181B&colorB=28CF8D)](LICENSE)
@@ -54,7 +54,7 @@ npx -y codewiki-mcp@latest
5454
### From source
5555

5656
```bash
57-
git clone https://github.com/nicholasxwang/codewiki-mcp.git
57+
git clone https://github.com/izzzzzi/codewiki-mcp.git
5858
cd codewiki-mcp
5959
npm install
6060
npm run build

README.ru.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44

55
**MCP-сервер для codewiki.google — поиск, документация и вопросы по любому open-source репозиторию**
66

7-
[![CI](https://github.com/nicholasxwang/codewiki-mcp/actions/workflows/ci.yml/badge.svg)](https://github.com/nicholasxwang/codewiki-mcp/actions/workflows/ci.yml)
8-
[![Release](https://github.com/nicholasxwang/codewiki-mcp/actions/workflows/release.yml/badge.svg)](https://github.com/nicholasxwang/codewiki-mcp/actions/workflows/release.yml)
7+
[![CI](https://github.com/izzzzzi/codewiki-mcp/actions/workflows/ci.yml/badge.svg)](https://github.com/izzzzzi/codewiki-mcp/actions/workflows/ci.yml)
8+
[![Release](https://github.com/izzzzzi/codewiki-mcp/actions/workflows/release.yml/badge.svg)](https://github.com/izzzzzi/codewiki-mcp/actions/workflows/release.yml)
99
[![npm version](https://img.shields.io/npm/v/codewiki-mcp.svg?style=flat&colorA=18181B&colorB=28CF8D)](https://www.npmjs.com/package/codewiki-mcp)
1010
[![npm downloads](https://img.shields.io/npm/dm/codewiki-mcp.svg?style=flat&colorA=18181B&colorB=28CF8D)](https://www.npmjs.com/package/codewiki-mcp)
1111
[![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg?style=flat&colorA=18181B&colorB=28CF8D)](LICENSE)
@@ -54,7 +54,7 @@ npx -y codewiki-mcp@latest
5454
### Из исходников
5555

5656
```bash
57-
git clone https://github.com/nicholasxwang/codewiki-mcp.git
57+
git clone https://github.com/izzzzzi/codewiki-mcp.git
5858
cd codewiki-mcp
5959
npm install
6060
npm run build

0 commit comments

Comments
 (0)