Skip to content

Commit 9dae7c2

Browse files
authored
Update README links to point to xslint repository
1 parent 7897829 commit 9dae7c2

1 file changed

Lines changed: 8 additions & 8 deletions

File tree

README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
# xslint-lsp
22

33
A [Language Server Protocol](https://microsoft.github.io/language-server-protocol/)
4-
server that surfaces [xslint](https://github.com/maxonfjvipon/xslint)'s
4+
server that surfaces [xslint](https://github.com/xslint/xslint)'s
55
diagnostics as you type — squiggles in your editor instead of a failed build.
66

7-
[![DevOps By Rultor.com](https://www.rultor.com/b/maxonfjvipon/xslint-lsp)](https://www.rultor.com/p/maxonfjvipon/xslint-lsp)
7+
[![DevOps By Rultor.com](https://www.rultor.com/b/xslint/xslint-lsp)](https://www.rultor.com/p/xslint/xslint-lsp)
88

99
[![npm](https://img.shields.io/npm/v/xslint-lsp.svg?style=flat)](https://www.npmjs.com/package/xslint-lsp)
10-
[![test](https://github.com/maxonfjvipon/xslint-lsp/actions/workflows/test.yml/badge.svg)](https://github.com/maxonfjvipon/xslint-lsp/actions/workflows/test.yml)
11-
[![codecov](https://codecov.io/gh/maxonfjvipon/xslint-lsp/branch/master/graph/badge.svg)](https://codecov.io/gh/maxonfjvipon/xslint-lsp)
12-
[![PDD status](http://www.0pdd.com/svg?name=maxonfjvipon/xslint-lsp)](http://www.0pdd.com/p?name=maxonfjvipon/xslint-lsp)
13-
[![Hits-of-Code](https://hitsofcode.com/github/maxonfjvipon/xslint-lsp)](https://hitsofcode.com/view/github/maxonfjvipon/xslint-lsp)
14-
[![License](https://img.shields.io/badge/license-MIT-green.svg)](https://github.com/maxonfjvipon/xslint-lsp/blob/master/LICENSE.txt)
10+
[![test](https://github.com/xslint/xslint-lsp/actions/workflows/test.yml/badge.svg)](https://github.com/xslint/xslint-lsp/actions/workflows/test.yml)
11+
[![codecov](https://codecov.io/gh/xslint/xslint-lsp/branch/master/graph/badge.svg)](https://codecov.io/gh/xslint/xslint-lsp)
12+
[![PDD status](http://www.0pdd.com/svg?name=xslint/xslint-lsp)](http://www.0pdd.com/p?name=xslint/xslint-lsp)
13+
[![Hits-of-Code](https://hitsofcode.com/github/xslint/xslint-lsp)](https://hitsofcode.com/view/github/xslint/xslint-lsp)
14+
[![License](https://img.shields.io/badge/license-MIT-green.svg)](https://github.com/xslint/xslint-lsp/blob/master/LICENSE.txt)
1515

1616
xslint lints XSL/XSLT stylesheets — malformed XML, invalid XPath, and stylistic
1717
defects — but only in the terminal and CI. This wraps xslint's engine in an LSP
@@ -27,7 +27,7 @@ rule engine to keep in sync.
2727

2828
```text
2929
editor ──(LSP over stdio)──▶ src/server.js
30-
│ lint(buffer) → @maxonfjvipon/xslint
30+
│ lint(buffer) → @xslint/xslint
3131
│ diagnostics(defects) → src/diagnostics.js
3232
3333
editor ◀──(publishDiagnostics)── { range, severity, code: rule, message }

0 commit comments

Comments
 (0)