From ee4bf41605aaf6f5571ab4e7c8b5e1ab9d05e741 Mon Sep 17 00:00:00 2001 From: Viktor Khotimchenko Date: Sun, 13 May 2018 22:33:26 -0400 Subject: [PATCH] docs: fix broken link Single-File Components (SFCs) link is broken because it was moved --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ecc607a1b..5828ac012 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ ## What is Vue Loader? -`vue-loader` is a loader for [webpack](https://webpack.js.org/) that allows you to author Vue components in a format called [Single-File Components (SFCs)](./spec.md): +`vue-loader` is a loader for [webpack](https://webpack.js.org/) that allows you to author Vue components in a format called [Single-File Components (SFCs)](./docs/spec.md): ``` vue