Skip to content

Commit a3eb853

Browse files
authored
Fix broken link (#2218)
1 parent 67f81a0 commit a3eb853

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/guide/extras/composition-api-faq.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ This FAQ assumes prior experience with Vue - in particular, experience with Vue
1010

1111
## What is Composition API? {#what-is-composition-api}
1212

13-
<VueSchoolLink href="[https://vueschool.io/lessons/computed-properties-in-vue-3](https://vueschool.io/lessons/introduction-to-the-vue-js-3-composition-api)" title="Free Composition API Lesson"/>
13+
<VueSchoolLink href="https://vueschool.io/lessons/introduction-to-the-vue-js-3-composition-api" title="Free Composition API Lesson"/>
1414

1515
Composition API is a set of APIs that allows us to author Vue components using imported functions instead of declaring options. It is an umbrella term that covers the following APIs:
1616

0 commit comments

Comments
 (0)