Skip to content

Commit 1768558

Browse files
😒 chore: Fix broken links, badges, and dependencies.
1 parent 69e20de commit 1768558

File tree

3 files changed

+13
-13
lines changed

3 files changed

+13
-13
lines changed

README.md

+10-10
Original file line numberDiff line numberDiff line change
@@ -2,23 +2,23 @@
22
==
33

44
Selection algorithms for JavaScript.
5-
Parent is [@aureooms/js-sort](https://github.com/aureooms/js-sort).
5+
Parent is [@aureooms/js-sort](https://github.com/make-github-pseudonymous-again/js-sort).
66

77
```js
88
let quickselect = selection.singletco( partition.hoare ) ;
99
```
1010

11-
[![License](https://img.shields.io/github/license/aureooms/js-selection.svg)](https://raw.githubusercontent.com/aureooms/js-selection/master/LICENSE)
11+
[![License](https://img.shields.io/github/license/make-github-pseudonymous-again/js-selection.svg)](https://raw.githubusercontent.com/make-github-pseudonymous-again/js-selection/master/LICENSE)
1212
[![Version](https://img.shields.io/npm/v/@aureooms/js-selection.svg)](https://www.npmjs.org/package/@aureooms/js-selection)
13-
[![Build](https://img.shields.io/travis/aureooms/js-selection/master.svg)](https://travis-ci.org/aureooms/js-selection/branches)
14-
[![Dependencies](https://img.shields.io/david/aureooms/js-selection.svg)](https://david-dm.org/aureooms/js-selection)
15-
[![Dev dependencies](https://img.shields.io/david/dev/aureooms/js-selection.svg)](https://david-dm.org/aureooms/js-selection?type=dev)
16-
[![GitHub issues](https://img.shields.io/github/issues/aureooms/js-selection.svg)](https://github.com/aureooms/js-selection/issues)
13+
[![Build](https://img.shields.io/travis/make-github-pseudonymous-again/js-selection/master.svg)](https://travis-ci.org/make-github-pseudonymous-again/js-selection/branches)
14+
[![Dependencies](https://img.shields.io/david/make-github-pseudonymous-again/js-selection.svg)](https://david-dm.org/make-github-pseudonymous-again/js-selection)
15+
[![Dev dependencies](https://img.shields.io/david/dev/make-github-pseudonymous-again/js-selection.svg)](https://david-dm.org/make-github-pseudonymous-again/js-selection?type=dev)
16+
[![GitHub issues](https://img.shields.io/github/issues/make-github-pseudonymous-again/js-selection.svg)](https://github.com/make-github-pseudonymous-again/js-selection/issues)
1717
[![Downloads](https://img.shields.io/npm/dm/@aureooms/js-selection.svg)](https://www.npmjs.org/package/@aureooms/js-selection)
1818

19-
[![Code issues](https://img.shields.io/codeclimate/issues/aureooms/js-selection.svg)](https://codeclimate.com/github/aureooms/js-selection/issues)
20-
[![Code maintainability](https://img.shields.io/codeclimate/maintainability/aureooms/js-selection.svg)](https://codeclimate.com/github/aureooms/js-selection/trends/churn)
21-
[![Code coverage (cov)](https://img.shields.io/codecov/c/gh/aureooms/js-selection/master.svg)](https://codecov.io/gh/aureooms/js-selection)
22-
[![Code technical debt](https://img.shields.io/codeclimate/tech-debt/aureooms/js-selection.svg)](https://codeclimate.com/github/aureooms/js-selection/trends/technical_debt)
19+
[![Code issues](https://img.shields.io/codeclimate/issues/make-github-pseudonymous-again/js-selection.svg)](https://codeclimate.com/github/make-github-pseudonymous-again/js-selection/issues)
20+
[![Code maintainability](https://img.shields.io/codeclimate/maintainability/make-github-pseudonymous-again/js-selection.svg)](https://codeclimate.com/github/make-github-pseudonymous-again/js-selection/trends/churn)
21+
[![Code coverage (cov)](https://img.shields.io/codecov/c/gh/make-github-pseudonymous-again/js-selection/master.svg)](https://codecov.io/gh/make-github-pseudonymous-again/js-selection)
22+
[![Code technical debt](https://img.shields.io/codeclimate/tech-debt/make-github-pseudonymous-again/js-selection.svg)](https://codeclimate.com/github/make-github-pseudonymous-again/js-selection/trends/technical_debt)
2323
[![Documentation](http://make-github-pseudonymous-again.github.io/js-selection/badge.svg)](http://make-github-pseudonymous-again.github.io/js-selection/source.html)
2424
[![Package size](https://img.shields.io/bundlephobia/minzip/@aureooms/js-selection)](https://bundlephobia.com/result?p=@aureooms/js-selection)

doc/scripts/header.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ domReady(function(){
2020
header.insertBefore(projectname,header.firstChild);
2121

2222
var testlink = document.querySelector('header > a[data-ice="testLink"]') ;
23-
testlink.href = 'https://coveralls.io/github/aureooms/js-selection' ;
23+
testlink.href = 'https://coveralls.io/github/make-github-pseudonymous-again/js-selection' ;
2424
testlink.target = '_BLANK' ;
2525

2626
var searchBox = document.querySelector('.search-box');

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
}
2525
},
2626
"bugs": {
27-
"url": "https://github.com/aureooms/js-selection/issues"
27+
"url": "https://github.com/make-github-pseudonymous-again/js-selection/issues"
2828
},
2929
"dependencies": {},
3030
"devDependencies": {
@@ -67,7 +67,7 @@
6767
"license": "AGPL-3.0",
6868
"main": "lib/index.js",
6969
"repository": {
70-
"url": "https://github.com/aureooms/js-selection.git",
70+
"url": "https://github.com/make-github-pseudonymous-again/js-selection.git",
7171
"type": "git"
7272
},
7373
"scripts": {

0 commit comments

Comments
 (0)