From 8ec5b2bb8365b8ca333a6e982f55ded108cffc65 Mon Sep 17 00:00:00 2001 From: Peter Bacon Darwin Date: Tue, 3 Nov 2015 14:40:22 +0000 Subject: [PATCH] api-index: fix urls to directive API docs --- public/docs/ts/latest/api/index.jade | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/docs/ts/latest/api/index.jade b/public/docs/ts/latest/api/index.jade index ab88700ddb..a4bfa0ec2e 100644 --- a/public/docs/ts/latest/api/index.jade +++ b/public/docs/ts/latest/api/index.jade @@ -13,6 +13,6 @@ article(class="l-content-small grid-fluid docs-content") h3 {{ section.title }} ul.api-list li.api-item(ng-repeat='item in apiList[section.name] | filter: { title: apiFilter, docType: apiType }') - a(ng-href='{{ section.name }}/{{ item.title }}-{{ item.docType === "directive" ? "class" : item.docType }}.html') + a(ng-href='{{ section.name }}/{{ item.title }}-{{ item.docType }}.html') span(class='symbol {{ item.docType }}') | {{ item.title }}