Skip to content

Commit

Permalink
Replace all zeroturnaround repo links with sql-formatter-org
Browse files Browse the repository at this point in the history
  • Loading branch information
nene committed Jun 9, 2022
1 parent 6578e18 commit 66f23f9
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<a href='https://github.com/zeroturnaround/sql-formatter'><img src="static/prettier-sql-clean.svg" width="128"/></a>
<a href='https://github.com/sql-formatter-org/sql-formatter'><img src="static/prettier-sql-clean.svg" width="128"/></a>

# 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)
# 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)

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

Expand Down
4 changes: 2 additions & 2 deletions bin/sql-formatter-cli.js
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ class PrettierSQLArgs {
process.exit(1);
}
console.error('An unknown error has occurred, please file a bug report at:');
console.log('https://github.com/zeroturnaround/sql-formatter/issues\n');
console.log('https://github.com/sql-formatter-org/sql-formatter/issues\n');
throw e;
}
return {
Expand All @@ -99,7 +99,7 @@ class PrettierSQLArgs {
process.exit(1);
}
console.error('An unknown error has occurred, please file a bug report at:');
console.log('https://github.com/zeroturnaround/sql-formatter/issues\n');
console.log('https://github.com/sql-formatter-org/sql-formatter/issues\n');
throw e;
}
}
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -90,10 +90,10 @@
},
"repository": {
"type": "git",
"url": "https://github.com/zeroturnaround/sql-formatter.git"
"url": "https://github.com/sql-formatter-org/sql-formatter.git"
},
"bugs": {
"url": "https://github.com/zeroturnaround/sql-formatter/issues"
"url": "https://github.com/sql-formatter-org/sql-formatter/issues"
},
"dependencies": {
"argparse": "^2.0.1"
Expand Down
2 changes: 1 addition & 1 deletion static/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ const attachFormat = () => {
<p><strong>${e.message}</strong></p>
<p>
Please report this at
<a href="https://github.com/zeroturnaround/sql-formatter/issues">Github issues page.<a>
<a href="https://github.com/sql-formatter-org/sql-formatter/issues">Github issues page.<a>
</p>
<p>Stack Trace:</p>
<pre>${e.stack.toString()}</pre>
Expand Down

0 comments on commit 66f23f9

Please sign in to comment.