File tree Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 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 >
2
2
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 )
4
4
5
5
** SQL Formatter** is a JavaScript library for pretty-printing SQL queries.
6
6
Original file line number Diff line number Diff line change @@ -77,7 +77,7 @@ class PrettierSQLArgs {
77
77
process . exit ( 1 ) ;
78
78
}
79
79
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' ) ;
81
81
throw e ;
82
82
}
83
83
return {
@@ -99,7 +99,7 @@ class PrettierSQLArgs {
99
99
process . exit ( 1 ) ;
100
100
}
101
101
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' ) ;
103
103
throw e ;
104
104
}
105
105
}
Original file line number Diff line number Diff line change 90
90
},
91
91
"repository" : {
92
92
"type" : " git" ,
93
- "url" : " https://github.com/zeroturnaround /sql-formatter.git"
93
+ "url" : " https://github.com/sql-formatter-org /sql-formatter.git"
94
94
},
95
95
"bugs" : {
96
- "url" : " https://github.com/zeroturnaround /sql-formatter/issues"
96
+ "url" : " https://github.com/sql-formatter-org /sql-formatter/issues"
97
97
},
98
98
"dependencies" : {
99
99
"argparse" : " ^2.0.1"
Original file line number Diff line number Diff line change @@ -74,7 +74,7 @@ const attachFormat = () => {
74
74
<p><strong>${ e . message } </strong></p>
75
75
<p>
76
76
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>
78
78
</p>
79
79
<p>Stack Trace:</p>
80
80
<pre>${ e . stack . toString ( ) } </pre>
You can’t perform that action at this time.
0 commit comments