Skip to content

Commit

Permalink
Fix link syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
stacey-gammon committed Jan 12, 2017
1 parent 7ead88e commit fc25df1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion style_guides/js_style_guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit fc25df1

Please sign in to comment.