Skip to content

Commit 68ea47c

Browse files
committed
docs: update data dump links
1 parent 6abe2f8 commit 68ea47c

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

CLAUDE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -427,7 +427,7 @@ if (node.type === 'Version') {
427427

428428
- **Docs:** https://securechaindev.github.io/
429429
- **GitHub:** https://github.com/securechaindev/securechain-frontend
430-
- **Data Dumps:** https://doi.org/10.5281/zenodo.16739081
430+
- **Data Dumps:** https://doi.org/10.5281/zenodo.17692376
431431
- **Local Neo4j:** http://localhost:7474/
432432

433433
---

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ docker network create securechain
4141

4242
### 4. Databases containers
4343

44-
For graphs and vulnerabilities information you need to download the zipped [data dumps](https://doi.org/10.5281/zenodo.16739081) from Zenodo. Once you have unzipped the dumps, inside the root folder run the command:
44+
For graphs and vulnerabilities information you need to download the zipped [data dumps](https://doi.org/10.5281/zenodo.17692376) from Zenodo. Once you have unzipped the dumps, inside the root folder run the command:
4545

4646
```bash
4747
docker compose up --build

app/landing-page.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -307,7 +307,7 @@ export default function LandingPage() {
307307
versions from NPM, PyPI, Ruby Gems, Cargo Crates, and partially Maven.
308308
</p>
309309
<Button variant="outline" className="gap-2 w-full sm:w-auto" asChild>
310-
<a href="https://zenodo.org/records/16739081" target="_blank" rel="noopener noreferrer">
310+
<a href="https://doi.org/10.5281/zenodo.17692376" target="_blank" rel="noopener noreferrer">
311311
View Data Dump <ExternalLink className="h-4 w-4 ml-1" />
312312
</a>
313313
</Button>

0 commit comments

Comments
 (0)