Skip to content

Commit fa174a8

Browse files
chore: update link to docs (mysticatea#21)
1 parent 24a137e commit fa174a8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,12 @@ This package provides utility functions and classes for make ESLint custom rules
1111

1212
For examples:
1313

14-
- [`getStaticValue`](https://eslint-utils.mysticatea.dev/api/ast-utils.html#getstaticvalue) evaluates static value on AST.
15-
- [`ReferenceTracker`](https://eslint-utils.mysticatea.dev/api/scope-utils.html#referencetracker-class) checks the members of modules/globals as handling assignments and destructuring.
14+
- [`getStaticValue`](https://eslint-community.github.io/eslint-utils/api/ast-utils.html#getstaticvalue) evaluates static value on AST.
15+
- [`ReferenceTracker`](https://eslint-community.github.io/eslint-utils/api/scope-utils.html#referencetracker-class) checks the members of modules/globals as handling assignments and destructuring.
1616

1717
## 📖 Usage
1818

19-
See [documentation](https://eslint-utils.mysticatea.dev).
19+
See [documentation](https://eslint-community.github.io/eslint-utils).
2020

2121
## 📰 Changelog
2222

0 commit comments

Comments
 (0)