From d350ddc17515d0df0472b6be2972c7489cbd61ce Mon Sep 17 00:00:00 2001 From: perry Date: Wed, 3 May 2017 12:20:32 -0500 Subject: [PATCH] chore(CI): fixing API demo links --- scripts/docs/templates/common.template.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/docs/templates/common.template.html b/scripts/docs/templates/common.template.html index 11af69c07c..ec21e1065c 100644 --- a/scripts/docs/templates/common.template.html +++ b/scripts/docs/templates/common.template.html @@ -10,7 +10,7 @@ header_sub_title: "Ionic API Documentation" doc: "<$ doc.name $>" docType: "<$ doc.docType $>" <@ if doc.demo @>show_preview_device: true -preview_device_url: "<$ doc.demo $>" +preview_device_url: "<$ doc.demo $>www/" angular_controller: APIDemoCtrl <@ endif @> ---