Commit 807f1931 authored by Viktor Khotimchenko's avatar Viktor Khotimchenko Committed by Evan You

docs: fix broken link (#1297)

Single-File Components (SFCs) link is broken because it was moved
parent 5ccf004f
...@@ -9,7 +9,7 @@ ...@@ -9,7 +9,7 @@
## What is Vue Loader? ## 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 ``` vue
<template> <template>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment