From 9d5866641a46b705917fab084faa0745c96e3aef Mon Sep 17 00:00:00 2001 From: kazuya kawaguchi Date: Thu, 15 Oct 2015 23:28:25 +0900 Subject: [PATCH] fix api reference link on prioity section --- source/guide/custom-directive.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/guide/custom-directive.md b/source/guide/custom-directive.md index fdac421d72..687cc376ae 100644 --- a/source/guide/custom-directive.md +++ b/source/guide/custom-directive.md @@ -217,7 +217,7 @@ Use this wisely though, because in general you want to avoid side-effects in you You can optionally provide a priority number for your directive (defaults to 0). A directive with a higher priority will be processed earlier than other directives on the same element. Directives with the same priority will be processed in the order they appear in the element's attribute list, although that order is not guaranteed to be consistent in different browsers. -You can checkout the priorities for some built-in directives in the [API reference](/api/directives.html). Additionally, flow control directives `v-if` and `v-for` always have the highest priority in the compilation process. +You can checkout the priorities for some built-in directives in the [API reference](/api/#Directives). Additionally, flow control directives `v-if` and `v-for` always have the highest priority in the compilation process. ## Element Directives