From caf08ce0cc74917f7c0eec92d25fd784dc33ac4d Mon Sep 17 00:00:00 2001 From: Milos Djermanovic Date: Tue, 7 Mar 2023 11:29:34 +0100 Subject: [PATCH] docs: fix estree link in custom formatters docs (#16967) --- docs/src/extend/custom-formatters.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/extend/custom-formatters.md b/docs/src/extend/custom-formatters.md index dc8024433bf..b95db0f8bd6 100644 --- a/docs/src/extend/custom-formatters.md +++ b/docs/src/extend/custom-formatters.md @@ -110,7 +110,7 @@ Each `message` object contains information about the ESLint rule that was trigge * **message**: the human readable description of the error. * **line**: the line where the issue is located. * **column**: the column where the issue is located. -* **nodeType**: the type of the node in the [AST](https://github.com/estree/estree/blob/master/spec.md#node-objects) +* **nodeType**: the type of the node in the [AST](https://github.com/estree/estree/blob/master/es5.md#node-objects) ### The `context` Argument