Skip to content

Commit ee6b23d

Browse files
committed
[guide] remove remaining numbered links used as targets.
1 parent 3fe9960 commit ee6b23d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -367,7 +367,7 @@ Other Style Guides
367367
```
368368

369369
<a name="arrays--callback-return"></a><a name="4.5"></a>
370-
- [4.5](#arrays--callback-return) Use return statements in array method callbacks. It's ok to omit the return if the function body consists of a single statement following [8.2](#8.2). eslint: [`array-callback-return`](http://eslint.org/docs/rules/array-callback-return)
370+
- [4.5](#arrays--callback-return) Use return statements in array method callbacks. It's ok to omit the return if the function body consists of a single statement following [8.2](#arrows--implicit-return). eslint: [`array-callback-return`](http://eslint.org/docs/rules/array-callback-return)
371371
372372
```javascript
373373
// good
@@ -2569,7 +2569,7 @@ Other Style Guides
25692569
## Semicolons
25702570
25712571
<a name="semicolons--required"></a><a name="20.1"></a>
2572-
- [20.1](#20.1) **Yup.** eslint: [`semi`](http://eslint.org/docs/rules/semi.html) jscs: [`requireSemicolons`](http://jscs.info/rule/requireSemicolons)
2572+
- [20.1](#semicolons--required) **Yup.** eslint: [`semi`](http://eslint.org/docs/rules/semi.html) jscs: [`requireSemicolons`](http://jscs.info/rule/requireSemicolons)
25732573
25742574
```javascript
25752575
// bad

0 commit comments

Comments
 (0)