Skip to content

Commit d2bdece

Browse files
📚 docs(README): Fix badge links.
1 parent 02499d2 commit d2bdece

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,19 +22,19 @@ import {
2222
```
2323

2424
[![License](https://img.shields.io/github/license/data-structures-and-algorithms/heapq.svg)](https://raw.githubusercontent.com/data-structures-and-algorithms/heapq/main/LICENSE)
25-
[![Version](https://img.shields.io/npm/v/@data-structures-and-algorithms/heapq.svg)](https://www.npmjs.org/package/@data-structures-and-algorithms/heapq)
25+
[![Version](https://img.shields.io/npm/v/@data-structure/heapq.svg)](https://www.npmjs.org/package/@data-structure/heapq)
2626
[![Tests](https://img.shields.io/github/workflow/status/data-structures-and-algorithms/heapq/ci:test?event=push&label=tests)](https://github.com/data-structures-and-algorithms/heapq/actions/workflows/ci:test.yml?query=branch:main)
2727
[![Dependencies](https://img.shields.io/david/data-structures-and-algorithms/heapq.svg)](https://david-dm.org/data-structures-and-algorithms/heapq)
2828
[![Dev dependencies](https://img.shields.io/david/dev/data-structures-and-algorithms/heapq.svg)](https://david-dm.org/data-structures-and-algorithms/heapq?type=dev)
2929
[![GitHub issues](https://img.shields.io/github/issues/data-structures-and-algorithms/heapq.svg)](https://github.com/data-structures-and-algorithms/heapq/issues)
30-
[![Downloads](https://img.shields.io/npm/dm/@data-structures-and-algorithms/heapq.svg)](https://www.npmjs.org/package/@data-structures-and-algorithms/heapq)
30+
[![Downloads](https://img.shields.io/npm/dm/@data-structure/heapq.svg)](https://www.npmjs.org/package/@data-structure/heapq)
3131

3232
[![Code issues](https://img.shields.io/codeclimate/issues/data-structures-and-algorithms/heapq.svg)](https://codeclimate.com/github/data-structures-and-algorithms/heapq/issues)
3333
[![Code maintainability](https://img.shields.io/codeclimate/maintainability/data-structures-and-algorithms/heapq.svg)](https://codeclimate.com/github/data-structures-and-algorithms/heapq/trends/churn)
3434
[![Code coverage (cov)](https://img.shields.io/codecov/c/gh/data-structures-and-algorithms/heapq/main.svg)](https://codecov.io/gh/data-structures-and-algorithms/heapq)
3535
[![Code technical debt](https://img.shields.io/codeclimate/tech-debt/data-structures-and-algorithms/heapq.svg)](https://codeclimate.com/github/data-structures-and-algorithms/heapq/trends/technical_debt)
3636
[![Documentation](https://data-structures-and-algorithms.github.io/heapq/badge.svg)](https://data-structures-and-algorithms.github.io/heapq/source.html)
37-
[![Package size](https://img.shields.io/bundlephobia/minzip/@data-structures-and-algorithms/heapq)](https://bundlephobia.com/result?p=@data-structures-and-algorithms/heapq)
37+
[![Package size](https://img.shields.io/bundlephobia/minzip/@data-structure/heapq)](https://bundlephobia.com/result?p=@data-structure/heapq)
3838

3939
## :scroll: References
4040

0 commit comments

Comments
 (0)