From 053ceb1ffd520ff7193305d622ec57710828bde2 Mon Sep 17 00:00:00 2001 From: Pooya Parsa Date: Sun, 30 Apr 2017 12:58:01 +0430 Subject: [PATCH] fix link to clientManifest --- en/bundle-renderer.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/en/bundle-renderer.md b/en/bundle-renderer.md index 2be30fe9..474570ba 100644 --- a/en/bundle-renderer.md +++ b/en/bundle-renderer.md @@ -20,7 +20,7 @@ This is straightforward, however whenever you edit your app source code, you wou - Critical CSS injection (when using `*.vue` files): automatically inlines the CSS needed by components used during the render. See the [CSS](./css.md) section for more details. -- Asset injection with [clientManifest](./client-manifest.md): automatically infers the optimal preload and prefetch directives, and the code-split chunks needed for the initial render. +- Asset injection with [clientManifest](./api.md#clientmanifest): automatically infers the optimal preload and prefetch directives, and the code-split chunks needed for the initial render. ---