Skip to content

Commit 66f23f9

Browse files
committed
Replace all zeroturnaround repo links with sql-formatter-org
1 parent 6578e18 commit 66f23f9

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
<a href='https://github.com/zeroturnaround/sql-formatter'><img src="static/prettier-sql-clean.svg" width="128"/></a>
1+
<a href='https://github.com/sql-formatter-org/sql-formatter'><img src="static/prettier-sql-clean.svg" width="128"/></a>
22

3-
# SQL Formatter [![NPM version](https://img.shields.io/npm/v/sql-formatter.svg)](https://npmjs.com/package/sql-formatter) ![Build status](https://img.shields.io/github/workflow/status/zeroturnaround/sql-formatter/coveralls/master?label=Build&logo=Github) ![Coverage status](https://img.shields.io/coveralls/github/zeroturnaround/sql-formatter?branch=master&label=Coverage&logo=coveralls&style=plastic) [![VSCode](https://img.shields.io/visual-studio-marketplace/v/inferrinizzard.prettier-sql-vscode?label=vscode)](https://marketplace.visualstudio.com/items?itemName=inferrinizzard.prettier-sql-vscode)
3+
# SQL Formatter [![NPM version](https://img.shields.io/npm/v/sql-formatter.svg)](https://npmjs.com/package/sql-formatter) ![Build status](https://img.shields.io/github/workflow/status/sql-formatter-org/sql-formatter/coveralls/master?label=Build&logo=Github) ![Coverage status](https://img.shields.io/coveralls/github/sql-formatter-org/sql-formatter?branch=master&label=Coverage&logo=coveralls&style=plastic) [![VSCode](https://img.shields.io/visual-studio-marketplace/v/inferrinizzard.prettier-sql-vscode?label=vscode)](https://marketplace.visualstudio.com/items?itemName=inferrinizzard.prettier-sql-vscode)
44

55
**SQL Formatter** is a JavaScript library for pretty-printing SQL queries.
66

bin/sql-formatter-cli.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ class PrettierSQLArgs {
7777
process.exit(1);
7878
}
7979
console.error('An unknown error has occurred, please file a bug report at:');
80-
console.log('https://github.com/zeroturnaround/sql-formatter/issues\n');
80+
console.log('https://github.com/sql-formatter-org/sql-formatter/issues\n');
8181
throw e;
8282
}
8383
return {
@@ -99,7 +99,7 @@ class PrettierSQLArgs {
9999
process.exit(1);
100100
}
101101
console.error('An unknown error has occurred, please file a bug report at:');
102-
console.log('https://github.com/zeroturnaround/sql-formatter/issues\n');
102+
console.log('https://github.com/sql-formatter-org/sql-formatter/issues\n');
103103
throw e;
104104
}
105105
}

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -90,10 +90,10 @@
9090
},
9191
"repository": {
9292
"type": "git",
93-
"url": "https://github.com/zeroturnaround/sql-formatter.git"
93+
"url": "https://github.com/sql-formatter-org/sql-formatter.git"
9494
},
9595
"bugs": {
96-
"url": "https://github.com/zeroturnaround/sql-formatter/issues"
96+
"url": "https://github.com/sql-formatter-org/sql-formatter/issues"
9797
},
9898
"dependencies": {
9999
"argparse": "^2.0.1"

static/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ const attachFormat = () => {
7474
<p><strong>${e.message}</strong></p>
7575
<p>
7676
Please report this at
77-
<a href="https://github.com/zeroturnaround/sql-formatter/issues">Github issues page.<a>
77+
<a href="https://github.com/sql-formatter-org/sql-formatter/issues">Github issues page.<a>
7878
</p>
7979
<p>Stack Trace:</p>
8080
<pre>${e.stack.toString()}</pre>

0 commit comments

Comments
 (0)