From a36020d7905c556e094adb6b2745ecc52a4c5481 Mon Sep 17 00:00:00 2001 From: Johan Holmerin Date: Wed, 10 Jul 2019 19:44:10 +0200 Subject: [PATCH] docs: Fix code fences for link (#2987) --- docs/999-big-list-of-options.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/999-big-list-of-options.md b/docs/999-big-list-of-options.md index 14a4f236f3b..ffb43e7fdbf 100755 --- a/docs/999-big-list-of-options.md +++ b/docs/999-big-list-of-options.md @@ -367,7 +367,7 @@ The pattern to use for naming custom emitted assets to include in the build outp * `[hash]`: A hash based on the name and content of the asset. * `[name]`: The file name of the asset excluding any extension. -Forward slashes `/` can be used to place files in sub-directories. See also `[`output.chunkFileNames`](guide/en/#outputchunkfilenames)`, [`output.entryFileNames`](guide/en/#outputentryfilenames). +Forward slashes `/` can be used to place files in sub-directories. See also [`output.chunkFileNames`](guide/en/#outputchunkfilenames), [`output.entryFileNames`](guide/en/#outputentryfilenames). #### output.banner/output.footer Type: `string | (() => string | Promise)`