Skip to content

Commit 8db1b92

Browse files
committed
Update links in readme
1 parent 4bae237 commit 8db1b92

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,18 +20,18 @@ conduct](http://contributor-covenant.org/version/1/1/0/) that applies
2020
to communication around the project.
2121

2222
## API Reference
23+
2324
<dl>
2425
<dt id="user-content-rust">
2526
<code><strong><a href="#user-content-rust">rust</a></strong>() → <a href="https://codemirror.net/docs/ref#language.LanguageSupport">LanguageSupport</a></code></dt>
2627

2728
<dd><p>Rust language support</p>
2829
</dd>
2930
<dt id="user-content-rustlanguage">
30-
<code><strong><a href="#user-content-rustlanguage">rustLanguage</a></strong>: <a href="https://codemirror.net/docs/ref#language.LezerLanguage">LezerLanguage</a></code></dt>
31+
<code><strong><a href="#user-content-rustlanguage">rustLanguage</a></strong>: <a href="https://codemirror.net/docs/ref#language.LRLanguage">LRLanguage</a></code></dt>
3132

3233
<dd><p>A syntax provider based on the <a href="https://github.com/lezer-parser/rust">Lezer Rust
3334
parser</a>, extended with
3435
highlighting and indentation information.</p>
3536
</dd>
3637
</dl>
37-

src/README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,14 @@
22

33
# @codemirror/lang-rust [![NPM version](https://img.shields.io/npm/v/@codemirror/lang-rust.svg)](https://www.npmjs.org/package/@codemirror/lang-rust)
44

5-
[ [**WEBSITE**](https://codemirror.net/6/) | [**ISSUES**](https://github.com/codemirror/dev/issues) | [**FORUM**](https://discuss.codemirror.net/c/next/) | [**CHANGELOG**](https://github.com/codemirror/lang-rust/blob/main/CHANGELOG.md) ]
5+
[ [**WEBSITE**](https://codemirror.net/) | [**ISSUES**](https://github.com/codemirror/dev/issues) | [**FORUM**](https://discuss.codemirror.net/c/next/) | [**CHANGELOG**](https://github.com/codemirror/lang-rust/blob/main/CHANGELOG.md) ]
66

77
This package implements Rust language support for the
8-
[CodeMirror](https://codemirror.net/6/) code editor.
8+
[CodeMirror](https://codemirror.net/) code editor.
99

10-
The [project page](https://codemirror.net/6/) has more information, a
11-
number of [examples](https://codemirror.net/6/examples/) and the
12-
[documentation](https://codemirror.net/6/docs/).
10+
The [project page](https://codemirror.net/) has more information, a
11+
number of [examples](https://codemirror.net/examples/) and the
12+
[documentation](https://codemirror.net/docs/).
1313

1414
This code is released under an
1515
[MIT license](https://github.com/codemirror/lang-rust/tree/main/LICENSE).

0 commit comments

Comments
 (0)