Skip to content

Commit 810e2a0

Browse files
committed
chore: re-home GitHub references to the xslint org
Repository transferred to xslint/xslint-lsp. Point the package.json URLs, the client extension manifest, the client README, and the CHANGELOG at the new org. The npm dependency @maxonfjvipon/xslint and the Marketplace publisher id stay unchanged.
1 parent 9dae7c2 commit 810e2a0

4 files changed

Lines changed: 6 additions & 6 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ project follows [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
99
## 0.0.1
1010

1111
- Initial release. A Language Server Protocol server that wraps
12-
[xslint](https://github.com/maxonfjvipon/xslint): live diagnostics as you
12+
[xslint](https://github.com/xslint/xslint): live diagnostics as you
1313
type over the editor buffer, quick-fixes for the fixable checks, and a
1414
fix-all action — all reusing xslint's own `lint` and `fixed` engine, so an
1515
editor fix is identical to a command-line `--fix`. Ships with a VS Code

client/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
Lint your XSL/XSLT stylesheets as you type — malformed XML, invalid XPath, and
44
stylistic defects — with quick-fixes, powered by
5-
[xslint](https://github.com/maxonfjvipon/xslint).
5+
[xslint](https://github.com/xslint/xslint).
66

77
## Features
88

client/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,11 @@
88
"icon": "images/icon.png",
99
"repository": {
1010
"type": "git",
11-
"url": "https://github.com/maxonfjvipon/xslint-lsp"
11+
"url": "https://github.com/xslint/xslint-lsp"
1212
},
13-
"homepage": "https://github.com/maxonfjvipon/xslint-lsp#readme",
13+
"homepage": "https://github.com/xslint/xslint-lsp#readme",
1414
"bugs": {
15-
"url": "https://github.com/maxonfjvipon/xslint-lsp/issues"
15+
"url": "https://github.com/xslint/xslint-lsp/issues"
1616
},
1717
"keywords": [
1818
"xsl",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"author": "Max Trunnikov",
77
"repository": {
88
"type": "git",
9-
"url": "git+https://github.com/maxonfjvipon/xslint-lsp.git"
9+
"url": "git+https://github.com/xslint/xslint-lsp.git"
1010
},
1111
"type": "commonjs",
1212
"main": "src/server.js",

0 commit comments

Comments
 (0)