mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
Fix link syntax
This commit is contained in:
parent
7ead88eb09
commit
fc25df18f6
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue