Skip to content

Commit 4c91d4c

Browse files
😒 chore: Fix broken links, badges, and dependencies.
1 parent 4ef79cb commit 4c91d4c

File tree

5 files changed

+15
-14
lines changed

5 files changed

+15
-14
lines changed

README.md

+9-9
Original file line numberDiff line numberDiff line change
@@ -20,17 +20,17 @@ import {decreasing} from '@aureooms/js-compare';
2020
sorted(["ab", "cd"], decreasing); // cdab
2121
```
2222

23-
[![License](https://img.shields.io/github/license/aureooms/js-topological-sorting.svg)](https://raw.githubusercontent.com/aureooms/js-topological-sorting/main/LICENSE)
23+
[![License](https://img.shields.io/github/license/make-github-pseudonymous-again/js-topological-sorting.svg)](https://raw.githubusercontent.com/make-github-pseudonymous-again/js-topological-sorting/main/LICENSE)
2424
[![Version](https://img.shields.io/npm/v/@aureooms/js-topological-sorting.svg)](https://www.npmjs.org/package/@aureooms/js-topological-sorting)
25-
[![Tests](https://img.shields.io/github/workflow/status/aureooms/js-topological-sorting/ci:test?event=push&label=tests)](https://github.com/aureooms/js-topological-sorting/actions/workflows/ci:test.yml?query=branch:main)
26-
[![Dependencies](https://img.shields.io/david/aureooms/js-topological-sorting.svg)](https://david-dm.org/aureooms/js-topological-sorting)
27-
[![Dev dependencies](https://img.shields.io/david/dev/aureooms/js-topological-sorting.svg)](https://david-dm.org/aureooms/js-topological-sorting?type=dev)
28-
[![GitHub issues](https://img.shields.io/github/issues/aureooms/js-topological-sorting.svg)](https://github.com/aureooms/js-topological-sorting/issues)
25+
[![Tests](https://img.shields.io/github/workflow/status/make-github-pseudonymous-again/js-topological-sorting/ci:test?event=push&label=tests)](https://github.com/make-github-pseudonymous-again/js-topological-sorting/actions/workflows/ci:test.yml?query=branch:main)
26+
[![Dependencies](https://img.shields.io/david/make-github-pseudonymous-again/js-topological-sorting.svg)](https://david-dm.org/make-github-pseudonymous-again/js-topological-sorting)
27+
[![Dev dependencies](https://img.shields.io/david/dev/make-github-pseudonymous-again/js-topological-sorting.svg)](https://david-dm.org/make-github-pseudonymous-again/js-topological-sorting?type=dev)
28+
[![GitHub issues](https://img.shields.io/github/issues/make-github-pseudonymous-again/js-topological-sorting.svg)](https://github.com/make-github-pseudonymous-again/js-topological-sorting/issues)
2929
[![Downloads](https://img.shields.io/npm/dm/@aureooms/js-topological-sorting.svg)](https://www.npmjs.org/package/@aureooms/js-topological-sorting)
3030

31-
[![Code issues](https://img.shields.io/codeclimate/issues/aureooms/js-topological-sorting.svg)](https://codeclimate.com/github/aureooms/js-topological-sorting/issues)
32-
[![Code maintainability](https://img.shields.io/codeclimate/maintainability/aureooms/js-topological-sorting.svg)](https://codeclimate.com/github/aureooms/js-topological-sorting/trends/churn)
33-
[![Code coverage (cov)](https://img.shields.io/codecov/c/gh/aureooms/js-topological-sorting/main.svg)](https://codecov.io/gh/aureooms/js-topological-sorting)
34-
[![Code technical debt](https://img.shields.io/codeclimate/tech-debt/aureooms/js-topological-sorting.svg)](https://codeclimate.com/github/aureooms/js-topological-sorting/trends/technical_debt)
31+
[![Code issues](https://img.shields.io/codeclimate/issues/make-github-pseudonymous-again/js-topological-sorting.svg)](https://codeclimate.com/github/make-github-pseudonymous-again/js-topological-sorting/issues)
32+
[![Code maintainability](https://img.shields.io/codeclimate/maintainability/make-github-pseudonymous-again/js-topological-sorting.svg)](https://codeclimate.com/github/make-github-pseudonymous-again/js-topological-sorting/trends/churn)
33+
[![Code coverage (cov)](https://img.shields.io/codecov/c/gh/make-github-pseudonymous-again/js-topological-sorting/main.svg)](https://codecov.io/gh/make-github-pseudonymous-again/js-topological-sorting)
34+
[![Code technical debt](https://img.shields.io/codeclimate/tech-debt/make-github-pseudonymous-again/js-topological-sorting.svg)](https://codeclimate.com/github/make-github-pseudonymous-again/js-topological-sorting/trends/technical_debt)
3535
[![Documentation](https://make-github-pseudonymous-again.github.io/js-topological-sorting/badge.svg)](https://make-github-pseudonymous-again.github.io/js-topological-sorting/source.html)
3636
[![Package size](https://img.shields.io/bundlephobia/minzip/@aureooms/js-topological-sorting)](https://bundlephobia.com/result?p=@aureooms/js-topological-sorting)

doc/manual/example.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
# Examples
22

3-
> More examples in [the test files](https://github.com/aureooms/js-topological-sorting/tree/main/test/src).
3+
> More examples in [the test files](https://github.com/make-github-pseudonymous-again/js-topological-sorting/tree/main/test/src).

doc/scripts/header.js

+2-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,8 @@ domReady(() => {
1717
header.insertBefore(projectname, header.firstChild);
1818

1919
const testlink = document.querySelector('header > a[data-ice="testLink"]');
20-
testlink.href = 'https://coveralls.io/github/aureooms/js-topological-sorting';
20+
testlink.href =
21+
'https://coveralls.io/github/make-github-pseudonymous-again/js-topological-sorting';
2122
testlink.target = '_BLANK';
2223

2324
const searchBox = document.querySelector('.search-box');

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@
77
"homepage": "https://make-github-pseudonymous-again.github.io/js-topological-sorting",
88
"repository": {
99
"type": "git",
10-
"url": "https://github.com/aureooms/js-topological-sorting"
10+
"url": "https://github.com/make-github-pseudonymous-again/js-topological-sorting"
1111
},
1212
"bugs": {
13-
"url": "https://github.com/aureooms/js-topological-sorting/issues"
13+
"url": "https://github.com/make-github-pseudonymous-again/js-topological-sorting/issues"
1414
},
1515
"keywords": [
1616
"acyclic",

renovate.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"extends": [
3-
"github>aureooms/renovate-config-js-library"
3+
"github>make-github-pseudonymous-again/renovate-config-js-library"
44
]
55
}

0 commit comments

Comments
 (0)