From 9613881236e7b579cca44784dd41002f9c9d28f0 Mon Sep 17 00:00:00 2001 From: perry Date: Fri, 1 Apr 2016 13:18:08 -0500 Subject: [PATCH] chore(dgeni): debugging fix this doc link rel to TS 1.8 path bug --- scripts/docs/processors/jekyll.js | 2 +- scripts/docs/templates/common.template.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/docs/processors/jekyll.js b/scripts/docs/processors/jekyll.js index a429c38701..7d4ca2517b 100644 --- a/scripts/docs/processors/jekyll.js +++ b/scripts/docs/processors/jekyll.js @@ -23,7 +23,7 @@ module.exports = function jekyll(renderDocsProcessor) { .replace('//', '/'); if (docs[i].relativePath) { docs[i].relativePath = doc.relativePath - .replace('//home/ubuntu/ionic', ''); + .replace('/home/ubuntu/ionic', ''); } }); diff --git a/scripts/docs/templates/common.template.html b/scripts/docs/templates/common.template.html index c8bef302cf..6b9d4b269b 100644 --- a/scripts/docs/templates/common.template.html +++ b/scripts/docs/templates/common.template.html @@ -147,7 +147,7 @@ Delegate: <$ doc.delegate $> - + Improve this doc