Skip to content

Commit eca4363

Browse files
committed
Fix typo in URL
1 parent e599d17 commit eca4363

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

etc/eslint/rules/nodejs.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ rules[ 'node/no-new-require' ] = 'error';
153153
* @memberof rules
154154
* @type {string}
155155
* @default 'error'
156-
* @see [node/no-path-concat]{@link https://github.com/mysticatea/eslint-plugin-node/blob/master/docs/rules/no-path-concat.mdt}
156+
* @see [node/no-path-concat]{@link https://github.com/mysticatea/eslint-plugin-node/blob/master/docs/rules/no-path-concat.md}
157157
*
158158
* @example
159159
* // Bad...

0 commit comments

Comments
 (0)