Skip to content

Commit 70b6214

Browse files
Fix remaining old repo name references in documentation
Update qramm-cryptoscan to cryptoscan in README.md and CONTRIBUTING.md to match the renamed repository.
1 parent 028f23b commit 70b6214

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

CONTRIBUTING.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ By participating in this project, you agree to maintain a respectful and inclusi
1010

1111
### Reporting Bugs
1212

13-
1. Check if the issue already exists in [GitHub Issues](https://github.com/csnp/qramm-cryptoscan/issues)
13+
1. Check if the issue already exists in [GitHub Issues](https://github.com/csnp/cryptoscan/issues)
1414
2. If not, create a new issue with:
1515
- Clear, descriptive title
1616
- Steps to reproduce
@@ -66,8 +66,8 @@ Open an issue with the `enhancement` label describing:
6666
### Building
6767

6868
```bash
69-
git clone https://github.com/csnp/qramm-cryptoscan.git
70-
cd qramm-cryptoscan
69+
git clone https://github.com/csnp/cryptoscan.git
70+
cd cryptoscan
7171
go build -o cryptoscan ./cmd/cryptoscan
7272
```
7373

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ This repository includes sample cryptographic code for testing:
140140
```bash
141141
# Clone and build
142142
git clone https://github.com/csnp/cryptoscan.git
143-
cd qramm-cryptoscan
143+
cd cryptoscan
144144
go build -o cryptoscan ./cmd/cryptoscan
145145

146146
# Scan the sample files (Go, Python, Java, JavaScript)
@@ -465,7 +465,7 @@ SARIF output integrates with GitHub Code Scanning, VS Code SARIF Viewer, and oth
465465
### Architecture
466466

467467
```
468-
qramm-cryptoscan/
468+
cryptoscan/
469469
├── cmd/cryptoscan/ # CLI entry point
470470
├── internal/cli/ # Command implementations
471471
├── pkg/
@@ -516,7 +516,7 @@ We welcome contributions from the community! See [CONTRIBUTING.md](CONTRIBUTING.
516516
```bash
517517
# Clone the repository
518518
git clone https://github.com/csnp/cryptoscan.git
519-
cd qramm-cryptoscan
519+
cd cryptoscan
520520

521521
# Install dependencies
522522
go mod download

0 commit comments

Comments
 (0)