Fix link syntax

This commit is contained in:
Stacey Gammon 2017-01-12 13:30:04 -05:00 committed by GitHub
parent 7ead88eb09
commit fc25df18f6

View file

@ -323,7 +323,7 @@ import inSibling from '../foo/child';
## Use named exports only
Favor named exports over default exports. See (#8641)[https://github.com/elastic/kibana/issues/8641] for more background on this decision.
Favor named exports over default exports. See [#8641](https://github.com/elastic/kibana/issues/8641) for more background on this decision.
```js
// good