Skip to content

Commit 9cf90e2

Browse files
😒 chore: Fix broken links, badges, and dependencies.
1 parent 92c0f7b commit 9cf90e2

File tree

4 files changed

+13
-13
lines changed

4 files changed

+13
-13
lines changed

README.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -13,17 +13,17 @@ const myTape = tape.fromReadStream( stdin ) ;
1313
for await ( const character of myTape ) ... ;
1414
```
1515

16-
[![License](https://img.shields.io/github/license/aureooms/js-tape.svg)](https://raw.githubusercontent.com/aureooms/js-tape/main/LICENSE)
16+
[![License](https://img.shields.io/github/license/make-github-pseudonymous-again/js-tape.svg)](https://raw.githubusercontent.com/make-github-pseudonymous-again/js-tape/main/LICENSE)
1717
[![Version](https://img.shields.io/npm/v/@aureooms/js-tape.svg)](https://www.npmjs.org/package/@aureooms/js-tape)
18-
[![Build](https://img.shields.io/travis/aureooms/js-tape/main.svg)](https://travis-ci.org/aureooms/js-tape/branches)
19-
[![Dependencies](https://img.shields.io/david/aureooms/js-tape.svg)](https://david-dm.org/aureooms/js-tape)
20-
[![Dev dependencies](https://img.shields.io/david/dev/aureooms/js-tape.svg)](https://david-dm.org/aureooms/js-tape?type=dev)
21-
[![GitHub issues](https://img.shields.io/github/issues/aureooms/js-tape.svg)](https://github.com/aureooms/js-tape/issues)
18+
[![Build](https://img.shields.io/travis/make-github-pseudonymous-again/js-tape/main.svg)](https://travis-ci.org/make-github-pseudonymous-again/js-tape/branches)
19+
[![Dependencies](https://img.shields.io/david/make-github-pseudonymous-again/js-tape.svg)](https://david-dm.org/make-github-pseudonymous-again/js-tape)
20+
[![Dev dependencies](https://img.shields.io/david/dev/make-github-pseudonymous-again/js-tape.svg)](https://david-dm.org/make-github-pseudonymous-again/js-tape?type=dev)
21+
[![GitHub issues](https://img.shields.io/github/issues/make-github-pseudonymous-again/js-tape.svg)](https://github.com/make-github-pseudonymous-again/js-tape/issues)
2222
[![Downloads](https://img.shields.io/npm/dm/@aureooms/js-tape.svg)](https://www.npmjs.org/package/@aureooms/js-tape)
2323

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

doc/manual/example.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Examples
22

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

66
## Import

doc/scripts/header.js

Lines changed: 1 addition & 1 deletion
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-tape' ;
23+
testlink.href = 'https://coveralls.io/github/make-github-pseudonymous-again/js-tape' ;
2424
testlink.target = '_BLANK' ;
2525

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

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
}
3131
},
3232
"bugs": {
33-
"url": "https://github.com/aureooms/js-tape/issues"
33+
"url": "https://github.com/make-github-pseudonymous-again/js-tape/issues"
3434
},
3535
"dependencies": {},
3636
"devDependencies": {
@@ -69,7 +69,7 @@
6969
"main": "lib/index.js",
7070
"repository": {
7171
"type": "git",
72-
"url": "https://github.com/aureooms/js-tape"
72+
"url": "https://github.com/make-github-pseudonymous-again/js-tape"
7373
},
7474
"scripts": {
7575
"build": "babel --delete-dir-on-start --env-name production src -d lib",

0 commit comments

Comments
 (0)