Skip to content

Commit

Permalink
😒 chore: Fix broken links, badges, and dependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
make-github-pseudonymous-again committed Apr 26, 2021
1 parent a527894 commit 2766194
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 14 deletions.
22 changes: 11 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,32 +15,32 @@ User:Svjo
Fixed-size-array-based disjoint-set data structures for JavaScript.
See [docs](https://make-github-pseudonymous-again.github.io/js-fixed-disjoint-set).
Parent is
[@aureooms/js-data-structures](https://github.com/aureooms/js-data-structures).
[@aureooms/js-data-structures](https://github.com/make-github-pseudonymous-again/js-data-structures).

```js
U.find( a ) === U.find( b ) ; // false
U.union( A , B ) ;
U.find( a ) === U.find( b ) ; // true
```

[![License](https://img.shields.io/github/license/aureooms/js-fixed-disjoint-set.svg)](https://raw.githubusercontent.com/aureooms/js-fixed-disjoint-set/main/LICENSE)
[![License](https://img.shields.io/github/license/make-github-pseudonymous-again/js-fixed-disjoint-set.svg)](https://raw.githubusercontent.com/make-github-pseudonymous-again/js-fixed-disjoint-set/main/LICENSE)
[![Version](https://img.shields.io/npm/v/@aureooms/js-fixed-disjoint-set.svg)](https://www.npmjs.org/package/@aureooms/js-fixed-disjoint-set)
[![Build](https://img.shields.io/travis/aureooms/js-fixed-disjoint-set/main.svg)](https://travis-ci.org/aureooms/js-fixed-disjoint-set/branches)
[![Dependencies](https://img.shields.io/david/aureooms/js-fixed-disjoint-set.svg)](https://david-dm.org/aureooms/js-fixed-disjoint-set)
[![Dev dependencies](https://img.shields.io/david/dev/aureooms/js-fixed-disjoint-set.svg)](https://david-dm.org/aureooms/js-fixed-disjoint-set?type=dev)
[![GitHub issues](https://img.shields.io/github/issues/aureooms/js-fixed-disjoint-set.svg)](https://github.com/aureooms/js-fixed-disjoint-set/issues)
[![Build](https://img.shields.io/travis/make-github-pseudonymous-again/js-fixed-disjoint-set/main.svg)](https://travis-ci.org/make-github-pseudonymous-again/js-fixed-disjoint-set/branches)
[![Dependencies](https://img.shields.io/david/make-github-pseudonymous-again/js-fixed-disjoint-set.svg)](https://david-dm.org/make-github-pseudonymous-again/js-fixed-disjoint-set)
[![Dev dependencies](https://img.shields.io/david/dev/make-github-pseudonymous-again/js-fixed-disjoint-set.svg)](https://david-dm.org/make-github-pseudonymous-again/js-fixed-disjoint-set?type=dev)
[![GitHub issues](https://img.shields.io/github/issues/make-github-pseudonymous-again/js-fixed-disjoint-set.svg)](https://github.com/make-github-pseudonymous-again/js-fixed-disjoint-set/issues)
[![Downloads](https://img.shields.io/npm/dm/@aureooms/js-fixed-disjoint-set.svg)](https://www.npmjs.org/package/@aureooms/js-fixed-disjoint-set)

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

## :dancing_women: Related

- [aureooms/js-disjoint-set](https://github.com/aureooms/js-disjoint-set):
- [aureooms/js-disjoint-set](https://github.com/make-github-pseudonymous-again/js-disjoint-set):
implementation of the same data structures with nodes and pointers instead
of arrays

Expand Down
2 changes: 1 addition & 1 deletion doc/scripts/header.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ domReady(function(){
header.insertBefore(projectname,header.firstChild);

var testlink = document.querySelector('header > a[data-ice="testLink"]') ;
testlink.href = 'https://coveralls.io/github/aureooms/js-fixed-disjoint-set' ;
testlink.href = 'https://coveralls.io/github/make-github-pseudonymous-again/js-fixed-disjoint-set' ;
testlink.target = '_BLANK' ;

var searchBox = document.querySelector('.search-box');
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
}
},
"bugs": {
"url": "https://github.com/aureooms/js-fixed-disjoint-set/issues"
"url": "https://github.com/make-github-pseudonymous-again/js-fixed-disjoint-set/issues"
},
"dependencies": {},
"devDependencies": {
Expand Down Expand Up @@ -119,7 +119,7 @@
"main": "lib/index.js",
"repository": {
"type": "git",
"url": "https://github.com/aureooms/js-fixed-disjoint-set.git"
"url": "https://github.com/make-github-pseudonymous-again/js-fixed-disjoint-set.git"
},
"scripts": {
"build": "babel --delete-dir-on-start --env-name production src -d lib",
Expand Down

0 comments on commit 2766194

Please sign in to comment.