Skip to content
This repository was archived by the owner on Apr 15, 2026. It is now read-only.

Commit 2787105

Browse files
committed
Update website links in readme
1 parent b65c52a commit 2787105

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
# codemirror [![NPM version](https://img.shields.io/npm/v/codemirror)](https://www.npmjs.org/package/codemirror)
22

3-
[ [**WEBSITE**](https://codemirror.net/6/) | [**DOCS**](https://codemirror.net/6/docs/ref/#codemirror) | [**ISSUES**](https://github.com/codemirror/codemirror.next/issues) | [**FORUM**](https://discuss.codemirror.net/c/next/) | [**CHANGELOG**](https://github.com/codemirror/basic-setup/blob/main/CHANGELOG.md) ]
3+
[ [**WEBSITE**](https://codemirror.net/) | [**DOCS**](https://codemirror.net/docs/ref/#codemirror) | [**ISSUES**](https://github.com/codemirror/codemirror.next/issues) | [**FORUM**](https://discuss.codemirror.net/c/next/) | [**CHANGELOG**](https://github.com/codemirror/basic-setup/blob/main/CHANGELOG.md) ]
44

55
This package provides an example configuration for the
6-
[CodeMirror](https://codemirror.net/6/) code editor. The actual editor
6+
[CodeMirror](https://codemirror.net/) code editor. The actual editor
77
is implemented in the various packages under the `@codemirror` scope,
88
which this package depends on.
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/basic-setup/tree/main/LICENSE).

0 commit comments

Comments
 (0)