Skip to content
This repository was archived by the owner on Nov 14, 2025. It is now read-only.

Commit 0a9a6d7

Browse files
authored
Fix github urls (#6)
1 parent 68bc7b9 commit 0a9a6d7

File tree

2 files changed

+2
-9
lines changed

2 files changed

+2
-9
lines changed

.cargo-husky/hooks/pre-commit

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,6 @@
22
#
33
# This hook was set by cargo-husky v1.5.0: https://github.com/rhysd/cargo-husky#readme
44
#
5-
# This hook was set by cargo-husky v1.5.0: https://github.com/rhysd/cargo-husky#readme
6-
#
7-
# This hook was set by cargo-husky v1.5.0: https://github.com/rhysd/cargo-husky#readme
8-
#
9-
# This hook was set by cargo-husky v1.5.0: https://github.com/rhysd/cargo-husky#readme
10-
#
11-
# This hook was set by cargo-husky v1.5.0: https://github.com/rhysd/cargo-husky#readme
125
# Pre-commit hook for the sonarqube-mcp-server project
136
# This script runs before each commit to ensure code quality
147

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ The SonarQube MCP Server enables AI assistants to interact with SonarQube's code
2727

2828
1. Clone the repository:
2929
```bash
30-
git clone https://github.com/yourusername/sonarqube-mcp-server.git
30+
git clone https://github.com/sapientpants/sonarqube-mcp-server.git
3131
cd sonarqube-mcp-server
3232
```
3333

@@ -40,7 +40,7 @@ The SonarQube MCP Server enables AI assistants to interact with SonarQube's code
4040

4141
### From Releases
4242

43-
Download the pre-built binary for your platform from the [Releases](https://github.com/yourusername/sonarqube-mcp-server/releases) page.
43+
Download the pre-built binary for your platform from the [Releases](https://github.com/sapientpants/sonarqube-mcp-server/releases) page.
4444

4545
### Integration with Claude Desktop
4646

0 commit comments

Comments
 (0)