Skip to content

Commit fd73b42

Browse files
authored
docs: update repository clone URLs in CONTRIBUTING.md and claude-cli.md (#11)
1 parent e276946 commit fd73b42

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Thank you for your interest in contributing! This guide will help you get starte
1515

1616
```bash
1717
# Clone the repository
18-
git clone <repository-url>
18+
git clone https://github.com/LogicStamp/logicstamp-mcp.git
1919
cd logicstamp-mcp
2020

2121
# Install dependencies

docs/integrations/claude-cli.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ For contributors or if you're developing the MCP server locally:
162162

163163
```bash
164164
# Clone and build
165-
git clone https://github.com/your-org/logicstamp-mcp.git
165+
git clone https://github.com/LogicStamp/logicstamp-mcp.git
166166
cd logicstamp-mcp
167167
npm install
168168
npm run build

0 commit comments

Comments
 (0)