From 507f4139319ff1866c9e92ff971f9288e7e4e5bb Mon Sep 17 00:00:00 2001 From: saldana Date: Wed, 3 Aug 2016 10:03:54 -0700 Subject: [PATCH] Update docfx.json --- devices/hololens/docfx.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/devices/hololens/docfx.json b/devices/hololens/docfx.json index 24fe1da56d..c6dc9e418d 100644 --- a/devices/hololens/docfx.json +++ b/devices/hololens/docfx.json @@ -7,7 +7,7 @@ ], "exclude": [ "**/obj/**", - "itpro-hololens/**", + "devices/hololens/**", "**/includes/**" ] } @@ -20,7 +20,7 @@ ], "exclude": [ "**/obj/**", - "itpro-hololens/**", + "devices/hololens/**", "**/includes/**" ] } @@ -32,6 +32,6 @@ "template": [ null ], - "dest": "itpro-hololens" + "dest": "devices/hololens" } -} \ No newline at end of file +}